Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Releases: deislabs/gnarly

v0.5.4: docker: fix arg parsing for `build` found in args

09 Aug 23:26

Choose a tag to compare

Example: `docker run golang go build`

gnarly was detecting this as a `docker build` and injecting `buildx` so
the final command became: `docker run golang go buildx build`

Signed-off-by: Brian Goff <[email protected]>

v0.5.1: docker: Only generate sources list w/ config

25 Jul 19:35

Choose a tag to compare

Some cases we may not even have a config to load, so there is no reason
to generate the sources list since there will be nothing to replace.

v0.5.0

13 Jul 21:52

Choose a tag to compare

This release is cut solely to get a release done with the new go module name.