From ce9bc6c08e64f66e6346a6d5b2b24ea27daddcd1 Mon Sep 17 00:00:00 2001 From: accetto <34798830+accetto@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:04:43 +0200 Subject: [PATCH] fix in ci-builder.sh help mode --- ci-builder.sh | 1 + docker/xfce-chromium/README-dockerhub.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.