-
Notifications
You must be signed in to change notification settings - Fork 485
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
Docker build spire service with Golang 1.21 #4666
Comments
@weichou1229 , please add details about issue you ran into with building spire services docker images. |
FYI: The last spire release was on August 16 and the golang 1.21 support was merged on August 21. |
It looks like the project is now publishing multi-arch (amd64, arm64) docker images on their github. I may be able to change the build process to download an arch-specific static linked binary instead of recompiling on the fly, or even use the upstream containers. |
I have a draft PR out here that I am going to regress. If this works, we can remove spire server and agent from the build cache as well as from local build. |
Reassigning to Ernesto, who will be making a corresponding change in ci-build-images which should button this one up. |
Latest v1.21 golang base image now uses pre-built spire-server and spire-agent See: |
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for spire servicesDescription [REQUIRED]
If we want to build the docker image with Golang 1.21, the spire services require the sipre repo to release a new version with Goland 1.21 changes spiffe/spire@4d96a37
The text was updated successfully, but these errors were encountered: