Skip to content

Commit 01fc1ce

Browse files
authored
Use Eclipse Temurin by default in the tarball smoke test. Updates to the documentation for running smoke tests to reference Eclipse Temurin. (#6296)
Signed-off-by: David Venable <dlv@amazon.com>
1 parent 8616b19 commit 01fc1ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

release/smoke-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ You can also customize what it tests against. The `-i` parameter specifies a bas
3838
The values for `-t` are `opensearch-data-prepper` or `opensearch-data-prepper-jdk`.
3939

4040
```shell
41-
./release/smoke-tests/run-tarball-files-smoke-tests.sh -i openjdk:11 -t opensearch-data-prepper
42-
./release/smoke-tests/run-tarball-files-smoke-tests.sh -i openjdk:17 -t opensearch-data-prepper
41+
./release/smoke-tests/run-tarball-files-smoke-tests.sh -i eclipse-temurin:11 -t opensearch-data-prepper
42+
./release/smoke-tests/run-tarball-files-smoke-tests.sh -i eclipse-temurin:17 -t opensearch-data-prepper
4343
./release/smoke-tests/run-tarball-files-smoke-tests.sh -i ubuntu:latest -t opensearch-data-prepper-jdk
4444
```
4545

release/smoke-tests/run-tarball-files-smoke-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fi
193193

194194
if ! is_defined "${FROM_IMAGE}"
195195
then
196-
export FROM_IMAGE="openjdk:11"
196+
export FROM_IMAGE="eclipse-temurin:11"
197197
fi
198198

199199
if ! is_defined "${TAR_NAME}"

0 commit comments

Comments
 (0)