update crio

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-14 13:03:55 -05:00
parent 2d4e20bc9e
commit 87bc655829
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 5 additions and 2 deletions

View File

@ -28,11 +28,11 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV CRIO_VERSION v1.9.3
ENV OSTREE_VERSION v2017.12 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 CNI_PLUGINS_VERSION v0.6.0
ENV RUNC_VERSION v1.0.0-rc4 ENV RUNC_VERSION v1.0.0-rc4
ENV CRIO_VERSION v1.0.0
# Install ostree # Install ostree
# Install CNI plugins # Install CNI plugins

View File

@ -35,6 +35,8 @@ get_latest() {
if [[ "$dir" == "CouchPotatoServer" ]]; then if [[ "$dir" == "CouchPotatoServer" ]]; then
dir="couchpotato" dir="couchpotato"
elif [[ "$dir" == "cri-o" ]]; then
dir="crio"
elif [[ "$dir" == "SoftHSMv2" ]]; then elif [[ "$dir" == "SoftHSMv2" ]]; then
dir="golang-softhsm2" dir="golang-softhsm2"
elif [[ "$dir" == "bazel" ]]; then elif [[ "$dir" == "bazel" ]]; then
@ -63,6 +65,7 @@ certbot/certbot
hashicorp/consul hashicorp/consul
coredns/coredns coredns/coredns
CouchPotato/CouchPotatoServer CouchPotato/CouchPotatoServer
kubernetes-incubator/cri-o
curl/curl curl/curl
google/guetzli google/guetzli
irssi/irssi irssi/irssi