We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce0f70 commit 648642bCopy full SHA for 648642b
Dockerfile
@@ -2,7 +2,7 @@ FROM openaf/oaf as main
2
3
USER root
4
RUN apk update\
5
- && apk --no-cache add docker skopeo helm curl tar bash\
+ && apk --no-cache add docker-cli skopeo helm curl tar bash gzip\
6
&& /openaf/ojob ojob.io/kube/getCriCtl path=/usr/bin\
7
&& /openaf/opack install DockerRegistry\
8
&& /openaf/opack install Kube\
README.md
@@ -4,7 +4,7 @@ Alpine based image with:
* skopeo
* helm
-* docker
+* docker-cli
* crictl
9
* openaf (with DockerRegistry, Kube)
10
0 commit comments