Skip to content

concordia-fsae/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Containers Repo

This repo contains Docker images which are used in other repos, such as the firmware repo, for various purposes.

Updating these containers

  1. Make the desired changes, commit, and push
  2. Build the image, applying the relevant tags
    eg.docker build -t <container name>:latest -t <container name>:v0.0.0 . note: the container name here should include the repository path, e.g. ghcr.io/concordia-fsae/containers/ubuntu-jammy-2022.04.21
  3. Authenticate to the GitHub Container Registry using a Personal Access Token (classic) (see here for more details) using
    docker login ghcr.io -u <username>
    providing your PAT when prompted for a password
  4. Push the image
    eg. docker push -a ghcr.io/concordia-fsae/containers/<container name>

About

Docker environment for building our firmware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages