Skip to content

Commit

Permalink
Release 24.09.1
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Sep 27, 2024
1 parent b546fff commit 3d3e198
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

***

### Release 24.09.1

This is a fix release, finishing the changes announced in the previous release.

Changes:

- Default user `headless:headless (1000:1000)` has been changed to `headless:headless (1001:1001)`.
- This change has been only done to keep the containers uniform with the ones from the sibling `Ubuntu` projects.

### Release 24.09

This is the first `G3v6` release.
Expand All @@ -14,7 +23,7 @@ The previous version `G3v5` will still be available in this repository as the br

Changes:

- Default user `headless:headless (1000:1000)` has been changed to `headless:headless (1001:1001)`.
- **[Sorry, this one change actually comes in the next release.]** - Default user `headless:headless (1000:1000)` has been changed to `headless:headless (1001:1001)`.
- This change has been only done to keep the containers uniform with the ones from the sibling `Ubuntu` projects.
- The directive `syntax=docker/dockerfile:experimental` has been removed from all Dockerfiles.
- The `noVNC` starting page has been updated in all images.
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.xfce.nodejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG ARG_MERGE_STAGE_VNC_BASE=stage_vnc
ARG ARG_MERGE_STAGE_BROWSER_BASE=merge_stage_vnc
ARG ARG_FINAL_STAGE_BASE=merge_stage_browser

ARG ARG_HEADLESS_USER_ID=1000
ARG ARG_HEADLESS_USER_ID=1001
ARG ARG_HEADLESS_USER_NAME=headless
ARG ARG_HEADLESS_USER_GROUP_ID=1000
ARG ARG_HEADLESS_USER_GROUP_ID=1001
ARG ARG_HEADLESS_USER_GROUP_NAME=headless
ARG ARG_SUDO_INITIAL_PW=headless

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.xfce.nvm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG ARG_MERGE_STAGE_VNC_BASE=stage_vnc
ARG ARG_MERGE_STAGE_BROWSER_BASE=merge_stage_vnc
ARG ARG_FINAL_STAGE_BASE=merge_stage_browser

ARG ARG_HEADLESS_USER_ID=1000
ARG ARG_HEADLESS_USER_ID=1001
ARG ARG_HEADLESS_USER_NAME=headless
ARG ARG_HEADLESS_USER_GROUP_ID=1000
ARG ARG_HEADLESS_USER_GROUP_ID=1001
ARG ARG_HEADLESS_USER_GROUP_NAME=headless
ARG ARG_SUDO_INITIAL_PW=headless

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.xfce.postman
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG ARG_MERGE_STAGE_VNC_BASE=stage_vnc
ARG ARG_MERGE_STAGE_BROWSER_BASE=merge_stage_vnc
ARG ARG_FINAL_STAGE_BASE=merge_stage_browser

ARG ARG_HEADLESS_USER_ID=1000
ARG ARG_HEADLESS_USER_ID=1001
ARG ARG_HEADLESS_USER_NAME=headless
ARG ARG_HEADLESS_USER_GROUP_ID=1000
ARG ARG_HEADLESS_USER_GROUP_ID=1001
ARG ARG_HEADLESS_USER_GROUP_NAME=headless
ARG ARG_SUDO_INITIAL_PW=headless

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.xfce.python
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG ARG_MERGE_STAGE_VNC_BASE=stage_vnc
ARG ARG_MERGE_STAGE_BROWSER_BASE=merge_stage_vnc
ARG ARG_FINAL_STAGE_BASE=merge_stage_browser

ARG ARG_HEADLESS_USER_ID=1000
ARG ARG_HEADLESS_USER_ID=1001
ARG ARG_HEADLESS_USER_NAME=headless
ARG ARG_HEADLESS_USER_GROUP_ID=1000
ARG ARG_HEADLESS_USER_GROUP_ID=1001
ARG ARG_HEADLESS_USER_GROUP_NAME=headless
ARG ARG_SUDO_INITIAL_PW=headless

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.xfce.vscode
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG ARG_MERGE_STAGE_VNC_BASE=stage_vnc
ARG ARG_MERGE_STAGE_BROWSER_BASE=merge_stage_vnc
ARG ARG_FINAL_STAGE_BASE=merge_stage_browser

ARG ARG_HEADLESS_USER_ID=1000
ARG ARG_HEADLESS_USER_ID=1001
ARG ARG_HEADLESS_USER_NAME=headless
ARG ARG_HEADLESS_USER_GROUP_ID=1000
ARG ARG_HEADLESS_USER_GROUP_ID=1001
ARG ARG_HEADLESS_USER_GROUP_NAME=headless
ARG ARG_SUDO_INITIAL_PW=headless

Expand Down

0 comments on commit 3d3e198

Please sign in to comment.