We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a8ee9 commit 62bfec2Copy full SHA for 62bfec2
Dockerfile
@@ -3,7 +3,7 @@
3
ARG ECR_ACCOUNT_ID
4
ARG ECR_REGION=us-east-1
5
ARG BASE_IMAGE_NAME=docker-linuxserver-ubuntu-fips
6
-ARG BASE_IMAGE_TAG=jammy
+ARG BASE_IMAGE_TAG=jammy-latest
7
ARG ECR_URI=${ECR_ACCOUNT_ID}.dkr.ecr-fips.${ECR_REGION}.amazonaws.com/${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
8
9
FROM ${ECR_URI} as docker-code-server-python
0 commit comments