Sha256: 705dcafcdad1229cbb8c8ccaeabe380c9c2737424e914756a6a547c60b86dd0e

Contents?: true

Size: 278 Bytes

Versions: 9

Compression:

Stored size: 278 Bytes

Contents

FROM alpine/helm

RUN apk add --update --no-cache ruby git colordiff

WORKDIR /wd

COPY --from=quay.io/roboll/helmfile:v0.142.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
COPY . .

RUN gem install colorize && gem build && gem install helmsnap --local

ENTRYPOINT []
CMD []

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
helmsnap-0.7.5 Dockerfile
helmsnap-0.7.4 Dockerfile
helmsnap-0.7.3 Dockerfile
helmsnap-0.7.2 Dockerfile
helmsnap-0.7.1 Dockerfile
helmsnap-0.7.0 Dockerfile
helmsnap-0.6.2 Dockerfile
helmsnap-0.6.1 Dockerfile
helmsnap-0.6.0 Dockerfile