diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fa8af..29faddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ *** +### Release 20.02.1 + +- Chromium Browser **80.0.3987.87** +- desktop launcher for version sticker script (verbose) (inherited from the base) +- container screenshot updated +- **README** updated + ### Release 20.02 - Chromium Browser **79.0.3945.130** diff --git a/README.md b/README.md index f3a500a..ddb012f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ *** +**WARNING** for Windows users + +**Docker Desktop** (Docker for Windows) version **2.2.0.0** has introduced a new way of working with host's files. Unfortunately even the current version **2.2.0.3** leaves several issues with **bind mounts** unresolved. For example, I've found that **Firefox profiles** stored in bound host's folders don't persist modifications correctly. Firefox profiles stored in containers itself (writable layer) or on Docker managed volumes work correctly. If you need to use bind mounts, I wouldn't recommend upgrading to version 2.2 yet, because downgrading is not possible. The only way is to completely re-install the last working version **2.1.0.5**. However, you'll loose all the images and containers, so backup them first. + +*** + This repository contains resources for building a Docker image based on [Ubuntu][docker-ubuntu] with [Xfce][xfce] desktop environment, **VNC**/[noVNC][novnc] servers for headless use and the current [Chromium][chromium] web browser. The image can be successfully built and used on Linux, Windows, Mac and NAS devices. It has been tested with [Docker Desktop][docker-desktop] on [Ubuntu flavours][ubuntu-flavours], [Windows 10][docker-for-windows] and [Container Station][container-station] from [QNAP][qnap]. @@ -297,6 +303,6 @@ Credit goes to all the countless people and companies who contribute to open sou -[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-chromium79.0.3945.130/blue +[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-chromium80.0.3987.87/blue [badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/ubuntu-vnc-xfce-chromium.svg diff --git a/hooks/env b/hooks/env index 1ced7f6..ebb0a73 100644 --- a/hooks/env +++ b/hooks/env @@ -11,7 +11,7 @@ BASETAG="" TODAY=$(date +%Y-%m-%d) ### Warning! The values must be explicit strings (used by utils). -VERSION_STICKER_LATEST="ubuntu18.04.3-chromium79.0.3945.130" +VERSION_STICKER_LATEST="ubuntu18.04.3-chromium80.0.3987.87" VERSION_STICKER="${VERSION_STICKER_LATEST}" diff --git a/ubuntu-vnc-xfce-chromium.jpg b/ubuntu-vnc-xfce-chromium.jpg index 9ec40c1..c5c3a05 100644 Binary files a/ubuntu-vnc-xfce-chromium.jpg and b/ubuntu-vnc-xfce-chromium.jpg differ