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

Docker Labels for Latest Major Versions #1475

Closed
dlvenable opened this issue Jun 7, 2022 · 2 comments
Closed

Docker Labels for Latest Major Versions #1475

dlvenable opened this issue Jun 7, 2022 · 2 comments

Comments

@dlvenable
Copy link
Member

dlvenable commented Jun 7, 2022

Is your feature request related to a problem? Please describe.

Implement major version tagging in Data Prepper per opensearch-project/opensearch-build#1621. More details are in that issue.

Once completed, users can run the following command to get the latest version within a major-version series.

docker pull opensearchproject/data-prepper:1

Out of scope

This does not include major/minor. If requested, this could be added in future versions.

@dlvenable dlvenable added this to Untriaged in (deprecated) Tracking Board via automation Jun 7, 2022
@dlvenable dlvenable added this to 1.5 - S3 Source (Jun 2022) in Data Prepper Project Roadmap Jun 7, 2022
@dlvenable dlvenable moved this from Untriaged to To do in (deprecated) Tracking Board Jun 7, 2022
@dlvenable dlvenable added this to the v1.5 milestone Jun 7, 2022
@dlvenable dlvenable changed the title Docker Labels for Latest Major/Minor Versions Docker Labels for Latest Major Versions Jun 7, 2022
@dlvenable
Copy link
Member Author

The opensearch-build project has a generic Jenkins job which can copy a Docker image from one location to another. After performing the promotion build which will create a Docker image with the specific version label (say 1.5.0), the opensearch-build team will run the job above to copy the Docker image. That job will copy from the specific version label (e.g. 1.5.0) to the desired major version label (e.g. 1). This will be a manual step and will not be implemented in the Data Prepper Jenkinsfile.

@asifsmohammed asifsmohammed moved this from To do to In review in (deprecated) Tracking Board Jun 10, 2022
@asifsmohammed asifsmohammed moved this from In review to In progress in (deprecated) Tracking Board Jun 10, 2022
@dlvenable dlvenable moved this from In progress to In review in (deprecated) Tracking Board Jun 15, 2022
@dlvenable dlvenable moved this from In review to Done in (deprecated) Tracking Board Jun 23, 2022
@dlvenable
Copy link
Member Author

This will be completed along with the release process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant