generates & validates a docker-bake.json
file in cue.
these are located in the *_tool.cue
file(s) in this directory.
-
generates a
docker-bake.json
file in the current directory. -
generates corresponding
.github
workflow(s).
-
runs
cue cmd generate
to generate adocker-bake.json
file in the current directory. -
validates the generated file by running (essentially)
docker buildx bake --print
.
-
runs
cue cmd validate
. -
builds the default "target" of the generated
docker-bake.json
file by running (essentially)docker buildx bake
.