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 0b96ed2 commit 2ae5c33Copy full SHA for 2ae5c33
test/canary/Dockerfile.canary
@@ -1,4 +1,4 @@
1
-FROM ubuntu:18.04
+FROM public.ecr.aws/ubuntu/ubuntu:18.04
2
3
# Build time parameters
4
ARG SERVICE=sagemaker
test/canary/canary.buildspec.yaml
@@ -10,9 +10,6 @@ phases:
10
- aws ecr get-login-password --region $CLUSTER_REGION | docker login --username AWS --password-stdin $ECR_CACHE_URI || true
11
- docker pull ${ECR_CACHE_URI}:latest --quiet || true
12
13
- # Login to dockerhub to avoid hitting throttle limit
14
- - docker login -u $DOCKER_CONFIG_USERNAME -p $DOCKER_CONFIG_PASSWORD
15
-
16
# Build test image
17
- >
18
docker build -f ./test/canary/Dockerfile.canary . -t ${ECR_CACHE_URI}:latest
0 commit comments