Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 729 Bytes

File metadata and controls

17 lines (12 loc) · 729 Bytes

containers

Docker containers for general use

On push to main, the ros-core image is build and pushed to Github Container Registry.

Pulling the images

Example:

docker pull ghcr.io/high-flyers/ros-core:latest

Authenticating to Github Container Registry

You have to do this only once.

  1. Create a Personal Access Token - guide
  2. Login to ghcr.io with the access token - guide