Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN /build/scripts/deps.sh

RUN make plugin_versioned.yaml all -j4

FROM alpine:3.18.5
FROM alpine:3.19.0
ENV LOVELY_HELM_PATH=/usr/local/bin/helm
ENV LOVELY_HELMFILE_PATH=/usr/local/bin/helmfile
ENV LOVELY_KUSTOMIZE_PATH=/usr/local/bin/kustomize
Expand Down
5 changes: 2 additions & 3 deletions variations/Dockerfile.hera
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV PLUGIN_NAME="${NAME}"
ENV LOVELY_PREPROCESSORS="python3 *.py"
ENV LOVELY_DETECTION_REGEX="\.py$"
USER 0
RUN apk add --update --no-cache python3
RUN python3 -m ensurepip
RUN pip3 install hera[yaml]
RUN apk add --update --no-cache python3 py3-pip
RUN pip3 install hera[yaml] --break-system-packages
USER 999