You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest-services/test_containers/ReadMe.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ In order to create an integration test container image, using the `ff_it_test` d
4
4
(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.)
5
5
2. Alter the first line of the `ff_it_test.dockerfile` file to use the desired AEM base container image.
6
6
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.
8
8
9
9
After performing these steps then the integration tests should run successfully after `TestUtils.java` is modified to set
10
10
`AEM_TARGET_TYPE` to be `AemTargetType.TESTCONTAINERS`. If the name of the integration test container image is
0 commit comments