Skip to content

Update dependency io.fabric8:docker-maven-plugin to v0.48.1#103

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/io.fabric8-docker-maven-plugin-0.x
Open

Update dependency io.fabric8:docker-maven-plugin to v0.48.1#103
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/io.fabric8-docker-maven-plugin-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 27, 2021

This PR contains the following updates:

Package Change Age Confidence
io.fabric8:docker-maven-plugin 0.36.00.48.1 age confidence

Release Notes

fabric8io/docker-maven-plugin (io.fabric8:docker-maven-plugin)

v0.48.1: 0.48.1 (2026-02-07)

Compare Source

  • Use wait config if no Docker Compose healthcheck (1771)

v0.48.0: 0.48.0 (2025-11-17)

Compare Source

  • Allow saving multiple images in docker:save using new parameters saveNames and saveAliases. #​1891
    • Fixed compatibility with Docker 29+ which requires minimum API version 1.44
    • Fixed IP address parsing to support both legacy and new Docker API schema formats (#​1887)

v0.47.0: 0.47.0 (2025-11-01)

Compare Source

  • Support for user namespace mode (1881)
  • Bump Jib Core to v0.27.3 (1879)
  • Bump Jnr UnixSocket to v0.38.23 (1880)
  • Drop Plexus DI, switch to plexus-utils, update m-assembly-p and deps, verified with Maven 4 (1851)
  • dmp:tag should skip <image>s with no <build> (1871)
  • buildArchiveOnly with a path still builds the image (1863)
  • Add skip tag to the image level by <skipTag> (1787)

v0.46.0: (2025-04-07)

Compare Source

What's Changed

  • Docker-compose healthcheck configuration support (1825)
  • Docker container wait timeout default value made configurable using startContainerWaitTimeout configuration option (1825)
  • Respect network configuration in POM and with property docker.build.network or system property docker.network.mode in 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

Full Changelog: fabric8io/docker-maven-plugin@v0.45.1...v0.46.0

v0.45.1: 0.45.1 (2024-09-29)

Compare Source

  • Make copy docker-buildx binary to temporary config directory work on windows too (1819)
  • Pull FROM images in relative path Dockerfiles (1823)

New Contributors

Full Changelog: fabric8io/docker-maven-plugin@v0.45.0...v0.45.1

v0.45.0: 0.45.0 (2024-07-27)

Compare Source

  • 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 build ARG in FROM (1778)
    • Add the possibility to give secret to buildx build (1798
    • FROM can reference ARG that references other ARG (1800)

Thanks to our contributors ❤️ 🤗

v0.44.0: 0.44.0 (2024-02-17)

Compare Source

  • 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 ❤️ 🤗

v0.43.4: 0.43.4 (2023-08-18)

Compare Source

  • Always pass --config option for latest versions of Docker CLI (1701)

v0.43.3: 0.43.3 (2023-08-13)

Compare Source

  • Only add --config to buildx command string when authentication credentials are coming from outside sources
    • Remove hardcoded --node value while creating buildx builder

v0.43.2: 0.43.2 (2023-07-29)

Compare Source

  • Make --config from buildx command string generation optional (1673) @​robfrank

v0.43.1: 0.43.1 (2023-07-28)

Compare Source

v0.43.0: 0.43.0 (2023-05-20)

Compare Source

v0.42.1: 0.42.1 (2023-04-06)

Compare Source

v0.42.0: (2023-02-28)

Compare Source

v0.41.0: 0.41.0 (2023-02-06):

Compare Source

v0.40.3: 0.40.3 (2022-12-18)

Compare Source

  • 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

v0.40.2: 0.40.2 (2022-07-31)

Compare Source

  • Plugin doesn't abort building an image in case Podman is used and Dockerfile can't be processed (1562) @​jh-cd
    • Bump gson from 2.8.5 to 2.8.9 (1556) @​dependabot
    • Build and load native platform during build goal, build and push all platforms during push goal (1576) @​chonton
    • Remove buildx cache, don't delete builder instances after goal. Use builder instance to cache artifacts (1579) @​chonton
    • Multiple assemblies use the name "maven". Please assign each assembly a unique name (1558) @​tbfky
    • Use https://index.docker.io/v1/ as default buildx server registry (1574) @​chonton
    • When using buildx, do not force build of native platform (1572) @​chonton

v0.40.1: 0.40.1 (2022-06-11)

Compare Source

  • buildx does not work when specifying Dockerfile location (1562) @​chonton
    • Use buildx, set tag to current version fails if it contains -SNAPSHOT (1566) @​chonton

v0.40.0: 0.40.0 (2022-05-29):

Compare Source

v0.39.1: 0.39.1 (2022-02-27)

Compare Source

  • determineFinalArgValue respect default value if key exists but value is null (1528) @​twendelmuth

v0.39.0: 0.39.0 (2022-02-06)

Compare Source

v0.38.1: (2021-12-18)

Compare Source

  • Update to jnr-unixsocket 0.38.14 to solve UnsatisfiedLinkError on Apple M1 (#​1257) @​henningn
    • Revert "Only push the latest tag if no other tags where specified in jib mode. This can break your build, if you rely on the automatic latest tag." (#​1510) @​Postremus
    • Revert "Only push the latest tag if no other tags where specified in docker mode. This can break your build, if you rely on the automatic latest tag." (#​1509) @​Postremus

v0.38.0: 0.38.0 (2021-11-09)

Compare Source

  • Allow replacement in tags. Added a new replacement %T which always adds a timestamp. (#​1491)
    • Only push the latest tag if no other tags where specified in docker mode. This can break your build, if you rely on the automatic latest tag. (#​1496)
    • Only push the latest tag if no other tags where specified in jib mode. This can break your build, if you rely on the automatic latest tag. (#​1498)
    • Deprecate entrypoint parameter in <run> configuration (1488)
    • Add support for executeStopOnVMShutdown flag in docker:stop goal to stop containers after build completion (1492)
    • Add support for multiple ARGS defined as a part of docker imageTag string (1430)

Thanks a lot to our contributors ❤️ :

v0.37.0: (2021-08-15)

Compare Source

  • Fix stop mojo by taking container name pattern into account (#​1168)
    • Wait for request.abort to finish before calling is.close() (#​1103)

Thanks a lot to our contributors ❤️ :

v0.36.1: (2021-06-27)

Compare Source

  • Fix multi-stage builds when an image refers to another image named/aliased up in the Dockerfile (1443)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.36.1 Update dependency io.fabric8:docker-maven-plugin to v0.37.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 69cc100 to 6f53ad7 Compare October 18, 2021 18:10
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 6f53ad7 to b326001 Compare March 7, 2022 14:34
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.37.0 Update dependency io.fabric8:docker-maven-plugin to v0.39.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from b326001 to eed35d2 Compare June 18, 2022 23:20
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.39.1 Update dependency io.fabric8:docker-maven-plugin to v0.40.1 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from eed35d2 to a8fe984 Compare September 25, 2022 10:38
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.40.1 Update dependency io.fabric8:docker-maven-plugin to v0.40.2 Sep 25, 2022
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.40.2 Update dependency io.fabric8:docker-maven-plugin to v0.42.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from a8fe984 to eb7890b Compare March 16, 2023 11:11
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from eb7890b to 9eddb1a Compare April 17, 2023 11:09
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.42.0 Update dependency io.fabric8:docker-maven-plugin to v0.42.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 9eddb1a to 3685950 Compare May 28, 2023 11:57
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.42.1 Update dependency io.fabric8:docker-maven-plugin to v0.43.0 May 28, 2023
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.0 Update dependency io.fabric8:docker-maven-plugin to v0.43.1 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch 2 times, most recently from a25e2eb to ca89f3d Compare July 29, 2023 10:36
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.1 Update dependency io.fabric8:docker-maven-plugin to v0.43.2 Jul 29, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from ca89f3d to 6c3105b Compare August 13, 2023 18:14
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.2 Update dependency io.fabric8:docker-maven-plugin to v0.43.3 Aug 13, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 6c3105b to 7abd370 Compare August 18, 2023 06:36
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.3 Update dependency io.fabric8:docker-maven-plugin to v0.43.4 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 7abd370 to ca25785 Compare February 17, 2024 13:03
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.4 Update dependency io.fabric8:docker-maven-plugin to v0.44.0 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from ca25785 to f278d5a Compare July 27, 2024 18:47
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.44.0 Update dependency io.fabric8:docker-maven-plugin to v0.45.0 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from f278d5a to ad83de1 Compare September 29, 2024 12:05
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.45.0 Update dependency io.fabric8:docker-maven-plugin to v0.45.1 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from ad83de1 to f508c1a Compare April 6, 2025 18:12
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.45.1 Update dependency io.fabric8:docker-maven-plugin to v0.46.0 Apr 6, 2025
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.46.0 Update dependency io.fabric8:docker-maven-plugin to v0.47.0 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from f508c1a to 86d6ca7 Compare November 1, 2025 18:11
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 86d6ca7 to a973be6 Compare November 17, 2025 15:50
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.47.0 Update dependency io.fabric8:docker-maven-plugin to v0.48.0 Nov 17, 2025
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from a973be6 to 3169650 Compare February 7, 2026 21:37
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.48.0 Update dependency io.fabric8:docker-maven-plugin to v0.48.1 Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants