CTRL+I
on your keyboard.
An image can be pushed by using either Docker, the CLI, or any Docker compatible client.
default
will be used by Docker when authenticating to the private registry before the pushing
the image. If a different profile is required for authentication, set the CPLN_PROFILE
environment variable to the desired profile name.docker build --platform=linux/amd64 -t ORG_NAME.registry.cpln.io/IMAGE[:TAG] .
ORG_NAME.registry.cpln.io/IMAGE[:TAG]
If your image is already tagged in this format, skip to step 4.
CTRL+I
on your keyboard.
ORG_NAME.registry.cpln.io
'<token>'
'<token>'
(See example below).Service Account Key
CTRL+I
on your keyboard.