Skip to content

Commit 59598f5

Browse files
authored
Remove app.sh mentioning
app.sh does not help to do operations
1 parent 5e7dcf6 commit 59598f5

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docs/deployment/docker.adoc

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include::../.variables.adoc[]
44

55
This section describes the official Enonic XP docker image as well how to configure and run it.
66

7-
NOTE: This applies to docker images for Enonic XP 7.3 and higher. For migration from versions 7.2 and lower read <<migration>> subsection.
7+
NOTE: This applies to docker images for Enonic XP 8.0 and higher.
88

99
== Quick start
1010

@@ -46,8 +46,6 @@ File permission:: The image is designed to run on multiple orchestration framewo
4646

4747
To help with _day 2 operations_, the image comes with some useful preinstalled tools.
4848

49-
app.sh:: Script to add/remove jars from the Enonic XP deploy folder. An example usage would be `app.sh add <PUBLIC_URL_TO_JAR>`. Description and source https://github.com/enonic/docker-xp/blob/master/bin/app.sh[here].
50-
5149
backups.sh:: Convenient script for pre backup hooks to check the age of index snapshots created by the https://market.enonic.com/vendors/enonic/snapshotter[snapshotter] app. Description and source available https://github.com/enonic/docker-xp/blob/master/bin/backup.sh[here].
5250

5351
dump.sh:: Easily create JVM heap and thread dump. Description and source available https://github.com/enonic/docker-xp/blob/master/bin/dump.sh[here].
@@ -362,19 +360,6 @@ demo_snapshots: /var/lib/docker/volumes/demo_snapshots/_data
362360

363361
To do backups you would simply back up the mountpoints for `demo_snapshots` and `demo_blobstore`. It is not as important to back up other directories.
364362

365-
[#migration]
366-
== Migrating from old image
367-
368-
This image in general does not introduce any breaking changes for the regular user. There are some differences that can potentially break build pipelines that are based off the old image.
369-
370-
=== The binary wget is no longer present
371-
372-
The old image contained the `wget` binary. To keep the image size to a minimum and because `curl` is already present in the new image, `wget` is not installed in the new image.
373-
374-
=== Directory $XP_ROOT/home.org no longer present
375-
376-
The directory `$XP_ROOT/home.org` is now simply called `$XP_ROOT/home`. If you are modifying that directory in your build steps you will have make the appropriate changes.
377-
378363
== Image source code
379364

380365
The source code for the `Dockerfile` and all related scripts is open source and can be viewed https://github.com/enonic/docker-xp[here].

0 commit comments

Comments
 (0)