Skip to content

Commit

Permalink
Merge pull request #461 from jnoordsij/update-alpine-3.19
Browse files Browse the repository at this point in the history
Update to Alpine 3.19
  • Loading branch information
tianon authored Dec 14, 2023
2 parents d8b20e0 + 18bbfb7 commit 0411c8f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 24/cli/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion 24/dind/dockerd-entrypoint.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 25-rc/cli/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion 25-rc/dind/dockerd-entrypoint.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile-cli.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ include "shared" -}}
FROM alpine:3.18
FROM alpine:3.19

RUN apk add --no-cache \
ca-certificates \
Expand Down
3 changes: 2 additions & 1 deletion dockerd-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ if [ "$1" = 'dockerd' ]; then
# if iptables fails to run, chances are high the necessary kernel modules aren't loaded (perhaps the host is using nftables with the translating "iptables" wrappers, for example)
# https://github.com/docker-library/docker/issues/350
# https://github.com/moby/moby/issues/26824
modprobe ip_tables || :
# https://github.com/docker-library/docker/pull/437#issuecomment-1854900620
modprobe nf_tables || :
fi

uid="$(id -u)"
Expand Down

0 comments on commit 0411c8f

Please sign in to comment.