From f91140f567944eb693200b57d44a7cfdc76d6767 Mon Sep 17 00:00:00 2001 From: malike Date: Tue, 31 Oct 2023 12:06:56 -0400 Subject: [PATCH] SOL-106389 | Updates to latest base docker image --- .github/workflows/prep-release.yml | 4 ++-- Dockerfile | 6 +++--- ci/whitesource/whitesource-agent.config | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index 6083856..e55a142 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -4,7 +4,7 @@ on: release_tag: description: 'Release tag' required: true - default: '1.0.1-dev' + default: '1.0.2-dev' prep_internal_release: # Need to distinguish between internal and external releases # Internal release: Will use default internal location for created images (ghcr.io) and will tag and push operator candidate there @@ -114,7 +114,7 @@ jobs: docker push `echo $CATALOG | awk '{print $1}'`:latest - name: Run Whitesource Action - uses: mercari/Whitesource-Scan-Action@v1.0.0 + uses: SolaceDev/Whitesource-Scan-Action@v1.0.0 with: wssURL: https://saas.whitesourcesoftware.com/agent apiKey: ${{ secrets.WSS_API_KEY }} diff --git a/Dockerfile b/Dockerfile index 870d386..07b3136 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,12 +19,12 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:latest +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest LABEL name="solace/pubsubplus-eventbroker-operator" LABEL vendor="Solace Corporation" -LABEL version="1.0.1" -LABEL release="1.0.1" +LABEL version="1.0.2" +LABEL release="1.0.2" LABEL summary="Solace PubSub+ Event Broker Kubernetes Operator" LABEL description="The Solace PubSub+ Event Broker Kubernetes Operator deploys and manages the lifecycle of PubSub+ Event Brokers" diff --git a/ci/whitesource/whitesource-agent.config b/ci/whitesource/whitesource-agent.config index 1a776b4..0c7d8d2 100644 --- a/ci/whitesource/whitesource-agent.config +++ b/ci/whitesource/whitesource-agent.config @@ -45,7 +45,7 @@ projectVersion= projectToken= productName=pubsubplus-kubernetes-operator -productVersion=v1.0.1 +productVersion=v1.0.2 productToken= updateType=OVERRIDE #requesterEmail=user@provider.com