Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to ac3e113 #29705

Merged
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 containers/apps/devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint ignore=DL3007
FROM ghcr.io/onedr0p/cluster-template/devcontainer:latest@sha256:cb1b62b6eecd4b471466d820e831a70783701e792c9342573cae03f3c86f9acb
FROM ghcr.io/onedr0p/cluster-template/devcontainer:latest@sha256:ac3e11332a13df3952b02a5359955ecaf83c5ce94f466441bf6e3b885263bbb2

ARG VERSION
ARG CONTAINER_NAME
Expand All @@ -25,7 +25,7 @@
&& ./"krew-linux_amd64" install krew \
&& rm ./krew-linux_amd64.tar.gz

ENV PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"

Check warning on line 28 in containers/apps/devcontainer/Dockerfile

View workflow job for this annotation

GitHub Actions / containers-build / Build (devcontainer)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 28 in containers/apps/devcontainer/Dockerfile

View workflow job for this annotation

GitHub Actions / containers-build / Build (devcontainer)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$KREW_ROOT' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

# add pvmounter to kubectl using crew
RUN kubectl krew install pv-mounter
Expand Down
Loading