Skip to content

Bespoke Docker images

License

Notifications You must be signed in to change notification settings

michielvoo/Docker

Repository files navigation

Docker

Bespoke Docker images

This Git repository contains definitions for Docker images, as well as GitHub workflows that test and build the Docker images, and push them to the Docker registry on Docker Hub that corresponds to this GitHub repository's owner.

Pushing any Git tag that consists of two segments separated by : will trigger the workflow. The first segment should match both the path to a directory in this Git repository that contains a Dockerfile, as well as an existing Docker repository in the Docker registry on Docker Hub. The second segment of the Git tag indicates the version of the Docker image. The Git tag will be applied as a Docker tag to the Docker image before it is pushed.

Docker images maintained in this repository:

  • aws - AWS Tools for PowerShell on Alpine Linux, for provisioning AWS resources and deploying applications to AWS
  • az - Azure PowerShell on Alpine Linux, for provisioning Azure resources and deploying applications to Azure
  • hugo-sdk - Hugo Extended and Git on Alpine Linux, for building static websites
  • pester - Pester for PowerShell on Alpine Linux, for automated testing of PowerShell scripts and modules
  • powershell-sdk
  • pwsh - PowerShell on Alpine Linux, for running a PowerShell command or script