Skip to content

Commit

Permalink
fix(test-tooling): removed latest tag
Browse files Browse the repository at this point in the history
Signed-off-by: jordigiam <jordi.giron.amezcua@accenture.com>
  • Loading branch information
jordigiam authored and takeutak committed Feb 19, 2021
1 parent 48bb129 commit 24d593d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface IBesuTestLedgerConstructorOptions {
}

export const BESU_TEST_LEDGER_DEFAULT_OPTIONS = Object.freeze({
containerImageVersion: "latest",
containerImageVersion: "2021-01-08-7a055c3",
containerImageName: "hyperledger/cactus-besu-all-in-one",
rpcApiHttpPort: 8545,
envVars: ["BESU_NETWORK=dev"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface IFabricTestLedgerV1ConstructorOptions {
* Provides default options for Fabric container
*/
const DEFAULT_OPTS = Object.freeze({
imageVersion: "latest",
imageVersion: "2021-01-05-3400c06",
imageName: "hyperledger/cactus-fabric-all-in-one",
envVars: new Map([["FABRIC_VERSION", "1.4.8"]]),
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface IQuorumTestLedgerConstructorOptions {
}

export const QUORUM_TEST_LEDGER_DEFAULT_OPTIONS = Object.freeze({
containerImageVersion: "latest",
containerImageVersion: "2021-01-08-7a055c3",
containerImageName: "hyperledger/cactus-quorum-all-in-one",
rpcApiHttpPort: 8545,
});
Expand Down

0 comments on commit 24d593d

Please sign in to comment.