aws-lambda-java-base-images
                                
                                 aws-lambda-java-base-images copied to clipboard
                                
                                    aws-lambda-java-base-images copied to clipboard
                            
                            
                            
                        Bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.46.0
Bumps io.fabric8:docker-maven-plugin from 0.43.4 to 0.46.0.
Release notes
Sourced from io.fabric8:docker-maven-plugin's releases.
v0.46.0 (2025-04-07)
What's Changed
- Docker-compose healthcheck configuration support (1825)
- Docker container wait timeout default value made configurable using startContainerWaitTimeout configuration option (1825)
- Respect
networkconfiguration in POM and with propertydocker.build.networkor system propertydocker.network.modein docker buildx 1850)- Fix case sensitivity issue in builder name lookup by converting builderName to lowercase, ensuring compatibility across file systems (1847)
- Move off direct SecDispatcher use #1848
New Contributors
@Smichemade their first contribution in fabric8io/docker-maven-plugin#1833
@arend-von-reinersdorffmade their first contribution in fabric8io/docker-maven-plugin#1837
@cstamasmade their first contribution in fabric8io/docker-maven-plugin#1849
@michaelmejaegermade their first contribution in fabric8io/docker-maven-plugin#1850
@Amitreimade their first contribution in fabric8io/docker-maven-plugin#1847Full Changelog: https://github.com/fabric8io/docker-maven-plugin/compare/v0.45.1...v0.46.0
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
@tusharwebdmade their first contribution in fabric8io/docker-maven-plugin#1816
@jrnorthmade their first contribution in fabric8io/docker-maven-plugin#1824
@derHeinzmade their first contribution in fabric8io/docker-maven-plugin#1819Full Changelog: https://github.com/fabric8io/docker-maven-plugin/compare/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
platformattribute of a container in the docker-compose configuration.- Image Build Config BuildArgs should be passed while pulling images (1756)
docker:pushfailed with buildARGinFROM(1778)- Add the possibility to give secret to buildx build (1798
FROMcan referenceARGthat references otherARG(1800)Thanks to our contributors ❤️ 🤗
... (truncated)
Changelog
Sourced from io.fabric8:docker-maven-plugin's changelog.
ChangeLog
0.47-SNAPSHOT:
0.46.0 (2025-04-06):
- Docker-compose healthcheck configuration support (1825)
- Docker container wait timeout default value made configurable using startContainerWaitTimeout configuration option (1825)
- Respect
networkconfiguration in POM and with propertydocker.build.networkor system propertydocker.network.modein docker buildx 1850)- Fix case sensitivity issue in builder name lookup by converting builderName to lowercase, ensuring compatibility across file systems (1847)
0.45.1 (2024-09-29):
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
platformattribute of a container in the docker-compose configuration.- Image Build Config BuildArgs should be passed while pulling images (1756)
docker:pushfailed with buildARGinFROM(1778)- Add the possibility to give secret to buildx build (1798
FROMcan referenceARGthat references otherARG(1800)
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
--cacheFromand--cacheTobuildX 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 --configflag 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_onconditions and apply them as Docker Maven Plugin waiting configurations (888)- Update
org.apache.maven:maven-coreto3.8.1(1702)
0.43.4 (2023-08-18):
- Always pass
--configoption for latest versions of Docker CLI (1701)
0.43.3 (2023-08-13):
- Only add
--configto buildx command string when authentication credentials are coming from outside sources- Remove hardcoded
--nodevalue while creating buildx builder
0.43.2 (2023-07-29):
- Make
--configfrom buildx command string generation optional (1673)@robfrank
... (truncated)
Commits
- 588fd36[RELEASE] Update project version to v0.45.0
- 30d0803ci : bump setup-docker github action to v4
- 6f929fcreview : remove wildcard imports and use isEmpty from Apache commons
- d249767Reverting Wild card import to seperate imports in AbstractDockerMojo.java
- 2c8d9fbMoved Guava classes with JDK inbuilt functionalities
- 73d5d04Typo to -> too (#1854)
- 4df03f3fix: error already existing instance due to case sensitive Path (#1847)
- 94df38efix: respects network configuration for buildx (#1850)
- dd58908docs: Correct removeVolumes description (#1852)
- 1b28e22Move off direct SecDispatcher use (#1848)
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)