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 tag prefixes for RC versions #901

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

usmansaleem
Copy link
Contributor

PR Description

Create latest and x.y docker tag prefixes only for non-develop and non-rc releases. This will allow to create releases such as 23.9.0-RC1 which doesn't update the latest and 23.9 docker tags.

Fixed Issue(s)

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

Testing

  • I thought about testing these changes in a realistic/non-local environment.

 -- create latest and x.y tag prefixes for non-develop and non-rc releases
Copy link
Contributor

@jframe jframe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

versionPrefixes.add('latest')
// when docker build version is x.y.[a,b..] we would also like to use tag x.y
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess this doesn't hurt, but probably don't need this either

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was already part of existing logic, I simply added the comment for readability.

@usmansaleem usmansaleem merged commit cbd6cec into Consensys:master Sep 6, 2023
2 checks passed
@usmansaleem usmansaleem deleted the rc_release branch September 6, 2023 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants