Skip to content

Commit 0f59a2a

Browse files
chore: Replace bitnami/kubectl to bitnamilegacy/kubectl for CLI (#886)
## What ## Why ## Notes
1 parent 725531d commit 0f59a2a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# kubectl binary
14-
FROM bitnami/kubectl:1.33.1 AS kubectl
14+
FROM bitnamilegacy/kubectl:1.33.1 AS kubectl
1515

1616
# Main
1717
FROM node:22.16.0-alpine3.22

Dockerfile-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# kubectl binary
14-
FROM bitnami/kubectl:1.33.1 as kubectl
14+
FROM bitnamilegacy/kubectl:1.33.1 as kubectl
1515

1616
# Main
1717
FROM node:22.16.0-bookworm-slim

Dockerfile-debian-rootless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# kubectl binary
14-
FROM bitnami/kubectl:1.33.1 as kubectl
14+
FROM bitnamilegacy/kubectl:1.33.1 as kubectl
1515

1616
# Main
1717
FROM node:22.16.0-bookworm-slim

Dockerfile-rootless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# kubectl binary
14-
FROM bitnami/kubectl:1.33.1 as kubectl
14+
FROM bitnamilegacy/kubectl:1.33.1 as kubectl
1515

1616
# Main
1717
FROM node:22.16.0-alpine3.22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.89.3",
3+
"version": "0.89.4",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)