Created
February 10, 2023 14:34
-
-
Save WadeBarnes/d50ed906af40c035a0a3cf04b7d938fd to your computer and use it in GitHub Desktop.
Docker build commands for testing/troubleshooting indy-test-automation image builds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker build \ | |
--no-cache \ | |
--progress plain \ | |
--build-arg URSA_VERSION=0.3.2-1 \ | |
--build-arg PYTHON3_PYZMQ_VERSION=22.3.0 \ | |
--build-arg INDY_PLENUM_VERSION=1.13.1~rc3 \ | |
--build-arg INDY_NODE_VERSION=1.13.2~rc5 \ | |
--build-arg NODE_REPO_COMPONENT=rc \ | |
-f Dockerfile.ubuntu-2004 \ | |
-t dockerfile.ubuntu-2004 \ | |
. | |
docker build \ | |
--no-cache \ | |
--progress plain \ | |
-f Dockerfile.sovrin \ | |
-t dockerfile.sovrin \ | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment