Skip to content

Instantly share code, notes, and snippets.

@brooksphilip
Created December 11, 2024 02:06
Show Gist options
  • Save brooksphilip/701b1e7978631657b03e36d61bb084c1 to your computer and use it in GitHub Desktop.
Save brooksphilip/701b1e7978631657b03e36d61bb084c1 to your computer and use it in GitHub Desktop.
configs:
  "registry.example.com:5000":
    auth:
      username: xxxxxx # this is the registry username
      password: xxxxxx # this is the registry password
    tls:
      cert_file:            # path to the cert file used to authenticate to the registry
      key_file:             # path to the key file for the certificate used to authenticate to the registry
      ca_file:              # path to the ca file used to verify the registry's certificate
      insecure_skip_verify: # may be set to true to skip verifying the registry's certificate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment