mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
update crio
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
2d4e20bc9e
commit
87bc655829
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user