registry
Here are 847 public repositories matching this topic...
Yeah, to be totally honest, I already thought we did this!
😅 This is the intended behavior, so we'll need to fix that. Thanks for reporting!
Originally posted by @simskij in containrrr/watchtower#647 (reply in thread)
-
Updated
Jun 2, 2021 - Go
-
Updated
Jun 3, 2021 - Go
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
Aug 20, 2020
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 into remote.Foo calls.
crane and ko would be good examples for how we add support f
-
Updated
Jun 3, 2021
this is work:
skpm-build --output ../../../Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
bug, this is not work:
skpm-build --output ~/Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
-
Updated
May 27, 2021 - Elixir
-
Updated
Nov 29, 2018 - PowerShell
-
Updated
Jun 3, 2021 - Go
-
Updated
May 20, 2021 - Riot
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Mar 11, 2021 - Python
-
Updated
Aug 11, 2020 - Java
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
To repro the issue use an image that is not fully qualified as seen below.
1 ❯ oras push test:test .
panic: runtime error: slice bounds out of range
goroutine 1 [running]:
github.com/deislabs/oras/vendor/github.com/containerd/containerd/reference.Spec.Hostname(0xc000022bb0, 0x9, 0x0, 0x0, 0x147b544, 0xc0001db788)
...
-
Updated
May 12, 2021 - Visual Basic .NET
Problem can be observed both in site and VSCodium.
It's reproducible: just search for text "gnu".
In VSCodium you get "Error while loading extensions" message instead of results. Network log shows that response contains ResultCount: 4 but there are two items in extensions array.
In webpage ( https://open-vsx.org/?search=gnu&category=&sortBy=relevance&sortOrder=desc ) you see the text "4 Res
-
Updated
May 1, 2021 - C#
-
Updated
Apr 14, 2019 - JavaScript
Improve this page
Add a description, image, and links to the registry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the registry topic, visit your repo's landing page and select "manage topics."
Describe the bug
I've built the
verdaccio/verdaccio:locallocal image (Windows 10 latest, Docker Desktop) but cannot build the v4/5reverse_proxydocker-examples.To Reproduce
cd verdaccio && pnpm dockercd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\ORcd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\docker-compose up