The great alpine update

This commit is contained in:
Joseph Hanson 2024-05-28 08:04:34 -05:00
parent 2fcc273ee7
commit c3436ef9f6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
4 changed files with 4 additions and 4 deletions

View file

@ -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: {}

View file

@ -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: {}

View file

@ -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: {}

View file

@ -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,