Skip to content

Commit

Permalink
feat(podman): resolve docker.io images by default
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 13, 2024
1 parent 1ccbe19 commit 94f0140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/common/config/podman/docker.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unqualified-search-registries = ["docker.io"]
3 changes: 3 additions & 0 deletions images/debian-systemd/debian-systemd.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ COPY common/optional-installer.sh .
RUN ./optional-installer.sh \
&& rm optional-installer.sh

# Podman config
COPY common/config/podman/docker.conf /etc/containers/registries.conf.d/

# Device bootstrap (to run one-off commands on first boot)
COPY common/utils/configure-device/runner.sh /usr/share/configure-device/
COPY common/utils/configure-device/configure-device.service /lib/systemd/system/
Expand Down

0 comments on commit 94f0140

Please sign in to comment.