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