Skip to content

Commit

Permalink
NO-ISSUE: Ignore failure when package 'pip' does not exist (#52092)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanor committed May 16, 2024
1 parent f7ab020 commit 7e77297
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ images:
to: assisted-service-scripts
- dockerfile_literal: |
FROM coreos/centos
RUN yum install -y skopeo pip
RUN yum install -y --skip-broken skopeo pip
from: src
to: assisted-service-publish-index
operator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ images:
to: assisted-service-scripts
- dockerfile_literal: |
FROM coreos/centos
RUN yum install -y skopeo pip
RUN yum install -y --skip-broken skopeo pip
from: src
to: assisted-service-publish-index
operator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ images:
to: assisted-service-scripts
- dockerfile_literal: |
FROM coreos/centos
RUN yum install -y skopeo pip
RUN yum install -y --skip-broken skopeo pip
from: src
to: assisted-service-publish-index
operator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ images:
to: assisted-service-scripts
- dockerfile_literal: |
FROM coreos/centos
RUN yum install -y skopeo pip
RUN yum install -y --skip-broken skopeo pip
from: src
to: assisted-service-publish-index
operator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ images:
to: assisted-service-scripts
- dockerfile_literal: |
FROM coreos/centos
RUN yum install -y skopeo pip
RUN yum install -y --skip-broken skopeo pip
from: src
to: assisted-service-publish-index
operator:
Expand Down

0 comments on commit 7e77297

Please sign in to comment.