Skip to content

Commit

Permalink
Cirrus: Use branch-specific container images
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Jan 2, 2020
1 parent 946dc3d commit 958268a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ gating_task:

# Runs within Cirrus's "community cluster"
container:
image: "quay.io/libpod/gate:latest"
image: "quay.io/libpod/gate:v1.4.2-stable"
cpu: 4
memory: 12

Expand Down Expand Up @@ -139,7 +139,7 @@ vendor_task:

# Runs within Cirrus's "community cluster"
container:
image: "quay.io/libpod/gate:latest"
image: "quay.io/libpod/gate:v1.4.2-stable"
cpu: 4
memory: 12

Expand Down Expand Up @@ -172,7 +172,7 @@ varlink_api_task:

# Runs within Cirrus's "community cluster"
container:
image: "quay.io/libpod/gate:latest"
image: "quay.io/libpod/gate:v1.4.2-stable"
cpu: 4
memory: 12

Expand Down Expand Up @@ -226,7 +226,7 @@ meta_task:
- "build_each_commit"

container:
image: "quay.io/libpod/imgts:latest" # see contrib/imgts
image: "quay.io/libpod/imgts:v1.4.2-stable" # see contrib/imgts
cpu: 1
memory: 1

Expand Down Expand Up @@ -484,7 +484,7 @@ success_task:
GOSRC: "/go/src/github.com/containers/libpod"

container:
image: "quay.io/libpod/gate:latest"
image: "quay.io/libpod/gate:v1.4.2-stable"
cpu: 1
memory: 1

Expand Down
2 changes: 1 addition & 1 deletion contrib/cirrus/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TEST_REMOTE_CLIENT="${TEST_REMOTE_CLIENT:-false}"
export CONTAINER_RUNTIME=${CONTAINER_RUNTIME:-podman}

# IN_PODMAN container image
IN_PODMAN_IMAGE="quay.io/libpod/in_podman:latest"
IN_PODMAN_IMAGE="quay.io/libpod/in_podman:v1.4.2-stable"

# When running as root, this may be empty or not, as a user, it MUST be set.
if [[ "$USER" == "root" ]]
Expand Down

0 comments on commit 958268a

Please sign in to comment.