Skip to content
Snippets Groups Projects
Unverified Commit 79d13207 authored by Vincent Massol's avatar Vincent Massol Committed by GitHub
Browse files

[Misc] Include docker pull instructions to use the latest images

parent 435c3ef0
No related branches found
No related tags found
No related merge requests found
......@@ -753,6 +753,7 @@ Test the modified files. On Linux, you need to use `sudo` on each docker command
- Linux (except Ubuntu): `sudo systemctl start docker`
- Create a network: `docker network create -d bridge xwiki-test`
- Make sure that `/tmp/xwiki-docker-test/postgres` and `/tmp/xwiki-docker-test/xwiki` exist (you can run the clean up script below to create them)
- Update the PostgreSQL image to use the latest version: `docker pull postgres:latest`
- Execute the following command to start a Postgres database (for example):
```console
......@@ -760,6 +761,7 @@ Test the modified files. On Linux, you need to use `sudo` on each docker command
```
- Navigate to the directory to test, e.g. `14/postgres-tomcat` and issue:
- Update the Tomcat image to use the latest version: `docker pull <image name here>`, where the image name is found in the `FROM` command inside the [Dockerfile](https://github.com/xwiki/xwiki-docker/blob/master/template/Dockerfile#L20)
- Build the image: `docker build -t xwiki-test .`
- Start XWiki (using the started Postgres container in this example):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.