From c9079ba6d7a3480dd8b828d6a831c8f9e7ce719b Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:31:43 -0400 Subject: [PATCH] chore(deps): update docker.io/library/alpine:latest docker digest to beefdbd (#4249) --- .taskfiles/rook/WipeDiskJob.tmpl.yaml | 2 +- .taskfiles/rook/WipeRookDataJob.tmpl.yaml | 2 +- .taskfiles/volsync/templates/wipe.tmpl.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskfiles/rook/WipeDiskJob.tmpl.yaml b/.taskfiles/rook/WipeDiskJob.tmpl.yaml index 4b81510db5..b586656717 100644 --- a/.taskfiles/rook/WipeDiskJob.tmpl.yaml +++ b/.taskfiles/rook/WipeDiskJob.tmpl.yaml @@ -13,7 +13,7 @@ spec: nodeName: ${node} containers: - name: disk-wipe - image: docker.io/library/alpine:latest@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 + image: docker.io/library/alpine:latest@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d securityContext: privileged: true resources: {} diff --git a/.taskfiles/rook/WipeRookDataJob.tmpl.yaml b/.taskfiles/rook/WipeRookDataJob.tmpl.yaml index 03d810df00..e8c616ed96 100644 --- a/.taskfiles/rook/WipeRookDataJob.tmpl.yaml +++ b/.taskfiles/rook/WipeRookDataJob.tmpl.yaml @@ -13,7 +13,7 @@ spec: nodeName: ${node} containers: - name: disk-wipe - image: docker.io/library/alpine:latest@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 + image: docker.io/library/alpine:latest@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d securityContext: privileged: true resources: {} diff --git a/.taskfiles/volsync/templates/wipe.tmpl.yaml b/.taskfiles/volsync/templates/wipe.tmpl.yaml index db0c2a890c..1ebb45a530 100644 --- a/.taskfiles/volsync/templates/wipe.tmpl.yaml +++ b/.taskfiles/volsync/templates/wipe.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: wipe - image: docker.io/library/alpine:latest@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 + image: docker.io/library/alpine:latest@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d command: ["/bin/sh", "-c", "cd /config; find . -delete"] volumeMounts: - name: config