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

[improve][pip] PIP-329: Strategy for maintaining the latest tag to Pulsar docker images #21872

Merged
merged 4 commits into from
Jan 30, 2024

Conversation

RobertIndie
Copy link
Member

@RobertIndie RobertIndie commented Jan 10, 2024

Motivation

There is a gap in our current release process concerning the
pushing of the latest tag to our Docker images. Specifically, we need
to decide which version of Pulsar the latest tag should point to.

We've had initial agreement from previous discussions, found
here: https://lists.apache.org/thread/h4m90ff7dgx0110onctf5ntq0ktydzv1.

Now, we need to formally propose a PIP to address this.

Modifications

  • Define the strategy for maintaining the latest tag to Pulsar docker images in the release process

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

@RobertIndie RobertIndie self-assigned this Jan 10, 2024
@github-actions github-actions bot added type/PIP doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. labels Jan 10, 2024
@Technoboy-
Copy link
Contributor

Remember to update the discuss and vote thread.

@RobertIndie
Copy link
Member Author

Remember to update the discuss and vote thread.

Updated.

@Technoboy- Technoboy- added this to the 3.3.0 milestone Jan 17, 2024
@Technoboy- Technoboy- merged commit 9636613 into apache:master Jan 30, 2024
19 checks passed
RobertIndie added a commit to apache/pulsar-site that referenced this pull request Feb 20, 2024
PIP: apache/pulsar#21872

The current release docker images process doesn't work for Pulsar above versions 3.0.0. Pulsar has added arm and amd arch supports for the docker image. If we use the original command to push the image, it will push only one arch.

We recommend use tools like regctl to push images.

For the latest tag of the pulsar image, this PR proposes to use the last feature release version or the patch release of the last feature release as the `latest` tag.

---------

Co-authored-by: Penghui Li <penghui@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. type/PIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants