Skip to content
Merged
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
3 changes: 1 addition & 2 deletions apps/assisted-disconnected-ui/Containerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM registry.ci.openshift.org/edge-infrastructure/nodejs-18-minimal:latest as ui-build
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.19 AS ui-build
USER root
RUN microdnf install -y rsync git
Comment thread
celdrake marked this conversation as resolved.

WORKDIR /app
COPY --chown=1001:0 / /app
Expand Down
Loading