Skip to content

Commit d33b4c1

Browse files
authored
chore(registry): update s3cmd base image (#5917)
1 parent 9b469fa commit d33b4c1

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

addons/registry/3.0.0/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
image registry registry:3.0.0
2-
image s3cmd kurlsh/s3cmd:20251112-208b4d5
2+
image s3cmd kurlsh/s3cmd:20260224-0d00dd0

addons/registry/3.0.0/patch-deployment-migrate-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
initContainers:
1212
- name: migrate-s3
13-
image: kurlsh/s3cmd:20251112-208b4d5
13+
image: kurlsh/s3cmd:20260224-0d00dd0
1414
imagePullPolicy: IfNotPresent
1515
command:
1616
- /migrate-s3.sh

addons/registry/3.0.0/patch-deployment-velero.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
initContainers:
2222
- name: restore
23-
image: kurlsh/s3cmd:20251112-208b4d5
23+
image: kurlsh/s3cmd:20260224-0d00dd0
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- /restore.sh
@@ -48,7 +48,7 @@ spec:
4848
name: registry-s3-secret
4949
containers:
5050
- name: registry-backup
51-
image: kurlsh/s3cmd:20251112-208b4d5
51+
image: kurlsh/s3cmd:20260224-0d00dd0
5252
imagePullPolicy: IfNotPresent
5353
command:
5454
- /bin/sh

addons/registry/build-images/s3cmd/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
FROM alpine:3.16
1+
FROM alpine:3
22

33
RUN apk add --no-cache \
44
ca-certificates \
55
py-dateutil \
6-
py-magic \
7-
&& ln -s /usr/bin/python3 /usr/bin/python
6+
py-magic
87

98
# Install s3cmd
109
RUN S3CMD_VERSION=$(wget -qO- https://api.github.com/repos/s3tools/s3cmd/releases/latest | \

addons/velero/1.16.2/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image velero-aws velero/velero-plugin-for-aws:v1.12.2
33
image velero-gcp velero/velero-plugin-for-gcp:v1.12.2
44
image velero-azure velero/velero-plugin-for-microsoft-azure:v1.12.2
55
image local-volume-provider replicated/local-volume-provider:0.6.11
6-
image s3cmd kurlsh/s3cmd:20251112-208b4d5
6+
image s3cmd kurlsh/s3cmd:20260224-0d00dd0
77

88
asset velero.tar.gz https://github.com/vmware-tanzu/velero/releases/download/v1.16.2/velero-v1.16.2-linux-amd64.tar.gz
99

addons/velero/1.16.2/tmpl-s3-migration-deployment-patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
initContainers:
1313
- name: migrate-s3
14-
image: kurlsh/s3cmd:20251112-208b4d5
14+
image: kurlsh/s3cmd:20260224-0d00dd0
1515
imagePullPolicy: IfNotPresent
1616
command:
1717
- /migrate-s3.sh

0 commit comments

Comments
 (0)