Skip to content
Merged
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 @@ -57,13 +57,19 @@ images:
ostree container commit
from: ocp_os
to: custom-os-image
- dockerfile_literal: |
FROM src
RUN dnf install -y skopeo && dnf clean all
from: src
to: src-with-skopeo
- dockerfile_literal: |
FROM quay.io/zzlotnik/zacks-openshift-helpers:latest
to: zacks-toolbox
promotion:
to:
- excluded_images:
- custom-os-image
- src-with-skopeo
- zacks-toolbox
name: "5.0"
namespace: ocp
Expand Down Expand Up @@ -283,7 +289,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-1of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand All @@ -298,7 +304,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-2of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ images:
ostree container commit
from: ocp_os
to: custom-os-image
- dockerfile_literal: |
FROM src
RUN dnf install -y skopeo && dnf clean all
from: src
to: src-with-skopeo
- dockerfile_literal: |
FROM quay.io/zzlotnik/zacks-openshift-helpers:latest
to: zacks-toolbox
Expand All @@ -65,6 +70,7 @@ promotion:
to:
- excluded_images:
- custom-os-image
- src-with-skopeo
- zacks-toolbox
name: "4.20"
namespace: ocp
Expand Down Expand Up @@ -268,7 +274,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,19 @@ images:
ostree container commit
from: ocp_os
to: custom-os-image
- dockerfile_literal: |
FROM src
RUN dnf install -y skopeo && dnf clean all
from: src
to: src-with-skopeo
- dockerfile_literal: |
FROM quay.io/zzlotnik/zacks-openshift-helpers:latest
to: zacks-toolbox
promotion:
to:
- excluded_images:
- custom-os-image
- src-with-skopeo
- zacks-toolbox
name: "4.21"
namespace: ocp
Expand Down Expand Up @@ -283,7 +289,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,19 @@ images:
ostree container commit
from: ocp_os
to: custom-os-image
- dockerfile_literal: |
FROM src
RUN dnf install -y skopeo && dnf clean all
from: src
to: src-with-skopeo
- dockerfile_literal: |
FROM quay.io/zzlotnik/zacks-openshift-helpers:latest
to: zacks-toolbox
promotion:
to:
- excluded_images:
- custom-os-image
- src-with-skopeo
- zacks-toolbox
name: "4.22"
namespace: ocp
Expand Down Expand Up @@ -283,7 +289,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-1of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand All @@ -298,7 +304,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-2of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,19 @@ images:
ostree container commit
from: ocp_os
to: custom-os-image
- dockerfile_literal: |
FROM src
RUN dnf install -y skopeo && dnf clean all
from: src
to: src-with-skopeo
- dockerfile_literal: |
FROM quay.io/zzlotnik/zacks-openshift-helpers:latest
to: zacks-toolbox
promotion:
to:
- excluded_images:
- custom-os-image
- src-with-skopeo
- zacks-toolbox
name: "4.23"
namespace: ocp
Expand Down Expand Up @@ -283,7 +289,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-1of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand All @@ -298,7 +304,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-2of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ images:
ostree container commit
from: ocp_os
to: custom-os-image
- dockerfile_literal: |
FROM src
RUN dnf install -y skopeo && dnf clean all
from: src
to: src-with-skopeo
- dockerfile_literal: |
FROM quay.io/zzlotnik/zacks-openshift-helpers:latest
to: zacks-toolbox
Expand All @@ -65,6 +70,7 @@ promotion:
- disabled: true
excluded_images:
- custom-os-image
- src-with-skopeo
- zacks-toolbox
name: "5.0"
namespace: ocp
Expand Down Expand Up @@ -284,7 +290,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-1of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand All @@ -299,7 +305,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-2of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,19 @@ images:
ostree container commit
from: ocp_os
to: custom-os-image
- dockerfile_literal: |
FROM src
RUN dnf install -y skopeo && dnf clean all
from: src
to: src-with-skopeo
- dockerfile_literal: |
FROM quay.io/zzlotnik/zacks-openshift-helpers:latest
to: zacks-toolbox
promotion:
to:
- excluded_images:
- custom-os-image
- src-with-skopeo
- zacks-toolbox
name: "5.1"
namespace: ocp
Expand Down Expand Up @@ -283,7 +289,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-1of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand All @@ -298,7 +304,7 @@ tests:
- as: test
cli: latest
commands: make test-e2e-ocl-2of2
from: src
from: src-with-skopeo
resources:
requests:
cpu: 100m
Expand Down