Skip to content

Commit 9dc083b

Browse files
author
robmcdougall
committed
📝 Updated test_containers README for Mac and SP1
1 parent 03c2992 commit 9dc083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-services/test_containers/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In order to create an integration test container image, using the `ff_it_test` d
44
(This step is required because the .jar is not stored in the GitHub repository but it is required in order for the dockerfile to run.)
55
2. Alter the first line of the `ff_it_test.dockerfile` file to use the desired AEM base container image.
66
3. If using the AEM LTS, alter the `ff_it_test.dockerfile` CMD line (at the end of the file) to launch the correct crx quickstart jar (e.g. `crx-quickstart/app/cq-quickstart-6.6.1-standalone-quickstart.jar` for 6.5 LTS SP1.
7-
3. Run `docker buildx build --file ff_it_test.dockerfile -t aem_lts_it_tests:aem65lts_it_tests .` to create the integration test image.
7+
3. Run `docker buildx build --file ff_it_test.dockerfile -t aem_lts_it_tests:aem65lts_sp1_it_tests .` to create the integration test image.
88

99
After performing these steps then the integration tests should run successfully after `TestUtils.java` is modified to set
1010
`AEM_TARGET_TYPE` to be `AemTargetType.TESTCONTAINERS`. If the name of the integration test container image is

0 commit comments

Comments
 (0)