Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
fixup! Dockerfile: fix labels
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Philippe Menil <[email protected]>
  • Loading branch information
jpmenil committed Feb 25, 2022
1 parent fbc01f0 commit bcee870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export DOCKER_BUILD_ARGS= --build-arg CURL_CONFIGURE_OPTION=${CONFIGURE_BUILD_OP
--build-arg CURL_RELEASE_TAG=${LATEST_RELEASE_TAG} \
--build-arg CURL_RELEASE_VERSION=${LATEST_RELEASE_VERSION} \
--build-arg CURL_GIT_REPO=https://github.com/curl/curl.git \
--label Name=curl --label Version=1.0.0 \
--label name=curl --label version=1.0.0 \
--label se.haxx.curl=curl \
--label se.haxx.curl.version=${LATEST_RELEASE_VERSION} \
--label se.haxx.curl.release_tag=${LATEST_RELEASE_TAG} \
Expand Down
2 changes: 1 addition & 1 deletion alpine/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
# define docker labels
###############################################################
LABEL maintainer="James Fuller <[email protected]>"
LABEL name="curl"
LABEL name="${LABEL_NAME}"
LABEL version="${LABEL_VERSION}"
LABEL docker.cmd="docker run -it curl/curl:7.78.0 -s -L http://curl.se"

Expand Down

0 comments on commit bcee870

Please sign in to comment.