mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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 \
|
||||
&& 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user