/containers

Primary LanguageShell

containers

A repository for auto-building and pushing containers

Layout

Each top-level folder containing a Dockerfile will be auto-built and pushed via the docker buildx GitHub Action.

Building

To build locally, simply run ./build.sh. Use ./build.sh --help for details.

Dependencies

  • docker
  • docker buildx extension