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 @@ -40,6 +40,12 @@ images:
from: cli
optional: true
to: cli-with-git
- dockerfile_literal: |
FROM this-is-ignored
RUN dnf install -y skopeo && dnf clean all
from: cli
optional: true
to: cli-with-skopeo
- dockerfile_literal: |
FROM registry.access.redhat.com/ubi9/openjdk-17:1.21
USER root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ images:
from: cli
optional: true
to: cli-with-git
- dockerfile_literal: |
FROM this-is-ignored
RUN dnf install -y skopeo && dnf clean all
from: cli
optional: true
to: cli-with-skopeo
- dockerfile_literal: |
FROM registry.access.redhat.com/ubi9/openjdk-17:1.21
USER root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ images:
from: cli
optional: true
to: cli-with-git
- dockerfile_literal: |
FROM this-is-ignored
RUN dnf install -y skopeo && dnf clean all
from: cli
optional: true
to: cli-with-skopeo
releases:
latest:
candidate:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ images:
from: cli
optional: true
to: cli-with-git
- dockerfile_literal: |
FROM this-is-ignored
RUN dnf install -y skopeo && dnf clean all
from: cli
optional: true
to: cli-with-skopeo
releases:
latest:
candidate:
Expand Down
Loading