From 4e8c3c1f0b15ecca6ab763a4848873a3be9bc49d Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:37:59 +0100 Subject: [PATCH] fix 3.3 to 3.4 --- opsdocs/docs/3.4/config/update_frontend_image.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/opsdocs/docs/3.4/config/update_frontend_image.md b/opsdocs/docs/3.4/config/update_frontend_image.md index ff829b73a..9f06befca 100644 --- a/opsdocs/docs/3.4/config/update_frontend_image.md +++ b/opsdocs/docs/3.4/config/update_frontend_image.md @@ -1,6 +1,5 @@ # Update and custom frontend web page - abcdesktop uses a front HTML web site and X11 Linux application. So, to get a new graphic design, you have to define it twice in HTML (CSS) files and in X11 config. ## Requirements @@ -321,7 +320,7 @@ docker build --build-arg NODE_MAJOR=20 --build-arg BASE_IMAGE=abcdesktopio/oc.ng => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => CACHED [stage-1 1/2] FROM docker.io/library/nginx:latest 0.0s - => CACHED [builder 1/11] FROM docker.io/abcdesktopio/oc.nginx.builder:3.3 0.0s + => CACHED [builder 1/11] FROM docker.io/abcdesktopio/oc.nginx.builder:3.4 0.0s => [internal] load build context 0.1s => => transferring context: 265.27kB 0.1s => [builder 2/11] RUN echo current branch is 0.2s @@ -343,7 +342,7 @@ docker build --build-arg NODE_MAJOR=20 --build-arg BASE_IMAGE=abcdesktopio/oc.ng #### update the `abcdesktop.yaml` -To update the `abcdesktop.yaml` to replace `abcdesktopio/oc.nginx:3.3` by your own image `myacme/oc.nginx:acme` +To update the `abcdesktop.yaml` to replace `abcdesktopio/oc.nginx:3.4` by your own image `myacme/oc.nginx.acme:3.4` - edit your own `abcdesktop.yaml` file