You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,28 @@
6
6
7
7
***
8
8
9
+
### Release 24.03
10
+
11
+
This is the first `G3v5` release.
12
+
It also introduces the [portable Visual Studio Code][vscode-portable] installation.
13
+
14
+
*Remark*: The version number `G3v4` has been skipped, to align the numbering with the sibling project [accetto/ubuntu-vnc-xfce-g3][accetto-github-ubuntu-vnc-xfce-g3].
15
+
16
+
The updated script `set_user_permissions.sh`, which is part of Dockerfiles, skips the hidden files and directories now.
17
+
It generally should not have any unwanted side effects, but it may make a difference in some scenarios, hence the version increase.
18
+
19
+
The default `Visual Studio Code` installation path is `$HOME/.vscode-portable/code` and it can be changed by setting the build argument `ARG_VSCODE_PATH`.
20
+
21
+
By setting the build argument `ARG_VSCODE_VERSION` it's possible to install a particular `Visual Studio Code` version.
22
+
23
+
The complete `Visual Studio Code` profile is by default in the folder `$HOME/.vscode-portable/code/data`.
24
+
25
+
Note that the portable `Visual Studio Code` does not support automatic updates.
26
+
However, manual updating is really easy.
27
+
Visit the official [Portable Mode][vscode-portable] page for more information.
28
+
29
+
Alternatively you can pull or build an updated `accetto` image containing the new `Visual Studio Code` version.
30
+
9
31
### Release 23.12
10
32
11
33
This release brings new images containing the free open-source utility `NVM` (Node Version Manager), which allows installing and using multiple `Node.js` versions concurrently. No `Node.js` version is installed by default.
@@ -459,3 +481,7 @@ This is just a maintenance release.
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Project `accetto/headless-coding-g3`
4
4
5
-
Version: G3v3
5
+
Version: G3v5
6
6
7
7
***
8
8
@@ -95,11 +95,19 @@ The **first generation** (G1) contains the GitHub repository [accetto/ubuntu-vnc
95
95
96
96
### Project versions
97
97
98
-
This file describes the **third version** (G3v3) of the project, which however corresponds to the **fourth version** (G3v4) of the **sibling project**[accetto/ubuntu-vnc-xfce-g3][accetto-github-ubuntu-vnc-xfce-g3].
98
+
This file describes the **fifth version** (G3v5) of the project.
99
+
100
+
*Remark*: The version number `G3v4` has been skipped, to align the numbering with the **sibling project**[accetto/ubuntu-vnc-xfce-g3][accetto-github-ubuntu-vnc-xfce-g3].
99
101
100
102
The **second version** (G3v2) and the **first version** (G3v1, or simply G3) will still be available in this GitHub repository as the branches `archived-generation-g3v2-ubuntu` and `archived-generation-g3v1`.
103
+
The **third version** (G3v3) was not archived, because the changes are minor.
104
+
105
+
The version `G3v5` brings only one significant change comparing to the previous version `G3v3` and it also introduces the [portable Visual Studio Code][vscode-portable] installation.
101
106
102
-
The version `G3v3` brings the following major changes comparing to the previous version `G3v2`:
107
+
- The updated script `set_user_permissions.sh`, which is part of Dockerfiles, skips the hidden files and directories now.
108
+
It generally should not have any unwanted side effects, but it may make a difference in some scenarios, hence the version increase.
109
+
110
+
The version `G3v3` has brought the following major changes comparing to the previous version `G3v2`:
103
111
104
112
- The updated startup scripts that support overriding the user ID (`id`) and group ID (`gid`) without needing the former build argument `ARG_FEATURES_USER_GROUP_OVERRIDE`, which has been removed.
105
113
- The user ID and the group ID can be overridden during the build time (`docker build`) and the run time (`docker run`).
@@ -226,8 +234,10 @@ Credit goes to all the countless people and companies, who contribute to open so
0 commit comments