File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ addons:
22
22
env :
23
23
global :
24
24
- MAJOR_VERSION=5
25
- - MINOR_VERSION=0
25
+ - MINOR_VERSION=1
26
26
- PATCH_VERSION=0
27
- - RELEASE_VERSION=5
27
+ - RELEASE_VERSION=2
28
28
- VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION
29
29
# Container tag version string.
30
30
# Set it here to give a flexibility of the value such as "X.Y".
38
38
# Container repository
39
39
- DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static
40
40
# - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static
41
- - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/5.0 .0/5.fc33 /x86_64/qemu-user-static-5.0 .0-5.fc33 .x86_64.rpm"
41
+ - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/5.1 .0/2.eln103 /x86_64/qemu-user-static-5.1 .0-2.eln103 .x86_64.rpm"
42
42
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
43
43
before_script :
44
44
- wget --content-disposition $PACKAGE_URI
You can’t perform that action at this time.
0 commit comments