The Wayback Machine - https://web.archive.org/web/20220410065049/https://github.com/topics/registry
Skip to content
#

registry

Here are 969 public repositories matching this topic...

verdaccio
imjasonh
imjasonh commented Feb 25, 2022

From the cosign slack: https://sigstore.slack.com/archives/C01PZKDL4DP/p1645810670957869

Registries that don't accept non-distributable (aka foreign) layers by default (like distribution/distribution, see distribution/distribution#2795) may result in confusing errors, like

map[]; MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:bd0b37167cd3d731eb15196e
good first issue
skpm

第一个完整的react-native项目。包括服务端和移动端两部分。服务端使用express+bootstrap进行搭建,主要功能有登录、退出、模块选择、查看、修改、删除、分页等后台管理的基本功能;移动端主要用到组件View、Text、Image、ScrollView、ListView等常用的组件,也使用了第三方的地图服务(高德地图),作为初学者。是一个很好的学习案例。

  • Updated Feb 20, 2020
  • JavaScript
amouat
amouat commented Aug 23, 2021

With Trow moving to use Rocket 0.5, the way configuration is handled has changed. Rocket now uses the much more flexible figment system: https://docs.rs/figment/0.10.6/figment/index.html.

We can really clean up a lot of needlessly confusing code and also support of config file by taking advantage of figment. Basically the same figment config would be passed to the Trow frontend, Rocket and the

spoenemann
spoenemann commented Nov 22, 2021

Most of our current tests mock away the DB because they're focused on the application logic and external API. We have seen changes breaking some DB queries without being caught by tests from time to time. We should improve the situation by adding tests that run the DB queries defined in our entity / DTO repositories and assert no DB error, just to ensure that the queries are consistent with the sc

good first issue server
oras
SteveLasker
SteveLasker commented Sep 27, 2021

Repro Steps

Follow steps from: https://github.com/oras-project/artifacts-spec/blob/main/docs/quick-start.md

At the oras discover step, note the output is:

oras discover $PUBLIC_IMAGE -o json | jq
{
  "digest": "sha256:a0fc570a245b09ed752c42d600ee3bb5b4f77bbd70d8898780b7ab43454530eb",
  "references": [
    {
      "digest": "sha256:6200e3cfb0a036bdc585f99cee2ace9926f327d58
help wanted good first issue

Improve this page

Add a description, image, and links to the registry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the registry topic, visit your repo's landing page and select "manage topics."

Learn more