Releases: fabric8io/docker-maven-plugin
Releases · fabric8io/docker-maven-plugin
0.45.1 (2024-09-29)
- Make copy docker-buildx binary to temporary config directory work on windows too (1819)
- Pull FROM images in relative path Dockerfiles (1823)
New Contributors
- @tusharwebd made their first contribution in #1816
- @jrnorth made their first contribution in #1824
- @derHeinz made their first contribution in #1819
Full Changelog: v0.45.0...v0.45.1
0.45.0 (2024-07-27)
- Automatically create parent directories of portPropertyFile path (1761)
- Use complete image id in DockerAccessWithHcClient while fetching image id (1764)
- Add skip tag to the image level by
<skipTag>
(1787) - Remove usage of
AnsiConsole
(1791) - Gracefully handle 404 when removing container (1793)
- Added support for
platform
attribute of a container in the docker-compose configuration. - Image Build Config BuildArgs should be passed while pulling images (1756)
docker:push
failed with buildARG
inFROM
(1778)- Add the possibility to give secret to buildx build (1798
FROM
can referenceARG
that references otherARG
(1800)
Thanks to our contributors ❤️ 🤗
0.44.0 (2024-02-17)
- 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
to3.8.1
(1702)
Thanks to our contributors ❤️ 🤗
0.43.4 (2023-08-18)
- Always pass
--config
option for latest versions of Docker CLI (1701)
0.43.3 (2023-08-13)
- 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)
0.43.1 (2023-07-28)
- Resolve registry auth URL by registry ID (1688) @wajda
- Allow 'host-gateway' as non-resolvable hostname in extraHosts (1527) @azaaiman
- Bump guava from
31.1-jre
to32.0.1-jre
(1686) @dependabot - Bump jib-core from
0.23.0
to0.24.0
(1686) @rohanKanojia - Fix unauthorized error with buildx needing multiple credentials (1583) @eocantu
- Add logger to HTTP ping checker (1689) @ryanrishi
0.43.0 (2023-05-20)
- Make buildx build single non-native platform if requested (1665) @martyvona
- Support for buildx option to disable attestations (1661) @chonton