Skip to content

Releases: fabric8io/docker-maven-plugin

0.44.0 (2024-02-17)

17 Feb 15:45
Compare
Choose a tag to compare
  • Add new option "useDefaultExclusion" for build configuration to handle exclusion of hidden files (1708)
  • The option is now propagated down to the buildx command, if it is set in the section. (1717)
  • Fix Buildx build with Dockerfile outside of the Docker build context directory (1721)
  • Add support setting driverOpts for buildx (1704)
  • Multi-Architecture push is not sending pull registry auth credentials (1709)
  • Adding support for --cacheFrom and --cacheTo buildX arguments (1621)
  • Add support for using maven/system properties for an ARG used as the FROM image in a dockerfile (1731)
  • Revert workaround for checking docker version for checking whether to add docker --config flag or not. (1754)
  • Add a workaround to copy docker-buildx binary to temporary config directory created for docker buildx build. This seems to make docker recognize buildx even after config override. (1754)
  • Fix Windows volume bindings for Rancher, Podman and Windows-based containers (1719)
  • Extract the Docker Compose v2.1+ depends_on conditions and apply them as Docker Maven Plugin waiting configurations (888)
  • Update org.apache.maven:maven-core to 3.8.1 (1702)

Thanks to our contributors ❤️ 🤗

0.43.4 (2023-08-18)

18 Aug 06:47
Compare
Choose a tag to compare
  • Always pass --config option for latest versions of Docker CLI (1701)

0.43.3 (2023-08-13)

13 Aug 18:11
Compare
Choose a tag to compare
  • Only add --config to buildx command string when authentication credentials are coming from outside sources
  • Remove hardcoded --node value while creating buildx builder

0.43.2 (2023-07-29)

29 Jul 07:36
Compare
Choose a tag to compare
  • Make --config from buildx command string generation optional (1673) @robfrank

0.43.1 (2023-07-28)

28 Jul 16:24
Compare
Choose a tag to compare

0.43.0 (2023-05-20)

20 May 05:55
Compare
Choose a tag to compare
  • Make buildx build single non-native platform if requested (1665) @martyvona
  • Support for buildx option to disable attestations (1661) @chonton

0.42.1 (2023-04-06)

06 Apr 06:55
Compare
Choose a tag to compare

v0.42.0 (2023-02-28)

28 Feb 17:57
Compare
Choose a tag to compare

0.41.0 (2023-02-06):

06 Feb 17:41
Compare
Choose a tag to compare

0.40.3 (2022-12-18)

18 Dec 17:37
Compare
Choose a tag to compare
  • image/squash option is taken into account when using buildx (1605) @kevinleturc
  • Allow having build args with same name but different value in various sources, which are overriden in the order of precedence in resulting build args map (1407) @pavelsmolensky
  • Use double for docker.cpus property and interpret this value in the same way as Docker config option --cpus (1609) @vjuranek
  • NPE from Assembly plugin when POM packaging is used (1146) @slawekjaranowski
  • Docker pulling progress only shown after pull has completed and not in real-time (1598) @causalnet
  • Bump org.yaml:snakeyaml to v1.32 (1619) @pen4
  • Bump com.google.cloud.tools:jib-core to v0.23.0 (1620) @pen4
  • Bump com.google.guava:guava to v31.1-jre @rohanKanojia