Skip to content

ci: publish image to ghcr.io#1042

Merged
keegancsmith merged 3 commits intomainfrom
k/docker
Apr 10, 2026
Merged

ci: publish image to ghcr.io#1042
keegancsmith merged 3 commits intomainfrom
k/docker

Conversation

@keegancsmith
Copy link
Copy Markdown
Member

We have had requests to start publishing docker images again. This commit simplifies to a single image containing all the commands, git and universal-ctags. By default it will run zoekt-webserver.

We publish to ghcr instead of dockerhub like we used to. This is mainly for convenience.

Note: I haven't tested the CI pipeline yet, but it was generated by Amp and looks legit to me.

Fixes #1040

We have had requests to start publishing docker images again. This
commit simplifies to a single image containing all the commands, git and
universal-ctags. By default it will run zoekt-webserver.

We publish to ghcr instead of dockerhub like we used to. This is mainly
for convenience.

Note: I haven't tested the CI pipeline yet, but it was generated by Amp
and looks legit to me.
@keegancsmith keegancsmith requested review from burmudar and evict April 10, 2026 10:53
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Dockerfile Outdated
@@ -1,4 +1,4 @@
FROM golang:1.23.4-alpine3.19 AS builder
FROM golang:1.25.0-alpine3.22 AS builder
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should we bump this to 1.26?

@keegancsmith keegancsmith merged commit 36ce97f into main Apr 10, 2026
9 checks passed
@keegancsmith keegancsmith deleted the k/docker branch April 10, 2026 11:19
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.

Publish docker images again

3 participants