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'm trying to use this plugin to run a multi-stage build using a Dockerfile
Initiating the build I receive this error:
[ERROR] DOCKER> Unable to pull 'graalvm:latest' : {"message":"pull access denied for graalvm, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"} (Not Found: 404) [{"message":"pull access denied for graalvm, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"} (Not Found: 404)]
Info
d-m-p version : 0.31.0
Maven version (mvn -v) : 3.6.1
Docker version : 19.03.2
If it's a bug, how to reproduce :
In my Dockerfile I have:
FROM oracle/graalvm-ce:19.2.0 AS graalvm
...
FROM graalvm
Description
I'm trying to use this plugin to run a multi-stage build using a Dockerfile
Initiating the build I receive this error:
Info
mvn -v
) : 3.6.1In my POM I have:
The text was updated successfully, but these errors were encountered: