Skip to content

[improve][pip] AS-5322: alpine-migration-pulsar-image-3-1 - #759

Open
hshankar31 wants to merge 4 commits into
3.1_dsfrom
AS-5322-cve-fixes-related-to-ubuntu-22-04-pulsar-alpine-migration-spike
Open

[improve][pip] AS-5322: alpine-migration-pulsar-image-3-1#759
hshankar31 wants to merge 4 commits into
3.1_dsfrom
AS-5322-cve-fixes-related-to-ubuntu-22-04-pulsar-alpine-migration-spike

Conversation

@hshankar31

Copy link
Copy Markdown
Collaborator

Fixes #xyz

Main Issue: #xyz

PIP: #xyz

Motivation

Modifications

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

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

@hshankar31 hshankar31 changed the title alpine-migration-pulsar-image-3-1 AS-5322: alpine-migration-pulsar-image-3-1 Jul 20, 2026
@hshankar31 hshankar31 changed the title AS-5322: alpine-migration-pulsar-image-3-1 [improve][pip] AS-5322: alpine-migration-pulsar-image-3-1 Jul 20, 2026
@hshankar31 hshankar31 closed this Jul 22, 2026
@hshankar31 hshankar31 reopened this Jul 22, 2026

@sandeep-ctds sandeep-ctds left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Did we follow OSS changes for alpine for this? Can you give a summary of additional changes made other than OSS in the description?


################################################
## Build the APK package
FROM alpine:3.19 as apk

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why are we uniquely using apline:3.19 here, when the rest of them are using 3.21?

Comment thread docker/pulsar/Dockerfile
ENV JAVA_HOME=/opt/jvm

# Copy Python dependencies from the other stage
COPY --from=python-deps /usr/lib/python3.12/site-packages /usr/lib/python3.12/site-packages

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

How are we sure it will be python3.12?

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