File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11image : null
22
33variables :
4- SG_CI_IMAGE_NAME : " ci:1.29 "
4+ SG_CI_IMAGE_NAME : " ci:1.30 "
55 BUILDER_IMAGE_NAME : " builder:1.9"
66 SKIP_NATIVE : " false"
77 SKIP_E2E : " false"
Original file line number Diff line number Diff line change @@ -154,4 +154,6 @@ FROM registry.access.redhat.com/ubi8-minimal:8.10-1018
154154 # another reason to use java-operator-sdk :/
155155 RUN wget https://github.com/operator-framework/operator-sdk/releases/download/v1.32.0/operator-sdk_linux_$(uname -m | grep -qxF aarch64 && echo arm64 || echo amd64) -O /bin/operator-sdk-1.32
156156 RUN chmod a+x /bin/operator-sdk-1.32
157+ RUN wget -O /bin/kind-0.25.0 "https://github.com/kubernetes-sigs/kind/releases/download/v0.25.0/kind-linux-$(uname -m | grep -qxF aarch64 && echo arm64 || echo amd64)"
158+ RUN chmod a+x /bin/kind-0.25.0
157159
Original file line number Diff line number Diff line change 11#! /bin/sh
22PROJECT_PATH=" $( realpath " $( dirname " $0 " ) /../../.." ) "
33CONTAINER_NAME=" ${CONTAINER_NAME:- buildw-$(printf ' %x' " $( date +%s) " )} "
4+ export PATH=/bin:/usr/bin:/usr/local/bin
45env > " /tmp/$CONTAINER_NAME .env"
56IMAGE=" ${IMAGE:- registry.gitlab.com/ ongresinc/ stackgres/ $(yq -r ' .variables.SG_CI_IMAGE_NAME' " $PROJECT_PATH " / .gitlab-ci.yml 2>/ dev/ null || sed -n ' s/ *SG_CI_IMAGE_NAME: "\([^"]\+\)" */\1/p' .gitlab-ci.yml)-$(uname -m | grep -qxF aarch64 && echo arm64 || echo amd64)} "
67# shellcheck disable=SC2046
Original file line number Diff line number Diff line change 11.images :
2- ci_image : &ci_image registry.gitlab.com/ongresinc/stackgres/ci:1.29
2+ ci_image : &ci_image registry.gitlab.com/ongresinc/stackgres/ci:1.30
33 jdk_build_image : &jdk_build_image registry.gitlab.com/ongresinc/stackgres/builder:1.9
44 jdk_runtime_image : &jdk_runtime_image registry.access.redhat.com/ubi9/openjdk-21:1.21-3
55 ubi8_micro_image : &ubi8_micro_image registry.access.redhat.com/ubi8-micro:8.10-15
You can’t perform that action at this time.
0 commit comments