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

Use go install for dep binaries when building docker #5846

Closed
wants to merge 1 commit into from

Conversation

aarongable
Copy link
Contributor

Update the way our docker build script installs the binaries we rely on
at runtime to avoid "go get" deprecation warnings.

Fixes #5744

@aarongable
Copy link
Contributor Author

The passing tests above are sorta a lie -- this change should also include rebuilding the docker image and updating the version tag pinned in the boulder-ci workflow and the docker-compose file, but I can't currently rebuild.

@aarongable
Copy link
Contributor Author

(Note for my future self) This PR is currently blocked on docker/buildx#561.

@beautifulentropy
Copy link
Member

I'm picking up this PR from @aarongable

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.

boulder-tools/build.sh: switch from go get to go install
2 participants