Skip to content

v1.0.0

Compare
Choose a tag to compare
@sgtoj sgtoj released this 08 Jul 17:40
· 29 commits to main since this release

1.0.0 (2023-07-08)

This Terraform module provides a reusable, customizable solution for building Docker images and extracting artifacts from them.

Features

  • Builds Docker images using provided build context and arguments
  • Creates a unique tag for each Docker image built
  • Generates a zip archive of the specified directory
  • Copies an artifact from the Docker container to a specified path
  • Supports both Linux and Windows Docker containers