Skip to content

Commit

Permalink
Merge pull request #225 from SovereignCloudStack/renovate/cso-manager…
Browse files Browse the repository at this point in the history
…-image

🌱 Update Cso Image group
  • Loading branch information
jschoone authored Oct 28, 2024
2 parents c797c2e + 132c86a commit f329563
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .builder-image-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.20
1.1.21
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-latest
container:
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.20
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.21
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scan-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Trivy
runs-on: ubuntu-latest
container:
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.20
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.21
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
6 changes: 3 additions & 3 deletions images/cso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.15.1 as helm
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.16.2 as helm

# Build the manager binary
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.0-bullseye as build
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.2-bullseye as build
ARG TARGETOS TARGETARCH

COPY . /src/cluster-stack-operator
Expand All @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \
go build -mod=vendor -ldflags "${LDFLAGS} -extldflags '-static'" \
-o manager cmd/main.go

FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.20.0
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.20.3
WORKDIR /
COPY --from=build /src/cluster-stack-operator/manager .
COPY --from=helm --chown=root:root --chmod=755 /usr/bin/helm /usr/local/bin/helm
Expand Down

0 comments on commit f329563

Please sign in to comment.