Allow the tag for all containers built to be supplied from the top level command line #348

Open
opened 2023-04-19 14:55:17 +00:00 by dboreham · 0 comments
Contributor

e.g.

laconic-so --stack fixturenet-eth build-containers --image-tag test-run-2345

would create images like cerc/go-ethereum:test-run-2345 and also consume images with those tags when running:

laconic-so --stack fixturenet-eth deploy up --image-tag test-run-2345

Useful for sand-boxing built artifacts on a system where the docker registry is global (which is is by default on all machines).

e.g. ``` laconic-so --stack fixturenet-eth build-containers --image-tag test-run-2345 ``` would create images like `cerc/go-ethereum:test-run-2345` and also consume images with those tags when running: ``` laconic-so --stack fixturenet-eth deploy up --image-tag test-run-2345 ``` Useful for sand-boxing built artifacts on a system where the docker registry is global (which is is by default on all machines).
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#348