Skip to content

Releases: hashicorp/actions-docker-build

v2

08 May 18:27
11d43ef
Compare
Choose a tag to compare

Update all actions to node20.

v1.6.1

27 Nov 22:39
f6278ea
Compare
Choose a tag to compare

Now that Redhat supports multi-arch images, we suggest product teams do UBI builds in one step (tagging both for dockerhub and quay.io).

This release removes the current exclusive or between dockerhub/AWS tags and quay.io tags from the variable check script.

v1.6.0

16 Nov 19:56
fabf742
Compare
Choose a tag to compare

Added Windows Docker build support

v1.5.2

29 Jun 11:20
bc2a4ff
Compare
Choose a tag to compare

#59 - adds optional REVISION input

v1.5.1

22 May 14:41
34980d9
Compare
Choose a tag to compare

Adds #46

v1.3.5

23 Mar 19:23
07eb0b1
Compare
Choose a tag to compare
v1.3.5 Pre-release
Pre-release
  • [RELENG-74] Update actions-docker-build to support including multiple binaries in a single docker image

v1.3.4

17 Aug 16:38
5e62306
Compare
Choose a tag to compare

v1.3.3

17 Aug 15:02
47f82d0
Compare
Choose a tag to compare

[RELENG-20] validate version label is set in built image by @alvin-huang in #25

v1.3.1

13 Jun 12:49
0fb6166
Compare
Choose a tag to compare

Handles enterprise version correctly: if there's already version metadata supplied, it is used as-is rather than appending another +ent to the end.

v1.2.0

16 Feb 16:58
fd62241
Compare
Choose a tag to compare
  • Fixing issue with docker buildx targeting arm cpus from amd64 host
  • Add capability to run docker images smoke test in CI