-
Now we want to three thing in our procedure:
1. do some thing before exec 'docker build'
2. docker build with custom tag
3. replace k8s deployment
we achieve this like this:
// image.sh
```
g…
-
hashicorp/consul:1.19.1
-
**Is your feature request related to a problem? Please describe.**
We have a use case where we want to authenticate user accounts without username/password or long lived secrets because:
- We ne…
-
This is what you get with a custom port (HTTPS):
```
CURL:
< HTTP/1.1 401 Unauthorized
< Server: nginx
< Date: Fri, 05 Apr 2019 13:29:45 GMT
< Content-Type: application/json; charset=utf-8…
ghost updated
5 years ago
-
### (1) 生成docker-registry secret可以使用以下脚本
```bash
#!/usr/bin/env bash
set -o pipefail
set -e
read -p "Enter namespace [eg: default]: " namespace
read -p "Enter secret-name [eg: my-secret]: …
-
docker.io/library/redis:5.0.4
-
docker.io/library/mysql:5.7
-
foxcpp/maddy:0.7.1
-
I run helm-charts-oci-proxy standalone, e.g. with this command:
```
docker run --rm --name helm-charts-oci-proxy -p 9000:9000 -e USE_TLS=true -v /data/cert/proxy-ng.cert:/certs/registry.pem:ro -v …
-
**Is your feature request related to a problem? Please describe.**
The [#k8s-infra-wg](https://github.com/kubernetes/community/tree/master/wg-k8s-infra#k8s-infra-working-group) exists within the Ku…