This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jean-Philippe Menil <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|