This repository was archived by the owner on Jun 6, 2023. It is now read-only.
File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
# ***************************************************************************
4
4
5
5
6
- export LATEST_RELEASE_VERSION =8_1_0
6
+ export LATEST_RELEASE_VERSION =8_1_1
7
7
export LATEST_RELEASE_TAG =curl-${LATEST_RELEASE_VERSION}
8
8
export DOCKER_CLI_EXPERIMENTAL =enabled
9
9
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
69
69
LABEL Maintainer=
"James Fuller <[email protected] >"
70
70
LABEL Name="curl"
71
71
LABEL Version="${LABEL_VERSION}"
72
- LABEL docker.cmd="docker run -it curl/curl:8.1.0 -s -L http://curl.se"
72
+ LABEL docker.cmd="docker run -it curl/curl:8.1.1 -s -L http://curl.se"
73
73
74
74
# ##############################################################
75
75
# dependencies
Original file line number Diff line number Diff line change 2
2
docker build ${DOCKER_BUILD_OPTS} ${DOCKER_BUILD_ARGS} -t " curl/curl:${LATEST_RELEASE_VERSION} " -f Dockerfile .
3
3
4
4
multibuild :
5
- docker buildx build ${DOCKER_BUILD_OPTS} ${DOCKER_BUILD_ARGS} -t " curlimages/curl:8.1.0" --platform=${DOCKER_MULTI_ARCH} -f Dockerfile . --push
6
- docker buildx imagetools create docker.io/curlimages/curl:8.1.0 --tag curlimages/curl:latest
7
-
5
+ docker buildx build ${DOCKER_BUILD_OPTS} ${DOCKER_BUILD_ARGS} -t " curlimages/curl:8.1.1" --platform=${DOCKER_MULTI_ARCH} -f Dockerfile . --push
6
+ docker buildx imagetools create docker.io/curlimages/curl:8.1.1 --tag curlimages/curl:latest
7
+ docker buildx imagetools create docker.io/curlimages/curl :8.1.1 --tag quay.io/curl/curl:8.1.1
8
+ docker buildx imagetools create docker.io/curlimages/curl :8.1.1 --tag quay.io/curl/curl:latest
9
+
8
10
lint :
9
11
docker run --rm --privileged -v ${PWD} :/root/ projectatomic/dockerfile-lint dockerfile_lint -p -f Dockerfile
10
12
13
15
docker run --rm curl/curl:${LATEST_RELEASE_VERSION} -S http://httpbin.org/get
14
16
15
17
push-registry :
16
- docker tag curl/curl:${LATEST_RELEASE_VERSION} curlimages/curl:8.1.0
17
- docker push curlimages/curl:8.1.0
18
+ docker tag curl/curl:${LATEST_RELEASE_VERSION} curlimages/curl:8.1.1
19
+ docker push curlimages/curl:8.1.1
18
20
docker tag curl/curl:${LATEST_RELEASE_VERSION} curlimages/curl:latest
19
21
docker push curlimages/curl:latest
20
22
You can’t perform that action at this time.
0 commit comments