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: opsdocs/docs/4.0/setup/changelog.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@ The prominent changes for this release are:
10
10
*[network policies](https://github.com/abcdesktopio/conf/blob/main/kubernetes/netpol-default-4.0.yaml) support Pod application
11
11
*[oc.user](https://raw.githubusercontent.com/abcdesktopio/oc.user/refs/heads/4.0/Dockerfile.ubuntu) image uses ```ubuntu:24.04``` as based image.
12
12
13
+
## oc.user images
14
+
15
+
There is 3 oc.user images, all images are based on `ubuntu:24.04`
16
+
17
+
-`ghcr.io/abcdesktopio/oc.user.ubuntu.24.04:4.0` is the default oc.user image with console `webshell` support
18
+
-`ghcr.io/abcdesktopio/oc.user.ubuntu.sudo.24.04:4.0` like oc.user image with `sudo` command embedded, a user can run sudo command inside the container
19
+
-`ghcr.io/abcdesktopio/oc.user.hardening.24.04:4.0` less built-in binary, without `sudo` command and without `webshell` console
20
+
13
21
## Compatibily support
14
22
15
23
The abcdesktop applications in format `3.X` (including 3.4) are compatible with abcdesktop application in format `4.0`.
0 commit comments