Skip to content

Commit

Permalink
Release 23.08
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Aug 12, 2023
1 parent e93e4d8 commit fd552c0
Show file tree
Hide file tree
Showing 25 changed files with 547 additions and 2,734 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Project `accetto/headless-coding-g3`

[Docker Hub][this-docker] - [Git Hub][this-github] - [sibling Wiki][sibling-wiki] - [sibling Discussions][sibling-discussions]
[User Guide][this-user-guide] - [Docker Hub][this-docker] - [Git Hub][this-github] - [sibling Wiki][sibling-wiki] - [sibling Discussions][sibling-discussions]

***

### Release 23.08

This release brings updated and significantly shortened README files, because most of the content has been moved into the new [User guide][this-user-guide].

### Release 23.07.1

This release brings some enhancements in the Dockerfiles and the script `user_generator.rc` with the aim to better support extending the images.
Expand Down Expand Up @@ -342,6 +346,8 @@ This is just a maintenance release.

***

[this-user-guide]: https://accetto.github.io/user-guide-g3/

[this-docker]: https://hub.docker.com/u/accetto/
[this-github]: https://github.com/accetto/headless-coding-g3/

Expand Down
286 changes: 102 additions & 184 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ci-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ main() {
help | --help | -h )

show_unlogged_help
return 0
;;

log )
Expand Down
22 changes: 13 additions & 9 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,31 @@ Useful links from **this project's** GitHub repository [accetto/headless-coding-

- project [Readme][this-readme], [Changelog][this-changelog], [Issues][this-issues], [sibling Wiki][sibling-wiki] and [sibling Discussions][sibling-discussions]
- images with **Node.js**
- [full Readme][this-readme-image-nodejs] file on GitHub
- [Readme][this-readme-image-nodejs] file on GitHub
- [image repository][this-dockerhub-image-nodejs] on Docker Hub
- [Dockerfile][this-dockerfile-nodejs] on GitHub
- [Dockerfile stages diagram][this-diagram-dockerfile-stages-nodejs] on GitHub
- images with **Postman**
- [full Readme][this-readme-image-postman] file on GitHub
- [Readme][this-readme-image-postman] file on GitHub
- [image repository][this-dockerhub-image-postman] on Docker Hub
- [Dockerfile][this-dockerfile-postman] on GitHub
- [Dockerfile stages diagram][this-diagram-dockerfile-stages-postman] on GitHub
- images with **Python**
- [full Readme][this-readme-image-python] file on GitHub
- [Readme][this-readme-image-python] file on GitHub
- [image repository][this-dockerhub-image-python] on Docker Hub
- [Dockerfile][this-dockerfile-python] on GitHub
- [Dockerfile stages diagram][this-diagram-dockerfile-stages-python] on GitHub
- bonus images with **Python** and GUI frameworks
- [Dockerfile][this-dockerfile-python-bonus-gui-frameworks] on GitHub (branch `bonus-images-python-gui-frameworks`)
- [Dockerfile stages diagram][this-diagram-dockerfile-stages-python-bonus] (bonus branch) on GitHub
- images with **Visual Studio Code**
- [Readme][this-readme-image-vscode] file on GitHub
- [image repository][this-dockerhub-image-vscode] on Docker Hub
- [Dockerfile][this-dockerfile-vscode] on GitHub
- [Dockerfile stages diagram][this-diagram-dockerfile-stages-vscode] on GitHub

***

<!-- this project -->

[this-changelog]: https://github.com/accetto/headless-coding-g3/blob/master/CHANGELOG.md
[this-home]: https://github.com/accetto/headless-coding-g3
[this-issues]: https://github.com/accetto/headless-coding-g3/issues
Expand All @@ -46,14 +49,15 @@ Useful links from **this project's** GitHub repository [accetto/headless-coding-
[this-readme-image-python]: https://github.com/accetto/headless-coding-g3/blob/master/docker/xfce-python/README.md
[this-dockerhub-image-python]: https://hub.docker.com/r/accetto/debian-vnc-xfce-python-g3

<!-- diagrams -->
[this-dockerfile-vscode]: https://github.com/accetto/headless-coding-g3/blob/master/docker/Dockerfile.xfce.vscode
[this-readme-image-vscode]: https://github.com/accetto/headless-coding-g3/blob/master/docker/xfce-vscode/README.md
[this-dockerhub-image-vscode]: https://hub.docker.com/r/accetto/debian-vnc-xfce-vscode-g3

[this-diagram-dockerfile-stages-nodejs]: https://raw.githubusercontent.com/accetto/headless-coding-g3/master/docker/doc/images/Dockerfile.xfce.nodejs.png
[this-diagram-dockerfile-stages-postman]: https://raw.githubusercontent.com/accetto/headless-coding-g3/master/docker/doc/images/Dockerfile.xfce.postman.png
[this-diagram-dockerfile-stages-python]: https://raw.githubusercontent.com/accetto/headless-coding-g3/master/docker/doc/images/Dockerfile.xfce.python.png
[this-diagram-dockerfile-stages-python-bonus]: https://raw.githubusercontent.com/accetto/headless-coding-g3/master/docker/doc/images/Dockerfile.xfce.python-bonus.png
[this-diagram-dockerfile-stages-postman]: https://raw.githubusercontent.com/accetto/headless-coding-g3/master/docker/doc/images/Dockerfile.xfce.postman.png

<!-- sibling project -->
[this-diagram-dockerfile-stages-vscode]: https://raw.githubusercontent.com/accetto/headless-coding-g3/master/docker/doc/images/Dockerfile.xfce.vscode.png

[sibling-wiki]: https://github.com/accetto/ubuntu-vnc-xfce-g3/wiki
[sibling-discussions]: https://github.com/accetto/ubuntu-vnc-xfce-g3/discussions
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docker/doc/images/debian-vnc-xfce-nodejs.jpg
Binary file not shown.
Binary file removed docker/doc/images/debian-vnc-xfce-postman.jpg
Binary file not shown.
Binary file removed docker/doc/images/debian-vnc-xfce-python.jpg
Binary file not shown.
Binary file removed docker/doc/images/debian-vnc-xfce-vscode.jpg
Binary file not shown.
4 changes: 3 additions & 1 deletion docker/xfce-chromium/src/home/readme-chromium.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Readme `Chromium`

Note that `Chromium Browser` in this container runs in `--no-sandbox` mode. You should be aware of the implications. The browser is intended for testing and development.
Note that `Chromium Browser` in this container runs in `--no-sandbox` mode.
You should be aware of the implications.
The browser is intended for testing and development.
Loading

0 comments on commit fd552c0

Please sign in to comment.