Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine:latest docker digest to …
Browse files Browse the repository at this point in the history
…beefdbd (#4249)
  • Loading branch information
repo-jeeves[bot] authored Sep 6, 2024
1 parent 5d26971 commit c9079ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/rook/WipeDiskJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/rook/WipeRookDataJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/volsync/templates/wipe.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9079ba

Please sign in to comment.