Skip to content

build: remove docker-publish workflow#4241

Open
andygrove wants to merge 1 commit intoapache:mainfrom
andygrove:remove-docker-publish-workflow
Open

build: remove docker-publish workflow#4241
andygrove wants to merge 1 commit intoapache:mainfrom
andygrove:remove-docker-publish-workflow

Conversation

@andygrove
Copy link
Copy Markdown
Member

@andygrove andygrove commented May 6, 2026

Which issue does this PR close?

N/A

Rationale for this change

The docker-publish workflow has been a source of friction: it's tied to a specific Spark/Scala/JDK combination in the Dockerfile, and every default-version bump requires synchronized updates to the workflow tag and the Dockerfile. Removing the workflow lets us decouple the supported build matrix from any single published image and avoids stale or confusing image tags on ghcr.io.

It has also been broken for a long time and nobody has complained:

Screenshot 2026-05-06 at 8 57 54 AM

What changes are included in this PR?

Deletes `.github/workflows/docker-publish.yml`. The `kube/Dockerfile` is left in place so users can still build their own image locally.

How are these changes tested?

No tests; this only removes a CI workflow. Existing tests are unaffected.

Copy link
Copy Markdown
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Makes sense to me. Thanks @andygrove!

@andygrove
Copy link
Copy Markdown
Member Author

@comphead any objection to dropping this?

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