Skip to content

Commit

Permalink
Make the logging view plugin CI config match its Dockerfile.ci (#46011)
Browse files Browse the repository at this point in the history
  • Loading branch information
syedriko authored Nov 28, 2023
1 parent 8cacb27 commit 44eea7f
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
base_images:
nginx-120:
name: nginx
go-builder-base:
name: release
namespace: openshift
tag: 1.20-ubi9
tag: rhel-9-release-golang-1.20-openshift-4.14
ubi9-minimal-base:
name: ubi-minimal
namespace: ocp
tag: "9"
web-builder-base:
name: ubi-minimal
namespace: ocp
tag: "9"
build_root:
image_stream_tag:
name: release
Expand All @@ -12,7 +20,14 @@ images:
- dockerfile_path: Dockerfile.cypress
to: plugin-test
- dockerfile_path: Dockerfile.ci
from: nginx-120
from: ubi9-minimal-base
inputs:
go-builder-base:
as:
- registry.redhat.io/ubi9/go-toolset:1.19
web-builder-base:
as:
- registry.redhat.io/ubi9/ubi-minimal
to: logging-view-plugin
promotion:
name: 5.y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
base_images:
nginx-120:
name: nginx
go-builder-base:
name: release
namespace: openshift
tag: 1.20-ubi9
tag: rhel-9-release-golang-1.20-openshift-4.14
ubi9-minimal-base:
name: ubi-minimal
namespace: ocp
tag: "9"
web-builder-base:
name: ubi-minimal
namespace: ocp
tag: "9"
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.17-openshift-4.10
tag: rhel-9-release-golang-1.20-openshift-4.14
images:
- dockerfile_path: Dockerfile.cypress
to: plugin-test
- dockerfile_path: Dockerfile.ci
from: nginx-120
from: ubi9-minimal-base
inputs:
go-builder-base:
as:
- registry.redhat.io/ubi9/go-toolset:1.19
web-builder-base:
as:
- registry.redhat.io/ubi9/ubi-minimal
to: logging-view-plugin
promotion:
name: "5.6"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
base_images:
nginx-120:
name: nginx
go-builder-base:
name: release
namespace: openshift
tag: 1.20-ubi9
tag: rhel-9-release-golang-1.20-openshift-4.14
ubi9-minimal-base:
name: ubi-minimal
namespace: ocp
tag: "9"
web-builder-base:
name: ubi-minimal
namespace: ocp
tag: "9"
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.17-openshift-4.10
tag: rhel-9-release-golang-1.20-openshift-4.14
images:
- dockerfile_path: Dockerfile.cypress
to: plugin-test
- dockerfile_path: Dockerfile.ci
from: nginx-120
from: ubi9-minimal-base
inputs:
go-builder-base:
as:
- registry.redhat.io/ubi9/go-toolset:1.19
web-builder-base:
as:
- registry.redhat.io/ubi9/ubi-minimal
to: logging-view-plugin
promotion:
name: "5.7"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
base_images:
nginx-120:
name: nginx
go-builder-base:
name: release
namespace: openshift
tag: 1.20-ubi9
tag: rhel-9-release-golang-1.20-openshift-4.14
ubi9-minimal-base:
name: ubi-minimal
namespace: ocp
tag: "9"
web-builder-base:
name: ubi-minimal
namespace: ocp
tag: "9"
build_root:
image_stream_tag:
name: release
Expand All @@ -12,7 +20,14 @@ images:
- dockerfile_path: Dockerfile.cypress
to: plugin-test
- dockerfile_path: Dockerfile.ci
from: nginx-120
from: ubi9-minimal-base
inputs:
go-builder-base:
as:
- registry.redhat.io/ubi9/go-toolset:1.19
web-builder-base:
as:
- registry.redhat.io/ubi9/ubi-minimal
to: logging-view-plugin
promotion:
name: "5.8"
Expand Down

0 comments on commit 44eea7f

Please sign in to comment.