generated from openshift/console-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #269 from savitaashture/cp_1
update rpms.lock.yaml to match with latest ec policy
- Loading branch information
Showing
4 changed files
with
126 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ RUN yarn install --offline --frozen-lockfile --ignore-scripts && \ | |
yarn build | ||
|
||
FROM $RUNTIME | ||
ARG VERSION=console-plugin-main | ||
ARG VERSION=console-plugin-1-18 | ||
|
||
COPY --from=builder-ui /go/src/github.com/openshift-pipelines/console-plugin/dist /usr/share/nginx/html | ||
COPY --from=builder-ui /go/src/github.com/openshift-pipelines/console-plugin/nginx.conf /etc/nginx/nginx.conf | ||
|
@@ -22,8 +22,8 @@ USER 1001 | |
ENTRYPOINT ["nginx", "-g", "daemon off;"] | ||
|
||
LABEL \ | ||
com.redhat.component="openshift-pipelines-console-plugin-rhel8-container" \ | ||
name="openshift-pipelines/pipelines-console-plugin-rhel8" \ | ||
com.redhat.component="openshift-pipelines-console-plugin-rhel9-container" \ | ||
name="openshift-pipelines/pipelines-console-plugin-rhel9" \ | ||
version=$VERSION \ | ||
summary="Red Hat OpenShift Pipelines Console Plugin" \ | ||
maintainer="[email protected]" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.