Skip to content

Commit

Permalink
updated docs for hauler v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Feb 16, 2024
1 parent 3215f4a commit 26168cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions docs/registry-docs/copying-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you're copying images into an airgap, check the documents [here](downloading-

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand Down Expand Up @@ -51,7 +51,7 @@ hauler store copy --username <redacted> --password <redacted> registry://<regist

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -68,7 +68,7 @@ hauler store copy --username <redacted> --password <redacted> registry://<regist

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -87,7 +87,7 @@ hauler store copy --username <redacted> --password <redacted> registry://<regist

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -104,7 +104,7 @@ hauler store copy --username <redacted> --password <redacted> registry://<regist

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -121,7 +121,7 @@ hauler store copy --username <redacted> --password <redacted> registry://<regist

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -138,7 +138,7 @@ hauler store copy --username <redacted> --password <redacted> registry://<regist

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -155,7 +155,7 @@ hauler store copy --username <redacted> --password <redacted> registry://<regist

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand Down
16 changes: 8 additions & 8 deletions docs/registry-docs/downloading-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you're copying images into a connected registry, check the documents [here](c

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand Down Expand Up @@ -51,7 +51,7 @@ hauler store save --filename carbide-images.tar.zst

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -68,7 +68,7 @@ hauler store save --filename k3s-images.tar.zst

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -87,7 +87,7 @@ hauler store save --filename rke2-images.tar.zst

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -104,7 +104,7 @@ hauler store save --filename cert-manager-images.tar.zst

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -121,7 +121,7 @@ hauler store save --filename rancher-images.tar.zst

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -138,7 +138,7 @@ hauler store save --filename longhorn-images.tar.zst

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -155,7 +155,7 @@ hauler store save --filename neuvector-images.tar.zst

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand Down
4 changes: 2 additions & 2 deletions docs/registry-docs/enforcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If your Rancher system images are in a private registry requiring authentication

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand All @@ -51,7 +51,7 @@ Use the below script, substituting your registry, to both validate and save loca

```bash
# authenticate into carbide secured registry
cosign login -u <redacted> -p <redacted> rgcrprod.azurecr.us
hauler login -u <redacted> -p <redacted> rgcrprod.azurecr.us

# download the public key for carbide
curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Expand Down

0 comments on commit 26168cc

Please sign in to comment.