dockerfile-maven
dockerfile-maven copied to clipboard
MATURE: A set of Maven tools for dealing with Dockerfiles
For some builds, we need shm-size support. by implementing arbitrary build parameter support, it should be possible to just configure 1000000000
## Description i cant't build dockerfile in raspberry pi this is my project gitaddress:https://github.com/IMJacky/light-admin ## How to reproduce mvn dockerfile:build ## What do you expect build success ## What happened...
**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT ## Description The plugin fails to build the Docker image. This seems to be regardless of the plugin configuration. ##...
This should be the version created after https://github.com/spotify/docker-client/pull/1221 is merged
Hi, there! Thank you for your contributions first! I just have an question. How to push the docker image with different tags to multiple registries when deploying? I just want...
I referred to this [address](https://github.com/spotify/dockerfile-maven/pull/297#issue-290208432) my plugin info: ``` com.spotify dockerfile-maven-plugin 1.4.13 default build push http://39.101.163.100:2375 ./ ${docker.registry}/demo ${project.version} ${project.build.finalName}.jar ``` when I exec `DOCKER_HOST=http://39.101.163.100:2375 mvn clean package` , it's...
## Description This lies between bug request / feature. As it stands RHEL 8 no longer supports docker, instead docker-podman is recommended. Theoretically this is a drop-in replacement for docker....
I suppose this should be a bug report. ## Description The dockerfile-maven-plugin tries to decrypt passwords given as property in settings.xml: github ${env.GITHUB_ACTOR} ${env.GITHUB_TOKEN} which fails: ``` [ERROR] Settings problem...
When i download a jar file it works fine but when i put the script in vs code of the jar file and save it as jar it says error:invalid...
Is there any requirement for the docker version to use this plugin to build? Currently using 19.3.1 docker environment to build, cacheFrom does not work