Skip to content
Snippets Groups Projects
Commit a1328edf authored by Duncan Macleod's avatar Duncan Macleod
Browse files

Merge branch 'builder-image' into 'master'

Use igwn/builder image for source and binary packages

See merge request !47
parents 28dd49f0 ec7d11cb
No related branches found
No related tags found
1 merge request!47Use igwn/builder image for source and binary packages
Pipeline #382377 passed
......@@ -13,10 +13,10 @@ include:
# -- macros
.buster:
image: igwn/base:buster
image: igwn/builder:buster
.bullseye:
image: igwn/base:bullseye
image: igwn/builder:bullseye
# -- source packages --------
#
......@@ -116,6 +116,7 @@ test:buster:
needs:
- tarball
- deb:buster
image: igwn/base:buster
test:bullseye:
extends:
......@@ -124,6 +125,7 @@ test:bullseye:
needs:
- tarball
- deb:bullseye
image: igwn/base:bullseye
# -- lint -------------------
#
......
......@@ -13,12 +13,12 @@ include:
# -- macros
.el7:
image: igwn/base:el7-testing
image: igwn/builder:el7-testing
variables:
EPEL: "true"
.el8:
image: igwn/base:el8-testing
image: igwn/builder:el8-testing
variables:
EPEL: "true"
......@@ -103,6 +103,7 @@ test:el7:
needs:
- tarball
- rpm:el7
image: igwn/base:el7-testing
# -- EL8 has python3-flask < 1.0.0
#test:el8:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment