Skip to content

Commit

Permalink
SOL-106389 | Updates to latest base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
malike committed Oct 31, 2023
1 parent 13bd8ed commit f91140f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
docker push `echo $CATALOG | awk '{print $1}'`:latest
- name: Run Whitesource Action
uses: mercari/[email protected]
uses: SolaceDev/[email protected]
with:
wssURL: https://saas.whitesourcesoftware.com/agent
apiKey: ${{ secrets.WSS_API_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion ci/whitesource/whitesource-agent.config
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ projectVersion=
projectToken=

productName=pubsubplus-kubernetes-operator
productVersion=v1.0.1
productVersion=v1.0.2
productToken=
updateType=OVERRIDE
#[email protected]
Expand Down

0 comments on commit f91140f

Please sign in to comment.