We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c8c78 commit fcfd50fCopy full SHA for fcfd50f
1 file changed
docker-compose.yml
@@ -5,7 +5,6 @@ services:
5
context: .
6
dockerfile: Dockerfile
7
args:
8
- - BUILD_DATE=${BUILD_DATE:-2025-01-21T00:00:00Z}
9
- VERSION=${VERSION:-jammy-22.04}
10
- S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-3.1.6.2}
11
- S6_OVERLAY_ARCH=${S6_OVERLAY_ARCH:-x86_64}
@@ -15,8 +14,3 @@ services:
15
14
- REL=${REL:-jammy}
16
- ARCH=${ARCH:-amd64}
17
image: gabemendoza1/cloudcode-baseimage-ubuntu-fips:${VERSION:-jammy-22.04}
18
- container_name: ubuntu-fips-base
19
- environment:
20
- - PUID=${PUID:-911}
21
- - PGID=${PGID:-911}
22
- - TZ=${TZ:-Etc/UTC}
0 commit comments