summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-11-12 13:38:21 -0500
committerChris Evich <cevich@redhat.com>2019-11-12 13:38:21 -0500
commite959abf2db7b02aaf9d8425cbfc6bdf28bc0cafe (patch)
treedc1f7cc59a997468f8d5da59f46770384a7bcf75 /.cirrus.yml
parentde32b89eff0928abdef9d85a420b65d8865e737e (diff)
downloadpodman-e959abf2db7b02aaf9d8425cbfc6bdf28bc0cafe.tar.gz
podman-e959abf2db7b02aaf9d8425cbfc6bdf28bc0cafe.tar.bz2
podman-e959abf2db7b02aaf9d8425cbfc6bdf28bc0cafe.zip
Cirrus: Use branch-specific container tags
Automated building of container images is handled in quay.io based on changes in the master branch of this repository. However, as additional branches are made, the "latest" image (from master) diverges from their expectations. Fix this by using the branch-tagged images built by quay. For the near-term, this also implies quay.io will be configured to also build different images for each branch, and tag them appropriately. Long-term, image build automation should be combined with libpod automation - to avoid needing to maintain automation in multiple systems/locations. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index c27b76110..8e1bf03f0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -92,7 +92,7 @@ gating_task:
# Runs within Cirrus's "community cluster"
container:
- image: "quay.io/libpod/gate:latest"
+ image: "quay.io/libpod/gate:master"
cpu: 4
memory: 12
@@ -184,7 +184,7 @@ varlink_api_task:
# Runs within Cirrus's "community cluster"
container:
- image: "quay.io/libpod/gate:latest"
+ image: "quay.io/libpod/gate:master"
cpu: 4
memory: 12
@@ -273,7 +273,7 @@ meta_task:
- "build_without_cgo"
container:
- image: "quay.io/libpod/imgts:latest" # see contrib/imgts
+ image: "quay.io/libpod/imgts:master" # see contrib/imgts
cpu: 1
memory: 1
@@ -309,7 +309,7 @@ image_prune_task:
- "meta"
container:
- image: "quay.io/libpod/imgprune:latest" # see contrib/imgprune
+ image: "quay.io/libpod/imgprune:master" # see contrib/imgprune
cpu: 1
memory: 1
@@ -714,7 +714,7 @@ success_task:
GOSRC: "/go/src/github.com/containers/libpod"
container:
- image: "quay.io/libpod/gate:latest"
+ image: "quay.io/libpod/gate:master"
cpu: 1
memory: 1