Commit 9ce03d9
Dis-ambiguate the container registry to pull images from
Podman requires the user to be explicit about the container registry
from which to pull an image from. In the default setup, trying to pull
the linuxppc build container throws the below error:
$ make pull-image@ppc64le@ubuntu@21.10
+ podman pull linuxppc/build:ubuntu-21.10-x86_64
Error: short-name "linuxppc/build:ubuntu-21.10-x86_64" did not resolve
to an alias and no unqualified-search registries are defined in
"/etc/containers/registries.conf"
Error: pulling linuxppc/build:ubuntu-21.10?
While users can setup the docker hub as the default unqualified search
registry, it is easier to simply be explicit about the registry in the
first place. Prefix all images with docker.io for this purpose.1 parent 8c81e1e commit 9ce03d9
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments