-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: build objectstorage-controller image #14
base: main
Are you sure you want to change the base?
Conversation
The image was built as part of mesosphere/dkp-container-images#14
The image was built as part of mesosphere/dkp-container-images#14
The image was built as part of mesosphere/dkp-container-images#14
The image was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
…as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we just do a crane copy
? We're not building from source or anything.
We need to do same thing for sidecar as well - https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/global/objectstorage-sidecar@sha256:3987aa001794851fef72c9e41e715ae803ee20905658e166a6f104d2da4d677f/details |
@takirala I don't think we do. I don't see |
Its used by ceph and nutanix drivers - https://github.com/mesosphere/kommander-applications/blob/main/licenses.d2iq.yaml#L600-L604 |
Yep you're right, just found that too. |
d0aa85b
to
3b0c4dd
Compare
@jimmidyson if its ok I would like to keep it as is for now as this is (hopefully) temporary. This repo is not setup to use crane. |
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
These images might be available upstream soon (no need to block this PR, just sharing for context):
|
@@ -0,0 +1,11 @@ | |||
# objectstorage-controller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# objectstorage-controller | |
# objectstorage-sidecar |
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
Add support to rebuild https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/global/objectstorage-controller as the registry is being shutdown.
The upstream source image is a manifest so I've added support to build multi-platform images and built
linux/amd64,linux/arm64
.