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
If you point to your Dockerfile using a relative path, then any FROM images in your Dockerfile will not be pulled when using the docker:build goal.
The documentation for docker:build states:
All paths can be either absolute or relative paths (except when both dockerFileDir and dockerFile are provided in which case dockerFile must not be absolute). A relative path is looked up in ${project.basedir}/src/main/docker by default. You can make it easily an absolute path by using ${project.basedir} in your configuration.
My image's build configuration has not changed from version 0.43.4, but the FROM images in my Dockerfile are no longer pulled. Dockerfile and files.xml are both in the src/main/docker folder of my module.
Description
If you point to your Dockerfile using a relative path, then any FROM images in your Dockerfile will not be pulled when using the
docker:build
goal.The documentation for
docker:build
states:My image's build configuration has not changed from version 0.43.4, but the FROM images in my Dockerfile are no longer pulled.
Dockerfile
andfiles.xml
are both in thesrc/main/docker
folder of my module.This regression was introduced in e980189. I tested with 0.44.0 and could not reproduce the issue.
Info
mvn -v
) :Docker version 27.2.0, build 3ab4256
The text was updated successfully, but these errors were encountered: