dependabot[bot] opened a new pull request, #6891:
URL: https://github.com/apache/myfaces-tobago/pull/6891

   Bumps 
[io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin)
 from 0.47.0 to 0.48.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/docker-maven-plugin/releases";>io.fabric8:docker-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.48.0 (2025-11-17)</h2>
   <ul>
   <li>Allow saving multiple images in docker:save using new parameters 
saveNames and saveAliases. <a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1891";>#1891</a></li>
   <li>Fixed compatibility with Docker 29+ which requires minimum API version 
1.44</li>
   <li>Fixed IP address parsing to support both legacy and new Docker API 
schema formats (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1887";>#1887</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md";>io.fabric8:docker-maven-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <h1>ChangeLog</h1>
   <ul>
   <li>
   <p><strong>0.49-SNAPSHOT</strong>:</p>
   </li>
   <li>
   <p><strong>0.48.0 (2025-11-17)</strong>:</p>
   <ul>
   <li>Allow saving multiple images in docker:save using new parameters 
saveNames and saveAliases.</li>
   <li>Fixed compatibility with Docker 29+ which requires minimum API version 
1.44</li>
   <li>Fixed IP address parsing to support both legacy and new Docker API 
schema formats (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1887";>#1887</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.47.0 (2025-11-01)</strong>:</p>
   <ul>
   <li>Support for user namespace mode (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1881";>1881</a>)</li>
   <li>Bump Jib Core to v0.27.3 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1879";>1879</a>)</li>
   <li>Bump Jnr UnixSocket to v0.38.23 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1880";>1880</a>)</li>
   <li>Drop Plexus DI, switch to plexus-utils, update m-assembly-p and deps, 
verified with Maven 4 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1851";>1851</a>)</li>
   <li><code>dmp:tag</code> should skip <code>&lt;image&gt;s</code> with no 
<code>&lt;build&gt;</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1871";>1871</a>)</li>
   <li>buildArchiveOnly with a path still builds the image (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1863";>1863</a>)</li>
   <li>Add skip tag to the image level by <code>&lt;skipTag&gt;</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1787";>1787</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.46.0 (2025-04-06)</strong>:</p>
   <ul>
   <li>Docker-compose healthcheck configuration support (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1825";>1825</a>)</li>
   <li>Docker container wait timeout default value made configurable using 
startContainerWaitTimeout configuration option (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1825";>1825</a>)</li>
   <li>Respect <code>network</code> configuration in POM and with property 
<code>docker.build.network</code> or system property 
<code>docker.network.mode</code> in docker buildx <a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1850";>1850</a>)</li>
   <li>Fix case sensitivity issue in builder name lookup by converting 
builderName to lowercase, ensuring compatibility across file systems (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1847";>1847</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.45.1 (2024-09-29)</strong>:</p>
   <ul>
   <li>Make copy docker-buildx binary to temporary config directory work on 
windows too (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1819";>1819</a>)</li>
   <li>Pull FROM images in relative path Dockerfiles (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1823";>1823</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.45.0 (2024-07-27)</strong>:</p>
   <ul>
   <li>Automatically create parent directories of portPropertyFile path (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1761";>1761</a>)</li>
   <li>Use complete image id in DockerAccessWithHcClient while fetching image 
id (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1764";>1764</a>)</li>
   <li>Add skip tag to the image level by <code>&lt;skipTag&gt;</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1787";>1787</a>)</li>
   <li>Remove usage of <code>AnsiConsole</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1791";>1791</a>)</li>
   <li>Gracefully handle 404 when removing container (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1793";>1793</a>)</li>
   <li>Added support for <code>platform</code> attribute of a container in the 
docker-compose configuration.</li>
   <li>Image Build Config BuildArgs should be passed while pulling images (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1756";>1756</a>)</li>
   <li><code>docker:push</code> failed with build <code>ARG</code> in 
<code>FROM</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1778";>1778</a>)</li>
   <li>Add the possibility to give secret to buildx build (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1798";>1798</a></li>
   <li><code>FROM</code> can reference <code>ARG</code> that references other 
<code>ARG</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1800";>1800</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.44.0</strong> (2024-02-17):</p>
   <ul>
   <li>Add new option &quot;useDefaultExclusion&quot; for build configuration 
to handle exclusion of hidden files (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1708";>1708</a>)</li>
   <li>The <!-- raw HTML omitted --> option is now propagated down to the 
buildx command, if it is set in the <!-- raw HTML omitted --> section. (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1717";>1717</a>)</li>
   <li>Fix Buildx build with Dockerfile outside of the Docker build context 
directory (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1721";>1721</a>)</li>
   <li>Add support setting driverOpts for buildx (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1704";>1704</a>)</li>
   <li>Multi-Architecture push is not sending pull registry auth credentials 
(<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1709";>1709</a>)</li>
   <li>Adding support for <code>--cacheFrom</code> and <code>--cacheTo</code> 
buildX arguments (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1621";>1621</a>)</li>
   <li>Add support for using maven/system properties for an ARG used as the 
FROM image in a dockerfile (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1731";>1731</a>)</li>
   <li>Revert workaround for checking docker version for checking whether to 
add <code>docker --config</code> flag or not. (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1754";>1754</a>)</li>
   <li>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.  (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1754";>1754</a>)</li>
   <li>Fix Windows volume bindings for Rancher, Podman and Windows-based 
containers (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1719";>1719</a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/6a078ce332e516bf662a6e12ca01a8330f361c59";><code>6a078ce</code></a>
 [RELEASE] Update project version to v0.48.0</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/5aa67c2c41a743b8cf98747f8f2f5e44cc6436e4";><code>5aa67c2</code></a>
 Allow saving multiple images in docker:save using new parameters list 
saveNam...</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/19f2ac6fdc6155f7572823b2fc9e5bc33dfbea7a";><code>19f2ac6</code></a>
 fix: Replace all unavailable openjdk images with 
eclipse-temurin:21-jre-alpine</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/deba500033e32515f2e046715b11d7231efbf0d6";><code>deba500</code></a>
 fix: Replace unavailable openjdk:21-slim with 
eclipse-temurin:21-jre-alpine</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/17c081e482a34e43e0f7faefbae343edca054620";><code>17c081e</code></a>
 fix: Add Docker 29+(API 1.44+) compatibility support</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/960cc6ae01c85c6bb464f114f02e9d24929eee0d";><code>960cc6a</code></a>
 ci: update release workflow to use Maven Central credentials and server ID</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/d2ba73d40a7553742fbf9a5973a5a78dd555b089";><code>d2ba73d</code></a>
 [RELEASE] Prepare for next development iteration</li>
   <li>See full diff in <a 
href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.47.0...v0.48.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.fabric8:docker-maven-plugin&package-manager=maven&previous-version=0.47.0&new-version=0.48.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to