mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 22:42:40 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user