dependabot[bot] opened a new pull request, #6852: URL: https://github.com/apache/myfaces-tobago/pull/6852
Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.46.0 to 0.47.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.47.0 (2025-11-01)</h2> <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><image>s</code> with no <code><build></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><skipTag></code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1787">1787</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.48-SNAPSHOT</strong>:</p> </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><image>s</code> with no <code><build></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><skipTag></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><skipTag></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 "useDefaultExclusion" 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> <li>Extract the Docker Compose v2.1+ <code>depends_on</code> conditions and apply them as Docker Maven Plugin waiting configurations (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/888">888</a>)</li> <li>Update <code>org.apache.maven:maven-core</code> to <code>3.8.1</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1702">1702</a>)</li> </ul> </li> <li> <p><strong>0.43.4</strong> (2023-08-18):</p> <ul> <li>Always pass <code>--config</code> option for latest versions of Docker CLI (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1701">1701</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/ec9ae210108761c26c1eed71fdb2d86af3efb4cd"><code>ec9ae21</code></a> [RELEASE] Update project version to v0.47.0</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/e32846c52593c9ff2f6b28b6bd17ac80c80ddfac"><code>e32846c</code></a> Add support for user namespace mode</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/0e8c88e115978903f761ac92f10d5ef0759273a7"><code>0e8c88e</code></a> chore (deps) : Bump test dependencies to latest available versions</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/f2aff1f3097e507dbbda38d1ba08bf53c6f637ca"><code>f2aff1f</code></a> chore (deps) : bump jnr-unixsocket to v0.38.23</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/6b3a2e8e0ae4b968348ea7b6c2c2f1eb3471c31a"><code>6b3a2e8</code></a> chore (deps) : bump <code>jib-core</code> to v0.27.3</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/0c49de336f245e80da0833f225f123a70994ad40"><code>0c49de3</code></a> ci : fix typo in environment variable name for PR_NUMBER</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/577ca1ce4265320b53331d54c80b0aa13ede1c7b"><code>577ca1c</code></a> ci : fetch PR number via GitHub REST API for Sonar Analysis</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/eba5f140d4c2cb11ef3c10bc5de71924e71e3d07"><code>eba5f14</code></a> ci : Print github event context for debugging missing value</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/d5e67abad03609bff61d1b40517354bab638b2b8"><code>d5e67ab</code></a> ci : Use correct field in GitHub events Json to fetch pull request number in ...</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/1ccb92a3a18f2c6277b4167799930f4a38842af7"><code>1ccb92a</code></a> fix : fix failing Sonar GitHub workflow</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.46.0...v0.47.0">compare view</a></li> </ul> </details> <br /> [](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]
