Fix typos
Some checks are pending
CI/CD Pipeline (Fully Isolated DinD) / Run Tests (DinD) (push) Waiting to run
CI/CD Pipeline (Fully Isolated DinD) / Build and Push Docker Images (DinD) (push) Blocked by required conditions
CI/CD Pipeline (Fully Isolated DinD) / Deploy to Production (push) Blocked by required conditions
Some checks are pending
CI/CD Pipeline (Fully Isolated DinD) / Run Tests (DinD) (push) Waiting to run
CI/CD Pipeline (Fully Isolated DinD) / Build and Push Docker Images (DinD) (push) Blocked by required conditions
CI/CD Pipeline (Fully Isolated DinD) / Deploy to Production (push) Blocked by required conditions
This commit is contained in:
parent
fbe5bd2d94
commit
4b1e6c8c6c
1 changed files with 1 additions and 1 deletions
|
@ -544,6 +544,7 @@ sudo systemctl enable --now registry-proxy.service
|
||||||
|
|
||||||
# One-time: ensure host dir ownership matches rootless ID map
|
# One-time: ensure host dir ownership matches rootless ID map
|
||||||
sudo -u CI_SERVICE_USER podman unshare chown -R 100000:100000 /var/lib/registry
|
sudo -u CI_SERVICE_USER podman unshare chown -R 100000:100000 /var/lib/registry
|
||||||
|
```
|
||||||
|
|
||||||
### 4.1 Self-test
|
### 4.1 Self-test
|
||||||
|
|
||||||
|
@ -561,7 +562,6 @@ curl -vk --cert client.crt --key client.key https://REGISTRY_HOST:4443/v2/ | \
|
||||||
# - Pull unsigned image from your registry -> should FAIL
|
# - Pull unsigned image from your registry -> should FAIL
|
||||||
# - Sign image with your org key, push via 4443, pull via 443 -> should SUCCEED
|
# - Sign image with your org key, push via 4443, pull via 443 -> should SUCCEED
|
||||||
```
|
```
|
||||||
```
|
|
||||||
|
|
||||||
## Step 5: Verify Installation
|
## Step 5: Verify Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue