feat: migrate to new go worker#5330
Merged
Hidden character warning
The head ref may contain hidden characters: "\ud83d\udc77\ud83d\ude45\ud83d\udc0d"
Merged
Conversation
another-rex
previously approved these changes
May 11, 2026
| COPY ./ /src/ | ||
| RUN CGO_ENABLED=0 go build -o worker ./cmd/worker | ||
|
|
||
| FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838 |
Contributor
There was a problem hiding this comment.
Just double checking running this locally works fine? no problems with musl because we are compiling on alpine because CGO is 0?
Member
Author
There was a problem hiding this comment.
yeah, running locally seems to work
| spec: | ||
| containers: | ||
| - name: worker-private | ||
| env: |
Contributor
There was a problem hiding this comment.
Should we set all the envs here, even if it's the default value, just to make it easier to see all the options?
Member
Author
There was a problem hiding this comment.
added a bunch of defaults to the base yaml file
another-rex
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
yay 👷
Set up the entry point and Dockerfile and kubernetes yaml for the go worker to supplant the python worker.
gcr.io/oss-vdb/osv-workerimage. The old pythongcr.io/oss-vdb/workerimage is still being built because a number of our other images use it as a base image.Merging this WILL start deploying the go worker, so best to do this right after the week's release.