Skip to content

Commit

Permalink
Merge pull request #17 from devops-ia/feat/upgrade-cruise-control-cc2…
Browse files Browse the repository at this point in the history
….5.141-iam2.3.0

[cruise-control] new release: cc2.5.141-iam2.3.0
  • Loading branch information
ialejandro authored Feb 22, 2025
2 parents 45dbb37 + 9925e87 commit 54ed3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM amazoncorretto:${OPENJDK_VERSION} as base

ARG CC_TAG=2.5.141
ARG CC_UI_TAG=0.4.0
ARG AWS_MSK_IAM_AUTH_VERSION=2.2.0
ARG AWS_MSK_IAM_AUTH_VERSION=2.3.0

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Create tag release (11)

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "AWS_MSK_IAM_AUTH_VERSION") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Create tag release (17)

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "AWS_MSK_IAM_AUTH_VERSION") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

RUN yum install -y wget git tar && \
git clone -b ${CC_TAG} https://github.com/linkedin/cruise-control.git && \
Expand Down

0 comments on commit 54ed3ed

Please sign in to comment.