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

Enhancement: Refactor 'discover-docker-tags-action' for Maven Versioned Docker Image Tag Generation with Customization #26756

Open
victoralfaro-dotcms opened this issue Nov 20, 2023 · 0 comments

Comments

@victoralfaro-dotcms
Copy link
Contributor

victoralfaro-dotcms commented Nov 20, 2023

User Story

As a dev-ops engineer, I want to rewrite the "discover-docker-tags-action" Github action to generate Docker image tags according to the version resolved by Maven, with the ability to customize the tags based on certain criteria.

Acceptance Criteria

  • The "discover-docker-tags-action" should be refactored to incorporate arbitrary inputs for tag generation.
  • The following inputs should be supported:
    • is_release: Boolean flag indicating if the tag belongs to a release image. This flag takes precedence over other non-compatible flags and includes the latest tag. Default: false.
    • is_snapshot: Boolean flag indicating if the tag belongs to a SNAPSHOT image. Default: false.
    • is_lts: Boolean flag indicating if the tag belongs to an LTS image. Default: false.
    • label: Extra label text to be appended to the resulting tag. Default: ''.

dotCMS Version

master

Proposed Objective

Core Features

Proposed Priority

Priority 2 - Important

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Future
Development

No branches or pull requests

2 participants