registry
Here are 864 public repositories matching this topic...
-
Updated
Jul 1, 2021 - Go
-
Updated
Jun 30, 2021 - Go
-
Updated
Jun 29, 2021 - Go
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Jun 22, 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
Jul 1, 2021
-
Updated
Jun 4, 2021 - Elixir
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
Jun 30, 2021 - Go
-
Updated
Jun 30, 2021 - Riot
-
Updated
Nov 29, 2018 - PowerShell
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Jun 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
Jun 30, 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
Jun 21, 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:local
local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5reverse_proxy
docker-examples.To Reproduce
cd verdaccio && pnpm docker
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\
ORcd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\
docker-compose up