Skip to content

Commit b3caaa7

Browse files
committed
build: disambiguate base image names
to build with podman / buildah.
1 parent 68e0529 commit b3caaa7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM nginxproxy/docker-gen:0.10.7-debian AS docker-gen
1+
FROM docker.io/nginxproxy/docker-gen:0.10.7-debian AS docker-gen
22

3-
FROM nginxproxy/forego:0.17.2-debian AS forego
3+
FROM docker.io/nginxproxy/forego:0.17.2-debian AS forego
44

55
# Build the final image
6-
FROM nginx:1.25.3
6+
FROM docker.io/library/nginx:1.25.3
77

88
ARG NGINX_PROXY_VERSION
99
# Add DOCKER_GEN_VERSION environment variable because

Dockerfile.alpine

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM nginxproxy/docker-gen:0.10.7 AS docker-gen
1+
FROM docker.io/nginxproxy/docker-gen:0.10.7 AS docker-gen
22

3-
FROM nginxproxy/forego:0.17.2 AS forego
3+
FROM docker.io/nginxproxy/forego:0.17.2 AS forego
44

55
# Build the final image
6-
FROM nginx:1.25.3-alpine
6+
FROM docker.io/library/nginx:1.25.3-alpine
77

88
ARG NGINX_PROXY_VERSION
99
# Add DOCKER_GEN_VERSION environment variable because

0 commit comments

Comments
 (0)