File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
shared :
2
- image : centos:centos7
2
+ image : almalinux
3
3
environment :
4
4
RELEASE_FILES : " skopeo-linux.tar.gz zstd-cli-linux.tar.gz zstd-cli-macosx.tar.gz"
5
5
12
12
- make : |
13
13
yum install -y epel-release
14
14
yum install -y wget git make gcc gcc-c++ jq bzip2
15
- wget -q -O go1.15.6 .tar.gz https://golang.org/dl/go1.15.6 .linux-amd64.tar.gz
16
- tar -C /usr/local -oxzf go1.15.6 .tar.gz
15
+ wget -q -O go1.23.0 .tar.gz https://golang.org/dl/go1.23.0 .linux-amd64.tar.gz
16
+ tar -C /usr/local -oxzf go1.23.0 .tar.gz
17
17
export CURR_DIR=$(pwd)
18
18
mkdir /go && cd /go
19
19
export GOROOT=/usr/local/go && export GOPATH=/go/src && export PATH=${PATH}:${GOROOT}/bin
@@ -22,10 +22,10 @@ jobs:
22
22
mv bin/${SKOPEO_PACKAGE} $CURR_DIR/ && cd $CURR_DIR/
23
23
chmod +x ${SKOPEO_PACKAGE}
24
24
./${SKOPEO_PACKAGE} -v
25
- - test-node12 -sha256 : |
26
- DIGEST=$( ./${SKOPEO_PACKAGE} inspect docker://docker.io/node:12 | jq -r '.Digest')
25
+ - test-node20 -sha256 : |
26
+ DIGEST=$( ./${SKOPEO_PACKAGE} inspect docker://docker.io/node:20 | jq -r '.Digest')
27
27
if [[ -z $DIGEST ]]; then
28
- echo "unable to get image node:12 sha256 digest"
28
+ echo "unable to get image node:20 sha256 digest"
29
29
exit 1 v
30
30
fi
31
31
- test-alpine-sha256 : |
You can’t perform that action at this time.
0 commit comments