File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - Dockerfile-dataprotection
2222 - Dockerfile-dev
2323 - Dockerfile-tools
24- - Dockerfile-redhat
24+ - Dockerfile-ubi
2525 release :
2626 types :
2727 - published
@@ -130,16 +130,16 @@ jobs:
130130 secrets : inherit
131131
132132 release-redhat-image :
133- if : ${{ github.event_name == 'workflow_dispatch' && (inputs.dockerfile == '' || inputs.dockerfile == 'Dockerfile-redhat ') }}
133+ if : ${{ github.event_name == 'workflow_dispatch' && (inputs.dockerfile == '' || inputs.dockerfile == 'Dockerfile-ubi ') }}
134134 needs : release-version
135135 uses : apecloud/apecloud-cd/.github/workflows/release-image-cache.yml@v0.1.64
136136 with :
137137 MAKE_OPS_PRE : " generate"
138138 IMG : " apecloud/kubeblocks"
139- VERSION : " ${{ needs.release-version.outputs.release-version }}-certified "
139+ VERSION : " ${{ needs.release-version.outputs.release-version }}-ubi "
140140 GO_VERSION : " 1.24"
141141 APECD_REF : " v0.1.64"
142- DOCKERFILE_PATH : " ./docker/Dockerfile-redhat "
142+ DOCKERFILE_PATH : " ./docker/Dockerfile-ubi "
143143 BUILDX_ARGS : |
144144 VERSION=${{ needs.release-version.outputs.release-version }}
145145 GIT_COMMIT=${{ needs.release-version.outputs.git-commit }}
Original file line number Diff line number Diff line change 11# Build the manager binary
2- ARG DIST_IMG=registry.access.redhat.com/ubi9:9.6
2+ ARG DIST_IMG=registry.access.redhat.com/ubi9:9.7
33
44ARG GO_VERSION=1.24.11-alpine
55
You can’t perform that action at this time.
0 commit comments