Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 666 Bytes

dev.md

File metadata and controls

25 lines (16 loc) · 666 Bytes

Development Documentation

Building the Container Image

To build the container image from this source, simply use make:

make build

This will create the image and store it locally as demo-ansible-windows:dev.

Pushing the Image to Docker Registry

There are two important files for this:

  • upstream.txt is the upstream registry path where the image will be pushed.
  • version.txt is the current version number.

Once those two files are set correctly, the image can be published with make.

make publish

This will tag the image with the version number as well as latest. The image is then pushed to the upstream registry.