-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integ: validator image must support different platforms, linux vs win…
…dows, arm vs amd Signed-off-by: Wesley Pettit <[email protected]>
- Loading branch information
1 parent
9fb760b
commit 69366b1
Showing
9 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
## CW Validator Image | ||
## S3 Validator Image | ||
|
||
The S3 Validator image exists in our account as: | ||
|
||
``` | ||
906394416424.dkr.ecr.us-west-2.amazonaws.com/s3-integ-validator:latest | ||
906394416424.dkr.ecr.us-west-2.amazonaws.com/s3-integ-validator:arm64 | ||
906394416424.dkr.ecr.us-west-2.amazonaws.com/s3-integ-validator:x86_64 | ||
906394416424.dkr.ecr.us-west-2.amazonaws.com/s3-integ-validator-windows:x86_64 | ||
``` | ||
|
||
If we need to perform a change or dependency update, build the image and push it to the account with that name. | ||
|
||
The image is set as an env var `S3_INTEG_VALIDATOR_IMAGE` in: | ||
The base image URI is set as an env var `S3_INTEG_VALIDATOR_IMAGE` in: | ||
- Linux: buildspec_integ.yml | ||
- Windows: integ/run-integ.ps1 | ||
- Windows: run-integ.ps1 | ||
|
||
The tag is the value of `${ARCHITECTURE}` | ||
|
||
The env var is used in the `docker-compose.validate-and-clean.yml` files for firehose, kinesis, and S3 tests. |
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
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
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
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
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
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