Skip to content

Commit

Permalink
Update e2e-aws logic for 4.7
Browse files Browse the repository at this point in the history
Update the crio.spec to be 1.20 and the machine
os content image to the 4.7 version.

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
  • Loading branch information
umohnani8 committed Oct 22, 2020
1 parent 5e9732c commit ca11353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/test/ci/cri-o.spec
Expand Up @@ -32,7 +32,7 @@
%global service_name crio

Name: %{repo}
Version: 1.19.0
Version: 1.20.0
Release: 1.ci%{?dist}
Summary: Kubernetes Container Runtime Interface for OCI-based containers
License: ASL 2.0
Expand Down
2 changes: 1 addition & 1 deletion images/os/Dockerfile
@@ -1,6 +1,6 @@
FROM fedora:29 AS build

COPY --from=registry.svc.ci.openshift.org/rhcos/machine-os-content:4.6 /srv/ /srv/
COPY --from=registry.svc.ci.openshift.org/rhcos/machine-os-content:4.7 /srv/ /srv/
RUN set -x && yum install -y ostree yum-utils selinux-policy-targeted && \
commit=$( find /srv -name *.commit | sed -Ee 's|.*objects/(.+)/(.+)\.commit|\1\2|' | head -1 ) && \
mkdir /tmp/working && cd /tmp/working && \
Expand Down

0 comments on commit ca11353

Please sign in to comment.