Skip to content

Commit

Permalink
openshift-loki: Bump builder to go1.22 for 5.x releases (#57756)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Oct 14, 2024
1 parent 8838aae commit 9e78cbd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: mirror-5.y
namespace: logging
tag: lokistack-gateway
ocp_builder_rhel-8-golang-1.22-builder-multi-openshift-4.17:
name: builder
namespace: ocp
tag: rhel-8-golang-1.22-builder-multi-openshift-4.17
opa-openshift:
name: mirror-5.y
namespace: logging
Expand All @@ -19,11 +23,15 @@ build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-8-golang-1.21-builder-multi-openshift-4.16
tag: rhel-8-golang-1.22-builder-multi-openshift-4.17
images:
- context_dir: operator
dockerfile_path: Dockerfile
from: base
inputs:
ocp_builder_rhel-8-golang-1.22-builder-multi-openshift-4.17:
as:
- golang:1.22.8
to: loki-operator
operator:
bundles:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: mirror-5.y
namespace: logging
tag: lokistack-gateway
ocp_builder_rhel-9-golang-1.22-builder-multi-openshift-4.17:
name: builder
namespace: ocp
tag: rhel-9-golang-1.22-builder-multi-openshift-4.17
opa-openshift:
name: mirror-5.y
namespace: logging
Expand All @@ -19,11 +23,15 @@ build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-8-golang-1.21-builder-multi-openshift-4.16
tag: rhel-9-golang-1.22-builder-multi-openshift-4.17
images:
- context_dir: operator
dockerfile_path: Dockerfile
from: base
inputs:
ocp_builder_rhel-9-golang-1.22-builder-multi-openshift-4.17:
as:
- golang:1.22.8
to: loki-operator
operator:
bundles:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: mirror-5.y
namespace: logging
tag: lokistack-gateway
ocp_builder_rhel-9-golang-1.22-builder-multi-openshift-4.17:
name: builder
namespace: ocp
tag: rhel-9-golang-1.22-builder-multi-openshift-4.17
opa-openshift:
name: mirror-5.y
namespace: logging
Expand All @@ -19,11 +23,15 @@ build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.21-builder-multi-openshift-4.16
tag: rhel-9-golang-1.22-builder-multi-openshift-4.17
images:
- context_dir: operator
dockerfile_path: Dockerfile
from: base
inputs:
ocp_builder_rhel-9-golang-1.22-builder-multi-openshift-4.17:
as:
- golang:1.22.8
to: loki-operator
operator:
bundles:
Expand Down

0 comments on commit 9e78cbd

Please sign in to comment.