diff --git a/Doc/Sdi/docker.xml b/Doc/Sdi/docker.xml index 8b61f07c7f60d2a199e6ca865e2d930550f4ca28..6d9b2ac41b67b2d1434b15c3280e8fea1e95538d 100644 --- a/Doc/Sdi/docker.xml +++ b/Doc/Sdi/docker.xml @@ -159,26 +159,16 @@ Status: Downloaded newer image for wonderfall/nextcloud:latest</screen> <figure xml:id="sdiDocker_figNextcloudImageVariant"> <title><productname>Nextcloud</productname> image variant</title> - <screen>> docker image pull nextcloud:13.0.2 -13.0.2: Pulling from library/nextcloud + <screen>> docker image pull nextcloud:13.0.4 +13.0.4: Pulling from library/nextcloud 3d77ce4481b1: Pull complete 32bfdb6043a8: Pull complete 028453741593: Pull complete f93d7bd342a3: Pull complete 4a2fac611953: Pull complete 87fdfc7d0f94: Pull complete -Digest: sha256:c693921e69cb8...50156d973df035 -Status: Downloaded newer image for nextcloud:13.0.2</screen> - </figure> - - <figure xml:id="sdiDocker_figCompareMavenArtifacts"> - <title>Maven ringing a bell?</title> - - <programlisting language="xml"><dependency> - <groupId>junit</groupId> <!-- <emphasis role="red">wonderfall</emphasis> --> - <artifactId>junit</artifactId> <!-- <emphasis role="red">nextcloud</emphasis> --> - <version>4.12</version> <!-- <emphasis role="red">13.0.2</emphasis> --> -</dependency></programlisting> +Digest: sha256:fb3e77f19b21364925e8f02d6e5ad3a1 ... +Status: Downloaded newer image for nextcloud:13.0.4</screen> </figure> <figure xml:id="sdiDocker_figListImages"> @@ -187,11 +177,24 @@ Status: Downloaded newer image for nextcloud:13.0.2</screen> <screen>> <link xlink:href="https://docs.docker.com/engine/reference/commandline/image">docker image ls</link> REPOSITORY TAG IMAGE ID CREATED SIZE -nextcloud 13.0.2 10ae267ddcf2 2 weeks ago 588MB +nextcloud 13.0.4 dac77467ddcc 3 days ago 544MB wonderfall/nextcloud latest 57e1fb51b334 2 months ago 328MB alpine latest 3fd9065eaf02 4 months ago 4.15MB</screen> </figure> + <figure xml:id="sdiDocker_figCompareMavenArtifacts"> + <title>Maven ringing a bell?</title> + + <programlisting language="xml"><dependency> + <groupId><emphasis role="red">junit</emphasis></groupId> <!-- <emphasis + role="red">wonderfall</emphasis> --> + <artifactId><emphasis role="red">junit</emphasis></artifactId> <!-- <emphasis + role="red">nextcloud</emphasis> --> + <version><emphasis role="red">4.12</emphasis></version> <!-- <emphasis + role="red">13.0.4</emphasis> --> +</dependency></programlisting> + </figure> + <figure xml:id="sdiDocker_figListContainer"> <title>List container</title>