Skip to content
/ docker-template Public template

Docker image building template that has proper multi-arch support.

License

Notifications You must be signed in to change notification settings

bouquet2/docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-template

This is a GitHub template repo for creating Docker images using GitHub Actions. It is for those who quickly want to build a Docker image for a repo, such as a project that doesn't have a Docker image yet, or doesn't follow the best practices for Docker images.

Features

  • Fast multi-architecture support (arm64, amd64) using matrix builds
  • Automated Docker image builds, running on a cron schedule
  • GitHub Release and tag whenever a new version is available for renovate purposes
  • Fully in public domain, see LICENSE file

Usage

  1. Click the "Use this template" button to create a new repository from this template.
  2. Update the Dockerfile to build your desired Docker image.
  3. Update the docker-build.yml file (in particular, the USERNAME and REPO variables to the desired repository you want to track).

About

Docker image building template that has proper multi-arch support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •