Skip to content

Commit

Permalink
Merge pull request #269 from savitaashture/cp_1
Browse files Browse the repository at this point in the history
update rpms.lock.yaml to match with latest ec policy
  • Loading branch information
savitaashture authored Feb 13, 2025
2 parents 9bbaf5a + a1bff71 commit b1433bd
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 630 deletions.
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/console-plugin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]" \
Expand Down
2 changes: 1 addition & 1 deletion .konflux/rpms/rpms.in.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contentOrigin:
repofiles:
- ./ubi.repo
packages: [shadow-utils]
packages: [openssl-libs-3.2.2-6.el9_5.1]
arches:
# The list of architectures
- aarch64
Expand Down
Loading

0 comments on commit b1433bd

Please sign in to comment.