File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# ECR and base image configuration - extracted from CodeBuild environment
4- ARG ECR_ACCOUNT_ID=0123456789012
4+ ARG ECR_ACCOUNT_ID
55ARG ECR_REGION=us-east-1
66ARG BASE_IMAGE_NAME=civis-ubuntu-fips
77ARG BASE_IMAGE_TAG=22.04
Original file line number Diff line number Diff line change 11---
22services :
33 docker-linuxserver-ubuntu-fips :
4- image : ${ECR_ACCOUNT_ID:-123456789012 }.dkr.ecr-fips.us-east-1.amazonaws.com/docker-linuxserver-ubuntu-fips:${IMAGE_TAG:-local}
4+ image : ${ECR_ACCOUNT_ID:-0123456789012 }.dkr.ecr-fips.us-east-1.amazonaws.com/docker-linuxserver-ubuntu-fips:${IMAGE_TAG:-local}
55 pull_policy : build
66 build :
77 context : .
@@ -10,7 +10,7 @@ services:
1010 platforms :
1111 - linux/amd64
1212 args :
13- - BUILD_DATE=${BUILD_DATE:-2025-01-21T00 :00:00Z}
13+ - BUILD_DATE=${BUILD_DATE:-2025-07-01T00 :00:00Z}
1414 - VERSION=${VERSION:-jammy-22.04}
1515 - S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-3.1.6.2}
1616 - S6_OVERLAY_ARCH=${S6_OVERLAY_ARCH:-x86_64}
@@ -19,4 +19,4 @@ services:
1919 - LSIOWN_VERSION=${LSIOWN_VERSION:-v1}
2020 - REL=${REL:-jammy}
2121 - ARCH=${ARCH:-amd64}
22- - ECR_ACCOUNT_ID=${ECR_ACCOUNT_ID}
22+ - ECR_ACCOUNT_ID=${ECR_ACCOUNT_ID:-0123456789012 }
You can’t perform that action at this time.
0 commit comments