Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ env:
#### Cache-image names to test with
###
ACTIVE_CACHE_IMAGE_NAMES: >-
fedora-28-libpod-6318419153518592
fedora-29-libpod-6318419153518592
ubuntu-18-libpod-6318419153518592
rhel-7-libpod-6318419153518592
fedora-28-libpod-5731bf42
fedora-29-libpod-5731bf42
ubuntu-18-libpod-5731bf42
rhel-7-libpod-5731bf42
image-builder-image-1541772081
FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-6318419153518592"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-6318419153518592"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-6318419153518592"
PRIOR_RHEL_CACHE_IMAGE_NAME: "rhel-7-libpod-6318419153518592"
FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-5731bf42"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-5731bf42"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-5731bf42"
PRIOR_RHEL_CACHE_IMAGE_NAME: "rhel-7-libpod-5731bf42"
# RHEL_CACHE_IMAGE_NAME: "rhel-8-notready"
# CENTOS_CACHE_IMAGE_NAME: "centos-7-notready"

Expand Down
1 change: 1 addition & 0 deletions contrib/cirrus/packer/centos_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ooe.sh sudo yum -y install \
golang-github-cpuguy83-go-md2man \
gpgme-devel \
iptables \
jq \
libassuan-devel \
libcap-devel \
libnet \
Expand Down
1 change: 1 addition & 0 deletions contrib/cirrus/packer/fedora_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ooe.sh sudo dnf install -y \
gpgme-devel \
iptables \
iproute \
jq \
libassuan-devel \
libcap-devel \
libnet \
Expand Down
1 change: 1 addition & 0 deletions contrib/cirrus/packer/rhel_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ooe.sh sudo yum -y install \
golang-github-cpuguy83-go-md2man \
gpgme-devel \
iptables \
jq \
libassuan-devel \
libcap-devel \
libnet \
Expand Down
3 changes: 2 additions & 1 deletion contrib/cirrus/packer/ubuntu_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ ooe.sh sudo -E apt-get -qq install \
gettext \
go-md2man \
golang \
iproute \
iproute2 \
iptables \
jq \
libaio-dev \
libapparmor-dev \
libcap-dev \
Expand Down