Sha256: 9e1bbb0f9b8d087682a336382143745a4ac3211acbb5aa00e72bb059d383447e

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

FROM alpine/helm

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

WORKDIR /wd

COPY --from=ghcr.io/helmfile/helmfile  /usr/local/bin/helmfile /usr/local/bin/helmfile
COPY . .

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

ENTRYPOINT []
CMD []

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
helmsnap-1.1.0 Dockerfile