Sha256: 97399cf745d780a5e782b38137e4819fe75d98bd619a5caee35ab855656a0aad
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
FROM alpine:3.3 RUN apk --update upgrade && \ apk add ca-certificates && \ update-ca-certificates && \ rm -rf /var/cache/apk/* RUN wget -O /usr/bin/art \ https://bintray.com/artifact/download/jfrog/artifactory-cli-go/1.2.1/artifactory-cli-linux-amd64/art && \ chmod +x /usr/bin/art WORKDIR /src
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
conjur-debify-0.10.1 | lib/conjur/publish/Dockerfile |
conjur-debify-0.10.0 | lib/conjur/publish/Dockerfile |