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
IMG not build from Dockerfile with insecure registry in section FROM
Dockerfile: FROM http://registry.local.com:5000/glassfish-app:88
Error: failed to solve: invalid reference format
or
Dockerfile: FROM registry.local.com:5000/glassfish-app:88
Error:
=> ERROR docker-image://registry.local.com:5000/glassfish-app:88
failed to solve: failed to do request: Head https://registry.local.com:5000/v2/glassfish-app/manifests/88: http: server gave HTTP response to HTTPS client
The text was updated successfully, but these errors were encountered:
@jessfraz I would love to see --insecure-registry flags on build and pull too! It's especially helpful for local development and testing when I don't want to put nginx or something else in front of the registry to serve https.
IMG not build from Dockerfile with insecure registry in section FROM
Dockerfile:
FROM http://registry.local.com:5000/glassfish-app:88
Error:
failed to solve: invalid reference format
or
Dockerfile:
FROM registry.local.com:5000/glassfish-app:88
Error:
The text was updated successfully, but these errors were encountered: