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

Commit bcee870

Browse files
committed
fixup! Dockerfile: fix labels
Signed-off-by: Jean-Philippe Menil <jpmenil@gmail.com>
1 parent fbc01f0 commit bcee870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export DOCKER_BUILD_ARGS= --build-arg CURL_CONFIGURE_OPTION=${CONFIGURE_BUILD_OP
1818
--build-arg CURL_RELEASE_TAG=${LATEST_RELEASE_TAG} \
1919
--build-arg CURL_RELEASE_VERSION=${LATEST_RELEASE_VERSION} \
2020
--build-arg CURL_GIT_REPO=https://github.com/curl/curl.git \
21-
--label Name=curl --label Version=1.0.0 \
21+
--label name=curl --label version=1.0.0 \
2222
--label se.haxx.curl=curl \
2323
--label se.haxx.curl.version=${LATEST_RELEASE_VERSION} \
2424
--label se.haxx.curl.release_tag=${LATEST_RELEASE_TAG} \

alpine/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
6565
# define docker labels
6666
###############################################################
6767
LABEL maintainer="James Fuller <jim.fuller@webcomposite.com>"
68-
LABEL name="curl"
68+
LABEL name="${LABEL_NAME}"
6969
LABEL version="${LABEL_VERSION}"
7070
LABEL docker.cmd="docker run -it curl/curl:7.78.0 -s -L http://curl.se"
7171

0 commit comments

Comments
 (0)