container-registry
Here are 67 public repositories matching this topic...
-
Updated
Jun 11, 2021 - Go
Currently the YAML file for the quick install templates out the namespace with {{namespace}}. Before applying the YAML, the template is replaced using a simple sed call. This is fine, but a bit complicated - it means end users can't simply apply the YAML.
It's not clear from a casual glance why we can't just do kubectl apply -n NAMESPACE
instead of the templating. Possibly this will break som
-
Updated
May 18, 2021 - Go
-
Updated
Jun 18, 2021 - Go
-
Updated
Jan 12, 2020 - Shell
-
Updated
Jan 15, 2020 - Shell
-
Updated
Oct 26, 2020 - Go
-
Updated
Apr 29, 2021 - Go
-
Updated
Nov 19, 2020 - Go
-
Updated
Nov 26, 2020 - Shell
-
Updated
Jun 2, 2021 - Go
-
Updated
Dec 8, 2020 - Shell
-
Updated
May 28, 2021 - Shell
-
Updated
Nov 12, 2017
-
Updated
Mar 23, 2020 - Go
-
Updated
Jan 9, 2020 - Shell
-
Updated
Jul 1, 2020 - HTML
-
Updated
Jul 11, 2020
-
Updated
Oct 28, 2019 - C#
-
Updated
May 5, 2021 - Go
-
Updated
Sep 17, 2018 - Shell
-
Updated
May 4, 2021 - Go
-
Updated
Oct 17, 2017 - Rust
-
Updated
Dec 1, 2020 - Shell
-
Updated
May 25, 2021 - HCL
-
Updated
Mar 3, 2021 - Go
-
Updated
Jun 18, 2021 - TypeScript
-
Updated
Sep 23, 2020
Improve this page
Add a description, image, and links to the container-registry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the container-registry topic, visit your repo's landing page and select "manage topics."
Docker enables folks to use custom certs for their registries via this directory (and possibly environment variables). We should figure out how tools can support this, perhaps through support directly in the library, or perhaps through documentation on how to properly set up the
http.RoundTripper
passed intoremote.Foo
calls.crane
andko
would be good examples for how we add support f