From 26168cc64bf68e11586b0c59b0fe5354ed6c0ed0 Mon Sep 17 00:00:00 2001 From: Zack Hodgson Brady Date: Fri, 16 Feb 2024 18:16:44 -0500 Subject: [PATCH] updated docs for hauler v1.0.0 --- docs/registry-docs/copying-images.md | 16 ++++++++-------- docs/registry-docs/downloading-images.md | 16 ++++++++-------- docs/registry-docs/enforcement.md | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/registry-docs/copying-images.md b/docs/registry-docs/copying-images.md index e3e4b9e..d259681 100644 --- a/docs/registry-docs/copying-images.md +++ b/docs/registry-docs/copying-images.md @@ -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 -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -51,7 +51,7 @@ hauler store copy --username --password registry:// -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -68,7 +68,7 @@ hauler store copy --username --password registry:// -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -87,7 +87,7 @@ hauler store copy --username --password registry:// -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -104,7 +104,7 @@ hauler store copy --username --password registry:// -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -121,7 +121,7 @@ hauler store copy --username --password registry:// -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -138,7 +138,7 @@ hauler store copy --username --password registry:// -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -155,7 +155,7 @@ hauler store copy --username --password registry:// -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub diff --git a/docs/registry-docs/downloading-images.md b/docs/registry-docs/downloading-images.md index 11068ae..df63f91 100644 --- a/docs/registry-docs/downloading-images.md +++ b/docs/registry-docs/downloading-images.md @@ -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 -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -51,7 +51,7 @@ hauler store save --filename carbide-images.tar.zst ```bash # authenticate into carbide secured registry -cosign login -u -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -68,7 +68,7 @@ hauler store save --filename k3s-images.tar.zst ```bash # authenticate into carbide secured registry -cosign login -u -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -87,7 +87,7 @@ hauler store save --filename rke2-images.tar.zst ```bash # authenticate into carbide secured registry -cosign login -u -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -104,7 +104,7 @@ hauler store save --filename cert-manager-images.tar.zst ```bash # authenticate into carbide secured registry -cosign login -u -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -121,7 +121,7 @@ hauler store save --filename rancher-images.tar.zst ```bash # authenticate into carbide secured registry -cosign login -u -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -138,7 +138,7 @@ hauler store save --filename longhorn-images.tar.zst ```bash # authenticate into carbide secured registry -cosign login -u -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -155,7 +155,7 @@ hauler store save --filename neuvector-images.tar.zst ```bash # authenticate into carbide secured registry -cosign login -u -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub diff --git a/docs/registry-docs/enforcement.md b/docs/registry-docs/enforcement.md index 39c627c..e07a086 100644 --- a/docs/registry-docs/enforcement.md +++ b/docs/registry-docs/enforcement.md @@ -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 -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub @@ -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 -p rgcrprod.azurecr.us +hauler login -u -p rgcrprod.azurecr.us # download the public key for carbide curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub