Skip to content

Releases: cruxstack/terraform-docker-artifact-packager

v1.2.1

12 Jul 11:20
Compare
Choose a tag to compare

1.2.1 (2023-07-12)

Documentation

  • move contributing documentation to its own file (dec26f2)

v1.2.0

12 Jul 11:16
8696779
Compare
Choose a tag to compare

1.2.0 (2023-07-12)

Features

  • add support for directory type artifacts (6f5fe98)

v1.1.1

12 Jul 10:18
Compare
Choose a tag to compare

1.1.1 (2023-07-12)

Documentation

v1.1.0

12 Jul 10:06
b3be0de
Compare
Choose a tag to compare

1.1.0 (2023-07-12)

Features

  • allow user to provide dst dir (73d45b7)

v1.0.0

08 Jul 17:40
Compare
Choose a tag to compare

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

v0.2.3

08 Jul 17:36
Compare
Choose a tag to compare

0.2.3 (2023-07-08)

Chores

  • define min terraform version (ab6fbe4)

Documentation

  • adjust indent of code blocks (b901764)

v0.2.2

08 Jul 17:31
Compare
Choose a tag to compare

0.2.2 (2023-07-08)

Development

  • define additional custom release rules (52cf498)

v0.2.1

08 Jul 17:05
Compare
Choose a tag to compare

0.2.1 (2023-07-08)

Development