Skip to content

Commit 12d4b46

Browse files
authored
Merge pull request #1529 from snyk/fix/update_ecr_cred_helper
Fix/update ecr cred helper
2 parents 93b4293 + c229c44 commit 12d4b46

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk update
77
RUN apk upgrade
88
RUN apk --no-cache add git
99

10-
RUN go install github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login@69c85dc22db6511932bbf119e1a0cc5c90c69a7f
10+
RUN go install github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login@bef5bd9384b752e5c645659165746d5af23a098a
1111
RUN go install github.com/chrismellard/docker-credential-acr-env@82a0ddb2758901b711d9d1614755b77e401598a1
1212

1313
#---------------------------------------------------------------------

Dockerfile.ubi9

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ ARG DUMB_INIT_BINARY_FILE_SHASUM256=e874b55f3279ca41415d290c512a7ba9d08f98041b28
4646
ARG SKOPEO_VERSION=1.13.2
4747
ARG SKOPEO_BINARY_FILE_SHASUM256=2f00be6ee1c4cbfa7f2452be90a1a2ce88fd92a6d0f6a2e9d901bd2087bd9092
4848
# https://github.com/awslabs/amazon-ecr-credential-helper/releases
49-
ARG ECR_CREDENTIAL_HELPER_VERSION=0.7.1
50-
ARG ECR_CREDENTIAL_HELPER_BINARY_FILE_SHASUM256=a82cc3ed2cf959616212e3c3c3893dda4f7886da1447c444ef541e6f595ae087
49+
# for sha: download SHA256 for the linux-amd64/docker-credential-ecr-login, then `cat docker-credential-ecr-login.sha256`
50+
ARG ECR_CREDENTIAL_HELPER_VERSION=0.9.0
51+
ARG ECR_CREDENTIAL_HELPER_BINARY_FILE_SHASUM256=dd6bd933e439ddb33b9f005ad5575705a243d4e1e3d286b6c82928bcb70e949a
52+
# since this is built from a commit, you will need to build it locally to get the sha
5153
ARG ACR_CREDENTIAL_HELPER_BINARY_SHASUM256=598bbd4ad2741ae2e68ac55e938a4542e71952e418e6278a74baf6213ef8ce76
5254

5355
LABEL name="Snyk Controller" \

scripts/circleci-jobs/prepare_to_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ workers:
4545
metadata:
4646
annotations:
4747
github.com/project-slug: snyk/kubernetes-monitor
48-
github.com/team-slug: snyk/orchestration-integrations
48+
github.com/team-slug: snyk/test-enrichment
4949
labels:
5050
$SNYK_OWNER_LABEL_KEY: $SNYK_OWNER_LABEL_VALUE
5151
$SNYK_LOG_DEST_LABEL_KEY: $SNYK_LOG_DEST_LABEL_VALUE

0 commit comments

Comments
 (0)