teracyhq / docker-files

Teracy docker-files project to build common Docker images

Home Page:https://hub.docker.com/r/teracy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teracy docker-files Build, Push Docker Images

Teracy project to create Docker images.

How to use

Follow README.md files located at each Docker image directories.

  • Push to multiple docker registries:

  • Docker image name prefix:

    • Sometimes you need to add prefix to the docker image
    • For example, by default, ghcr.io/teracyhq/docker-files/ubuntu, you can change to ghcr.io/teracyhq/docker-files/teracy-ubuntu by setting IMG_NAME_PREFIX secret environment variable on github actions to teracy-
  • Enable/disable docker push:

    • By default, docker images will be pushed when new commits are pushed to the master branch
    • To disable the docker push, set PUSH_ENABLED secret environment variable to false

How to contribute

  • Fork this repo (it's recommened to renamed your forked repo to teracy-docker-files)

  • Start creating new Docker images to be shared within our community

LICENSE

MIT license. More details on the LICENSE file.

About

Teracy docker-files project to build common Docker images

https://hub.docker.com/r/teracy/

License:MIT License


Languages

Language:Dockerfile 78.5%Language:Shell 21.5%