You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting use Red Hat Base images (BASE_REGISTRY=registry.connect.redhat.com) and the "docker build" failed because it could not find the image for ":latest". I had to search the repository and plug in the specific version to get it to succeed.
FROM ${BASE_REGISTRY}ibm/ibmjava8-sdk-ubi8-minimal**:latest** --> FROM ${BASE_REGISTRY}ibm/ibmjava8-sdk-ubi8-minimal**:8.0.8.0**
Easy to workaround/just letting you know.
The text was updated successfully, but these errors were encountered:
I am attempting use Red Hat Base images (BASE_REGISTRY=registry.connect.redhat.com) and the "docker build" failed because it could not find the image for ":latest". I had to search the repository and plug in the specific version to get it to succeed.
FROM ${BASE_REGISTRY}ibm/ibmjava8-sdk-ubi8-minimal**:latest** --> FROM ${BASE_REGISTRY}ibm/ibmjava8-sdk-ubi8-minimal**:8.0.8.0**
Easy to workaround/just letting you know.
The text was updated successfully, but these errors were encountered: