Docker Hub - Git Hub - Changelog - Wiki - Hierarchy
This repository contains resources for building Docker images based on Ubuntu 18.04 LTS with Xfce desktop environment and VNC/noVNC servers for headless use.
This is the second generation (G2) of my headless images, that I've retired back in March 2022. However, because I've noticed that the images are still pulled, I've revived the project in November 2022. The current second version (G2v2) brings some improvements, mostly in the building pipeline and supporting scripts.
If you want the newer images based on Ubuntu 20.04 LTS with the latest TigerVNC/noVNC versions, please check the third generation (G3) accetto/ubuntu-vnc-xfce-g3, accetto/ubuntu-vnc-xfce-chromium-g3 or accetto/ubuntu-vnc-xfce-firefox-g3.
This file describes the second version (G2v2) of the project.
The first version (G2v1, or simply G2) has been retired back in March 2022, but I've revived it in November 2022, because I've noticed, that the images still have been pulled. It will be available in this GitHub repository as the archived branch archived-generation-g2v1
.
The version G2v2
brings the following changes comparing to the previous version G2v1
:
- The values of the version sticker variables (
VERSION_STICKER_*
) in theenv
hook scripts are not hardcoded, but initialized from the related environment variables. - The helper utility
util-refresh-readme.sh
does not update the originalREADME.md
files, but their clones namedscrap_readme.md
. The content of this temporary file is intended to be copy-and-pasted to the Docker Hub.
The resources for the individual images and their variations are stored in the folders of the Git Hub repository and the image features are described in the individual README files. Additional descriptions can be found in the common project Wiki.
All images are part of the following image hierarchy.
Contains resources for building accetto/xubuntu-vnc-novnc base images.
The images are streamlined and simplified versions of my other images accetto/ubuntu-vnc-xfce.
Several variations are available, including the one supporting overriding both the container user and the user group.
These base images already include commonly used utilities ping, wget, zip, unzip, sudo, curl, git and also the current version of jq JSON processor.
Additional components and applications can be easily added by the user because sudo is supported.
Check this README file for more information.
Contains resources for building accetto/xubuntu-vnc-novnc-chrome images with the Google Chrome web browser.
Check this README file for more information.
Contains resources for building accetto/xubuntu-vnc-novnc-chromium images with the open-source Chromium web browser.
Check this README file for more information.
Contains resources for building accetto/xubuntu-vnc-novnc-firefox images with the current Firefox web browser.
Several variations are available, including the one supporting easy pre-configuration and copying of personal Firefox user preferences.
The images are streamlined and simplified versions of my other images accetto/ubuntu-vnc-xfce-firefox-plus and accetto/ubuntu-vnc-xfce-firefox-default.
Check this README file for more information.
Contains utilities that make building the images more convenient.
-
util-hdx.sh
Displays the file head and executes the chosen line, removing the first occurrence of '#' and trimming the line from left first. Providing the line number argument skips the interaction and executes the given line directly.
The comment lines at the top of included Dockerfiles are intended for this utility.
The utility displays the help if started with the
-h
or--help
argument. It has been developed using my other utilitiesutility-argbash-init.sh
andutility-argbash.sh
, contained in the accetto/argbash-docker Git Hub repository, from which the accetto/argbash-docker Docker image is built. -
util-refresh-readme.sh
This script can be used for updating the
version sticker
badges in README files. It is intended for local use before publishing the repository.The script does not include any help, because it takes only a single argument - the path where to start searching for files (default is
../docker
). However, there is the filelocal-building-example.md
explaining how to use it.
If you have found a problem or you just have a question, please check the Issues and the Wiki first. Please do not overlook the closed issues.
If you do not find a solution, you can file a new issue. The better you describe the problem, the bigger the chance it'll be solved soon.
Credit goes to all the countless people and companies, who contribute to open source community and make so many dreamy things real.