Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.24-openshift-4.23
tag: rhel-9-golang-1.26-openshift-4.23
use_build_cache: true
images:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.24-openshift-4.23
tag: rhel-9-golang-1.26-openshift-4.23
use_build_cache: true
images:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ base_images:
name: "4.20"
namespace: ocp
tag: base-rhel9
go_builder:
name: builder
namespace: ocp
tag: rhel-9-golang-1.26-openshift-4.23
loki:
name: loki
namespace: logging
Expand All @@ -30,10 +26,6 @@ images:
- context_dir: operator
dockerfile_path: Dockerfile
from: base
inputs:
go_builder:
as:
- golang:1.26.3
to: loki-operator
- dockerfile_literal: |
FROM registry.redhat.io/ubi9/go-toolset:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.25-openshift-4.23
tag: rhel-9-golang-1.26-openshift-4.23
use_build_cache: true
images:
items:
Expand Down