diff --git a/ci-builder.sh b/ci-builder.sh index 0408c78..26c973e 100644 --- a/ci-builder.sh +++ b/ci-builder.sh @@ -253,6 +253,7 @@ main() { help | --help | -h ) show_unlogged_help + return 0 ;; log ) diff --git a/docker/xfce-chromium/README-dockerhub.md b/docker/xfce-chromium/README-dockerhub.md index ac47311..18ccd75 100644 --- a/docker/xfce-chromium/README-dockerhub.md +++ b/docker/xfce-chromium/README-dockerhub.md @@ -70,7 +70,7 @@ This is the **third generation** (G3) of my headless images. The **second generation** (G2) contains the GitHub repository [accetto/xubuntu-vnc-novnc][accetto-github-xubuntu-vnc-novnc]. The **first generation** (G1) contains the GitHub repository [accetto/ubuntu-vnc-xfce][accetto-github-ubuntu-vnc-xfce]. -These images contain the current Chromium Browser from the `Ubuntu 18.04 LTS` distribution. +The images contain the current Chromium Browser from the `Ubuntu 18.04 LTS` distribution. This is because the versions for `Ubuntu 20.04 LTS and 22.04 LTS` depend on `snap`, which is currently not supported in Docker containers. The [Chromium Browser][chromium] in these images runs in the `--no-sandbox` mode.