Skip to content

Commit

Permalink
Stratio CICD integration
Browse files Browse the repository at this point in the history
  • Loading branch information
unai-ttxu committed Nov 22, 2024
1 parent 6f28044 commit 22ff0e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.10 as builder
FROM golang:1.22.9-bookworm as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build \

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM alpine:3.17
FROM alpine:3.20
# Upgrade packages for vulnerabilities
RUN apk update && apk upgrade

Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

hose {
EMAIL = '[email protected]'
BUILDTOOL_IMAGE = 'golang:1.22'
BUILDTOOL = 'make'
DEVTIMEOUT = 30
ANCHORE_POLICY = "production"
Expand Down

0 comments on commit 22ff0e2

Please sign in to comment.