-
Notifications
You must be signed in to change notification settings - Fork 498
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
Create container image repository for built images #3
Comments
/assign |
I am curious what artifacts you expect to build and publish? |
@bowei only is missing the and defining the artifacts #3 (comment) |
@thockin -- conformance test suite and there are some build related images would be helpful to keep a golden image to get repeat ability. |
@aojea do you know if it's possible to share a gcr.io container repo between projects? We'd like to piggyback on the work done here for the ingress-conformance images |
@alexgervais do you think that is possible to use one of the kubernetes/kubernetes images used for testing? I think that the https://github.com/kubernetes/kubernetes/tree/master/test/images/agnhost#netexec and it's maintained by the project and published to a public registry gcr.io/kubernetes-e2e-test-images/agnhost |
xref conformance test suite discussion in #20 |
@aojea We could of course upstream the I would also wish to publish the |
honestly don't know how this image publishing process works, we should ask sig-testing if it's possible to publish artifacts from different repos to one bucket, but doesn't seem a good solution because of the complexity of maintaining it in the long term. Maybe you can ask for a new bucket to publish images in https://github.com/kubernetes-sigs/ingress-controller-conformance?
|
So, to follow up here, there are currently two container artifacts referenced in this repo:
I think the repo for the first is a guess, and is not set in stone if it needs to be pushed somewhere else. Right now, it does nothing as the result is not pushed anywhere, and there is no push functionality in |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale I think the only utility here is to make the builds/testing a bit faster by allowing reuse of the mkdocs container. Given the amount of time this has lain dormant, we can probably just close it out. Thoughts? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I think this issue now becomes important again with @cmluciano's work on validating webhook, which requires a container repository (#487). |
The container repository was created, it is missing to configure the repo to automate the build |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…eway-tutorial Removed extra route from multi-cluster example
…Gateway to Backend...) Update with API details (#2113) * GEP-1897 Update with API details * GEP-1897 Update with API details - suggested changes #1 * Update geps/gep-1897.md Co-authored-by: Rob Scott <rob.scott87@gmail.com> * Update geps/gep-1897.md Co-authored-by: Rob Scott <rob.scott87@gmail.com> * GEP-1897 Update with API details - suggested changes #2 * GEP-1897 Update with API details - suggested changes #3 * GEP-1897 Update with API details - suggested changes 4 * GEP-1897 Update with API details - suggested changes 5 * GEP-1897 Update with API details - suggested changes 7 * GEP-1897 Update with API details - suggested changes 8 * GEP-1897 Update with API details - suggested changes 9 * GEP-1897 Update with API details - suggested changes 10 * GEP-1897 Update with API details - suggested changes 11 --------- Co-authored-by: Rob Scott <rob.scott87@gmail.com>
We will need a gcr.io docker image repo for the built artifacts:
https://github.com/kubernetes/k8s.io/blob/master/k8s.gcr.io/README.md
https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md
The text was updated successfully, but these errors were encountered: