Sha256: 31965a7d2e552fdca79d1452b1db250e1a28973d5157b9a31a6cd7d1029ddb12
Contents?: true
Size: 463 Bytes
Versions: 52
Compression:
Stored size: 463 Bytes
Contents
FROM alpine:3.5 MAINTAINER Kontena, Inc. <info@kontena.io> ADD https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 /usr/local/bin/docker ARG CLI_VERSION RUN apk update && \ apk --update add ruby ruby-json ruby-bigdecimal ruby-io-console \ ca-certificates libssl1.0 openssl libstdc++ && \ gem install kontena-cli --no-rdoc --no-ri -v ${CLI_VERSION} && \ chmod +x /usr/local/bin/docker VOLUME ["/root"] WORKDIR /root ENTRYPOINT ["/usr/bin/kontena"]
Version data entries
52 entries across 52 versions & 1 rubygems