Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker-maven-plugin from 0.4.13 to 1.2.2 in /org.eclipse.scout.hellojava.ui.html.app.dev #3

Open
wants to merge 1 commit into
base: releases/11.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 3, 2022

Bumps docker-maven-plugin from 0.4.13 to 1.2.2.

Changelog

Sourced from docker-maven-plugin's changelog.

Changelog

1.2.0 (released 2018-10-09)

  • Support Java 9, 10, and 11.
  • Fix an ExceptionInInitializerError when plugin is used on Java 11 (401)

1.0.0

Revamped authentication support

Integrates revamped support for authentication from docker-client into the plugin, making it possible for the plugin to be more flexible in regards to authentication credentials used when pushing/pulling/building images.

Previous versions of the plugin had the limitation of using the same RegistryAuth header for all images, regardless of what registries they came from.

In this version, the docker-maven-plugin will automatically use any authentication present in the docker-cli configuration file at ~/.dockercfg or ~/.docker/config.json.

Additionally the plugin will enable support for Google Container Registry if it is able to successfully load Google's "Application Default Credentials". The plugin will also load Google credentials from the file pointed to by the environment variable DOCKER_GOOGLE_CREDENTIALS if it is defined. Since GCR authentication requires retrieving short-lived access codes for the given credentials, support for this registry is baked into the underlying docker-client rather than having to first populate the docker config file before running the plugin.

Lastly, authentication credentials can be explicitly configured in your pom.xml and in your Maven installation's settings.xml file as part of the <servers></servers> block.

339

Commits
  • c34270f [maven-release-plugin] prepare release v1.2.2
  • 960ed96 Merge pull request #438 from spotify/dxia/network-mode
  • 80ad946 Support 'networkmode' option when building docker image
  • aa7fab3 [maven-release-plugin] prepare for next development iteration
  • 6dd542b [maven-release-plugin] prepare release v1.2.1
  • 6db655f Merge pull request #430 from spotify/dxia/upgrade-docker-client
  • 0ab7e3c Ignore two findbugs violations
  • bbe5ce2 Upgrade findbugs-maven-plugin from 3.0.0 to 3.0.5
  • c93a56b Temporarily disable checkstyle
  • cd24c73 Upgrade docker-client dep from 8.14.1 to 8.16.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [docker-maven-plugin](https://github.com/spotify/docker-maven-plugin) from 0.4.13 to 1.2.2.
- [Release notes](https://github.com/spotify/docker-maven-plugin/releases)
- [Changelog](https://github.com/spotify/docker-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](spotify/docker-maven-plugin@v0.4.13...v1.2.2)

---
updated-dependencies:
- dependency-name: com.spotify:docker-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants