From 87bc6558294f9d41bd1e3d19c1c7835227020217 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 14 Feb 2018 13:03:55 -0500 Subject: [PATCH] update crio Signed-off-by: Jess Frazelle --- crio/Dockerfile | 4 ++-- latest-versions.sh | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/crio/Dockerfile b/crio/Dockerfile index 49c8cb6..41e8be9 100644 --- a/crio/Dockerfile +++ b/crio/Dockerfile @@ -28,11 +28,11 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* +ENV CRIO_VERSION v1.9.3 ENV OSTREE_VERSION v2017.12 -ENV GO_VERSION 1.9.1 +ENV GO_VERSION 1.9.4 ENV CNI_PLUGINS_VERSION v0.6.0 ENV RUNC_VERSION v1.0.0-rc4 -ENV CRIO_VERSION v1.0.0 # Install ostree # Install CNI plugins diff --git a/latest-versions.sh b/latest-versions.sh index 81b99b1..8eaedd2 100755 --- a/latest-versions.sh +++ b/latest-versions.sh @@ -35,6 +35,8 @@ get_latest() { if [[ "$dir" == "CouchPotatoServer" ]]; then dir="couchpotato" + elif [[ "$dir" == "cri-o" ]]; then + dir="crio" elif [[ "$dir" == "SoftHSMv2" ]]; then dir="golang-softhsm2" elif [[ "$dir" == "bazel" ]]; then @@ -63,6 +65,7 @@ certbot/certbot hashicorp/consul coredns/coredns CouchPotato/CouchPotatoServer +kubernetes-incubator/cri-o curl/curl google/guetzli irssi/irssi