User Guide - Docker Hub - Git Hub - sibling Wiki - sibling Discussions
This is a fix release, finishing the changes announced in the previous release.
Changes:
- Default user
headless:headless (1000:1000)
has been changed toheadless:headless (1001:1001)
.- This change has been only done to keep the containers uniform with the ones from the sibling
Ubuntu
projects.
- This change has been only done to keep the containers uniform with the ones from the sibling
This is the first G3v6
release.
However, it's a maintenance release and the version number has been increased just to keep it synchronized with the sibling project accetto/ubuntu-vnc-xfce-g3.
The previous version G3v5
will still be available in this repository as the branch archived-generation-g3v5
.
Changes:
- [Sorry, this one change actually comes in the next release.] - Default user
headless:headless (1000:1000)
has been changed toheadless:headless (1001:1001)
.- This change has been only done to keep the containers uniform with the ones from the sibling
Ubuntu
projects.
- This change has been only done to keep the containers uniform with the ones from the sibling
- The directive
syntax=docker/dockerfile:experimental
has been removed from all Dockerfiles. - The
noVNC
starting page has been updated in all images.- If no
noVNC Client
is selected, then theFull Client
will start automatically in 10 seconds.
- If no
- The hook script
release_of
has been updated with the intention to report more helpful building errors.
This is the first G3v5
release.
Remark: The version numbers G3v2
, G3v3
and G3v4
have been skipped, to align the numbering with the sibling project accetto/ubuntu-vnc-xfce-g3.
The updated script set_user_permissions.sh
, which is part of Dockerfiles, skips the hidden files and directories now.
It generally should not have any unwanted side effects, but it may make a difference in some scenarios, hence the version increase.
This is a maintenance release.
- Updated Dockerfiles
- file
.bashrc
is created earlier (stagemerge_stage_vnc
)
- file
- Updated file
example-secrets.rc
- removed the initialization of the variables
FORCE_BUILDING
andFORCE_PUBLISHING_BUILDER_REPO
(unset means0
) - the variables are still used as before, but now they can be set individually for each building/publishing run
- removed the initialization of the variables
-
Added file
$HOME/.bashrc
to all images. It contains examples of custom aliasesll
- justls -l
cls
- clears the terminal windowps1
- sets the command prompt text
-
Added more 'die-fast' error handling into the building and publishing scripts. They exit immediately if the image building or pushing commands fail.
This release brings new images based on the current Debian 12. The images based on the previous Debian 11 will still be published into the same repositories.
Other changes:
- hook scripts
env.rc
,push
andpost_push
have been updated - handling of multiple deployment tags per image has been improved and it covers also publishing into the builder repository now
- also less image pollution by publishing
- file
readme-local-building-example.md
got a new sectionTips and examples
, containingHow to deploy all images into one repository
Main updated components:
Debian
to version 12.1Xfce
desktop to version 4.18Mousepad
to version 0.5.10nano
to version 7.2Python
to version 3.11.2
This release brings updated and significantly shortened README files, because most of the content has been moved into the new User guide.
This release brings some enhancements in the Dockerfile and the script user_generator.rc
with the aim to better support extending the images.
This release introduces a new feature FEATURES_OVERRIDING_ENVV
, which controls the overriding or adding of environment variables at the container startup-time.
Meaning, after the container has already been created.
The feature is enabled by default.
It can be disabled by setting the variable FEATURES_OVERRIDING_ENVV
to zero when the container is created or the image is built.
Be aware that any other value than zero, even if unset or empty, enables the feature.
If FEATURES_OVERRIDING_ENVV=1
, then the container startup script will look for the file $HOME/.override/.override_envv.rc
and source all the lines that begin with the string 'export ' at the first position and contain the '=' character.
The overriding file can be provided from outside the container using bind mounts or volumes.
The lines that have been actually sourced can be reported into the container's log if the startup parameter --verbose
or --debug
is provided.
This feature is an enhanced implementation of the previously available functionality known as Overriding VNC/noVNC parameters at the container startup-time.
Therefore this is a breaking change for the users that already use the VNC/noVNC overriding.
They need to move the content from the previous file $HOME"/.vnc_override.rc
into the new file $HOME/.override/.override_envv.rc
.
This release mitigates the problems with the edge use case, when users bind the whole $HOME
directory to an external folder on the host computer.
Please note that I recommend to avoid doing that. If you really want to, then your best bet is using the Docker volumes. That is the only option I've found, which works across the environments. In the sibling discussion thread #39 I've described the way, how to initialize a bound $HOME
folder, if you really want to give it a try.
Main changes:
- file
.initial_sudo_password
has been moved from the$HOME
to the$STARTUPDIR
folder - file
.initial_sudo_password
is not deleted, but cleared after the container user is created - startup scripts have been adjusted and improved
- readme files have been updated
This is a maintenance release aiming to improve the scripts and documentation.
- updated with
TigerVNC 1.13.1
bugfix release - also some updates in readme files
The initial version of the project has been derived from the sibling project accetto/ubuntu-vnc-xfce-g3 (version G3v4, release 23.02.1).