Skip to content

Commit

Permalink
chore(dockerfiles/cd/utils/release): add curl tool in the release uti…
Browse files Browse the repository at this point in the history
…l image (#539)

add curl tool into release util image
  • Loading branch information
wuhuizuo authored Jan 21, 2025
1 parent c675af1 commit 8664ce1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dockerfiles/cd/utils/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com"
LABEL org.opencontainers.image.description "utils image for CD release"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"

# install tools: bash, git, jq, yq
# RUN apk add --no-cache bash git jq yq uuidgen gomplate
RUN apk add --no-cache bash git jq yq uuidgen
# install tools: bash, curl, git, jq, yq, uuidgen
RUN apk add --no-cache bash git curl jq yq uuidgen

# install tools: gomplate
COPY --from=hairyhenderson/gomplate:v4.3.0-alpine /bin/gomplate /usr/local/bin/gomplate
Expand Down

0 comments on commit 8664ce1

Please sign in to comment.