Skip to content

Commit 24d3812

Browse files
authored
images: Bump golang base image to 1.19 for ansible-operator images (#6398)
Project uses 1.19 when building locally but still use 1.18 for images pushed to Quay Resolves #6397 Signed-off-by: Zac Pitones <[email protected]>
1 parent 1f711f5 commit 24d3812

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
entries:
2+
- description: >
3+
Bump the golang base image version in the ansible-operator Dockerfiles from 1.18 to 1.19
4+
kind: "change"
5+
breaking: false

images/ansible-operator-2.11-preview/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.18 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.19 as builder
33
ARG TARGETARCH
44

55
WORKDIR /workspace

images/ansible-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.18 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.19 as builder
33
ARG TARGETARCH
44

55
WORKDIR /workspace

0 commit comments

Comments
 (0)