Skip to content

Commit

Permalink
🌱 Update Cso Image group
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/alpine/helm    | 3.15.1 | 3.15.3 |
| docker     | docker.io/library/alpine | 3.20.0 | 3.20.1 |
  • Loading branch information
cluster-stack-bot[bot] committed Jul 14, 2024
1 parent 22cc6d7 commit ef2521b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.19
1.1.20
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.19
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.20
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.19
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.20
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
4 changes: 2 additions & 2 deletions images/cso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 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.15.3 as helm

# Build the manager binary
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.6-bullseye as build
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.1
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 ef2521b

Please sign in to comment.