-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
COPY rhel7.repo /etc/yum.repos.d/
In the Dockerfile that creates the image for the stack, we pull in dependencies from RHEL for chrome headless testing.
When using UBI, These deps should be able to be pulled automatically if the image build is done from a subscribed host (e.g. and openshift node).
When i tried this build in OpenShift, the UBI did not seem to do this though, hence the need for the rhel7.repo definition.
Ultimately the base UBI image in the CRW may be old or need the latest version
FROM registry.redhat.io/codeready-workspaces/stacks-node
Metadata
Metadata
Assignees
Labels
No labels