Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# kubectl binary
FROM bitnami/kubectl:1.33.1 AS kubectl
FROM bitnamilegacy/kubectl:1.33.1 AS kubectl

# Main
FROM node:22.16.0-alpine3.22
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# kubectl binary
FROM bitnami/kubectl:1.33.1 as kubectl
FROM bitnamilegacy/kubectl:1.33.1 as kubectl

# Main
FROM node:22.16.0-bookworm-slim
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian-rootless
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# kubectl binary
FROM bitnami/kubectl:1.33.1 as kubectl
FROM bitnamilegacy/kubectl:1.33.1 as kubectl

# Main
FROM node:22.16.0-bookworm-slim
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-rootless
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# kubectl binary
FROM bitnami/kubectl:1.33.1 as kubectl
FROM bitnamilegacy/kubectl:1.33.1 as kubectl

# Main
FROM node:22.16.0-alpine3.22
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.89.3",
"version": "0.89.4",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down