We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: