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

Support multiple docker aliases #1081

Closed
muuki88 opened this issue Dec 30, 2017 · 1 comment
Closed

Support multiple docker aliases #1081

muuki88 opened this issue Dec 30, 2017 · 1 comment
Labels
docker documentation Documentation should be extended or updated feature request

Comments

@muuki88
Copy link
Contributor

muuki88 commented Dec 30, 2017

Native-packager supports two options to publish docker image tags.

  1. Only the one specified as tag in dockerAlias
  2. All if tag in dockerAlias is None and the dockerBuildOptions contain more than one tag

See this gitter discussion

We should do two things

  1. Document the current behaviour
    // publish all tags
    dockerAlias := dockerAlias.value.copy(tag = None)
  2. Suggestion: Provide a dockerAliases setting where additional aliases can be defined like sbt-docker custom images.
@muuki88 muuki88 added docker documentation Documentation should be extended or updated feature request labels Dec 30, 2017
@muuki88 muuki88 closed this as completed Jul 14, 2019
@muuki88
Copy link
Contributor Author

muuki88 commented Jul 14, 2019

already implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker documentation Documentation should be extended or updated feature request
Projects
None yet
Development

No branches or pull requests

1 participant