Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1004 Bytes

File metadata and controls

45 lines (24 loc) · 1004 Bytes

Docker Airflow Custom Image for Accelerator

Description

Links

Procedure

Logging in to publish a package

export CR_PAT=YOUR_TOKEN

Using the CLI for your container type, sign in to the Container registry service at ghcr.io.

$ echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin

This example pushes the latest version of IMAGE_NAME.

docker push ghcr.io/NAMESPACE/IMAGE_NAME:latest

Replace NAMESPACE with the name of the personal account or organization to which you want the image to be scoped.

This example pushes the 2.5 version of the image.

docker push ghcr.io/NAMESPACE/IMAGE_NAME:2.5