From c3436ef9f6a4961141deaea1e7222a15e580c89a Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 28 May 2024 08:04:34 -0500 Subject: [PATCH] The great alpine update --- .taskfiles/rook/WipeDiskJob.tmpl.yaml | 2 +- .taskfiles/rook/WipeRookDataJob.tmpl.yaml | 2 +- .taskfiles/rook/pod.yaml | 2 +- Taskfile.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.taskfiles/rook/WipeDiskJob.tmpl.yaml b/.taskfiles/rook/WipeDiskJob.tmpl.yaml index 13fa4f78..2c5bf35f 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: ghcr.io/onedr0p/alpine:3.17.3@sha256:999384960b6114496a5e4036e945141c205d064ce23b87326bd3f8d878c5a9d4 + image: docker.io/library/alpine:3.20.0 securityContext: privileged: true resources: {} diff --git a/.taskfiles/rook/WipeRookDataJob.tmpl.yaml b/.taskfiles/rook/WipeRookDataJob.tmpl.yaml index e5e5eef9..70b1be55 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: ghcr.io/onedr0p/alpine:3.17.3@sha256:999384960b6114496a5e4036e945141c205d064ce23b87326bd3f8d878c5a9d4 + image: docker.io/library/alpine:3.20.0 securityContext: privileged: true resources: {} diff --git a/.taskfiles/rook/pod.yaml b/.taskfiles/rook/pod.yaml index 8dddcad8..bd32784b 100644 --- a/.taskfiles/rook/pod.yaml +++ b/.taskfiles/rook/pod.yaml @@ -5,7 +5,7 @@ metadata: spec: containers: - name: disk-wipe - image: ghcr.io/onedr0p/alpine:3.17.3@sha256:999384960b6114496a5e4036e945141c205d064ce23b87326bd3f8d878c5a9d4 + image: docker.io/library/alpine:3.20.0 securityContext: privileged: true resources: {} diff --git a/Taskfile.yaml b/Taskfile.yaml index 0b77ca8c..88e9110e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -89,7 +89,7 @@ tasks: "containers": [ { "name": "debug", - "image": "docker.io/library/alpine:3.19.1", + "image": "docker.io/library/alpine:3.20.0", "command": ["/bin/ash"], "stdin": true, "stdinOnce": true,