Skip to content

Commit 224036c

Browse files
authored
fix: run busybox install (#88)
* rebuild image and add sha * add busybox install * confirure customization as a root user
1 parent 3487d4b commit 224036c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base/customizations/8303889275873263714
2-
FROM octopusdeploy/dhi-debian-base:trixie_cf-classic-deploy-kubernetes-debian13@sha256:ffb200209298d12083c0b10a779cc2536d9ad975b18d422d79e533fd9bd59376 AS prod
2+
FROM octopusdeploy/dhi-debian-base:trixie_cf-classic-deploy-kubernetes-debian13@sha256:b7736403612d28976e9b706e9674f2ec1e19ff496729eb4ea2073a0187227840 AS prod
3+
RUN busybox --install
34
COPY --chown=nonroot --chmod=775 cf-deploy-kubernetes.sh /cf-deploy-kubernetes
45
COPY --chown=nonroot --chmod=775 template.sh /template.sh
56
# ⚠️ We support 3 most recent minor versions: https://kubernetes.io/releases/

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 17.0.3
1+
version: 17.0.4

0 commit comments

Comments
 (0)