-
The [#k8s-infra-wg](https://github.com/kubernetes/community/tree/master/wg-k8s-infra#k8s-infra-working-group) exists within the Kubernetes community to support the infrastructure underlying the projec…
-
Reproduction:
```bash
#!/bin/bash
set -x
mkdir -p /tmp/repro
cd /tmp/repro
rm -f image.tar
buildah pull busybox
buildah push busybox oci-archive:image.tar
echo '{"params":{"image":"image/imag…
-
Your commit ddedd7ecc8360aa3e5f5751552da5d334ec72c3b fails it:
"name unknown: Repository "my-repository" not found"
How long it will continue? more than 22 weeks already!
-
**The exact command to reproduce the issue**:
```
minikube start --insecure-registry=registry.kube-system.svc.cluster.local:80 --image-mirror-country=cn --registry-mirror=https://registry.docker-cn.…
-
**Description**
We have a VMware VM which has 11 containers running. Some of them run in host mode and some in bridge mode leveraging default docker0 bridge network.
All the container use same D…
-
I have a local sregistry running, and have the following config items:
```
# grep LIMIT shub/settings/config.py
USER_COLLECTION_LIMIT = 0
CONTAINER_WEEKLY_GET_LIMIT = 99999
COLLECTION_WEEKLY_G…
-
## Overview
1. Make a container.
2. Tag it.
3. Start a container elsewhere.
## Discussion
1. Where is the tag stored? Is it tagged locally or is it published elsewhere?
2. Or do we have a IPFS hash en…
-
I tried to reproduce the example from https://cloudyr.github.io/googleComputeEngineR/articles/rstudio-team.html because I have tried so many things but cannot get `gce_push_registry()` to work properl…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
While runni…
-
```
The current putValue/getValue storage is inadequate. Would like to see
storage more along the lines of either a small database (e.g. registry)
which can store arrays easily, or an equivalent to…