Skip to content

Commit 3682f49

Browse files
move build policy up
1 parent 0733b58 commit 3682f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
services:
33
docker-linuxserver-ubuntu-fips:
44
image: ${ECR_ACCOUNT_ID:-123456789012}.dkr.ecr-fips.us-east-1.amazonaws.com/docker-linuxserver-ubuntu-fips:${IMAGE_TAG:-local}
5+
pull_policy: build
56
build:
67
context: .
78
dockerfile: Dockerfile
@@ -18,4 +19,3 @@ services:
1819
- REL=${REL:-jammy}
1920
- ARCH=${ARCH:-amd64}
2021
- ECR_ACCOUNT_ID=${ECR_ACCOUNT_ID}
21-
pull_policy: build

0 commit comments

Comments
 (0)