Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Release 21.02
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Feb 6, 2021
1 parent 781a3e7 commit c1c3b96
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 32 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

***

### Release 21.02

- **xubuntu-vnc-node**
- `fakeroot` tool for simulating superuser privileges added
- `rpm` package manager for RPM added
- base image script `version_of.sh` is overridden
- these changes are inherited by all derived images
- Updated versions:
- Firefox **85.0**
- Node.js `current` tag **15.8.0** (includes npm **7.5.1**)
- VSCode **1.53.0**
- Heroku **7.47.12**
- Angular **11.1.4**

### Release 21.01.2

- Updated versions:
Expand Down
9 changes: 5 additions & 4 deletions docker/xubuntu-vnc-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The images are part of the growing [image hierarchy][this-wiki-image-hierarchy]

The `latest` image inherits among others

- utilities **ping**, **wget**, **zip**, **unzip**, **sudo**, [curl][curl], [git][git] (Ubuntu distribution)
- utilities **ping**, **wget**, **zip**, **unzip**, **sudo**, [curl][curl], [git][git], [fakeroot][fakeroot], **rpm** (Ubuntu distribution)
- utility **gdebi** lets you install local `.deb` packages resolving and installing their dependencies (Ubuntu distribution)
- popular text editors [vim][vim] and [nano][nano] (Ubuntu distribution)
- lite but advanced graphical editor [mousepad][mousepad] (Ubuntu distribution)
Expand Down Expand Up @@ -205,6 +205,7 @@ Credit goes to all the countless people and companies, who contribute to open so

[chromium]: https://www.chromium.org/Home
[curl]: http://manpages.ubuntu.com/manpages/bionic/man1/curl.1.html
[fakeroot]: http://manpages.ubuntu.com/manpages/bionic/man1/fakeroot-tcp.1.html
[firefox]: https://www.mozilla.org
[git]: https://git-scm.com/
[jq]: https://stedolan.github.io/jq/
Expand Down Expand Up @@ -237,18 +238,18 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.7/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-angular11.1.4/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-angular.svg

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.7-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-angular11.1.4-chromium87.0.4280.66/blue

[badge-github-commit-chromium]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-angular:chromium.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.7-firefox84.0.2/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-angular11.1.4-firefox85.0/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-angular:firefox.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-angular/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.7"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.7-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.7-firefox84.0.2"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-angular11.1.4"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-angular11.1.4-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-angular11.1.4-firefox85.0"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-drawio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-drawio14.1.8-firefox84.0.2/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-drawio14.1.8-firefox85.0/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-drawio:firefox.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-drawio/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DRAWIO_VERSION="14.1.8"

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-drawio14.1.8"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-drawio14.1.8-firefox84.0.2"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-drawio14.1.8-firefox85.0"

case "${DOCKER_TAG}" in

Expand Down
4 changes: 2 additions & 2 deletions docker/xubuntu-vnc-firefox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox84.0.2/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox85.0/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-firefox.svg

<!-- default tag badges -->

[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox84.0.2/blue
[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox85.0/blue

[badge-github-commit-default]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-firefox:default.svg
4 changes: 2 additions & 2 deletions docker/xubuntu-vnc-firefox/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-firefox84.0.2"
VERSION_STICKER_DEFAULT="ubuntu18.04.5-firefox84.0.2"
VERSION_STICKER_LATEST="ubuntu18.04.5-firefox85.0"
VERSION_STICKER_DEFAULT="ubuntu18.04.5-firefox85.0"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-gimp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-gimp2.8.22-firefox84.0.2/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-gimp2.8.22-firefox85.0/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-gimp:firefox.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-gimp/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-gimp2.8.22"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-gimp2.8.22-firefox84.0.2"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-gimp2.8.22-firefox85.0"

case "${DOCKER_TAG}" in

Expand Down
9 changes: 5 additions & 4 deletions docker/xubuntu-vnc-heroku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The images are part of the growing [image hierarchy][this-wiki-image-hierarchy]

The `latest` image inherits among others

- utilities **ping**, **wget**, **zip**, **unzip**, **sudo**, [curl][curl], [git][git] (Ubuntu distribution)
- utilities **ping**, **wget**, **zip**, **unzip**, **sudo**, [curl][curl], [git][git], [fakeroot][fakeroot], **rpm** (Ubuntu distribution)
- utility **gdebi** lets you install local `.deb` packages resolving and installing their dependencies (Ubuntu distribution)
- popular text editors [vim][vim] and [nano][nano] (Ubuntu distribution)
- lite but advanced graphical editor [mousepad][mousepad] (Ubuntu distribution)
Expand Down Expand Up @@ -167,6 +167,7 @@ Credit goes to all the countless people and companies, who contribute to open so

[chromium]: https://www.chromium.org/Home
[curl]: http://manpages.ubuntu.com/manpages/bionic/man1/curl.1.html
[fakeroot]: http://manpages.ubuntu.com/manpages/bionic/man1/fakeroot-tcp.1.html
[firefox]: https://www.mozilla.org
[git]: https://git-scm.com/
[heroku-cli]: https://devcenter.heroku.com/articles/heroku-cli
Expand Down Expand Up @@ -200,18 +201,18 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-heroku7.47.12-psql10.15/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-heroku-js-postgresql.svg

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-heroku7.47.12-psql10.15-chromium87.0.4280.66/blue

[badge-github-commit-chromium]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-heroku-js-postgresql:chromium.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-firefox84.0.2/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-heroku7.47.12-psql10.15-firefox85.0/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-heroku-js-postgresql:firefox.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-heroku/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-firefox84.0.2"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-heroku7.47.12-psql10.15"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-heroku7.47.12-psql10.15-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-heroku7.47.12-psql10.15-firefox85.0"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-inkscape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-inkscape1.0.2-firefox84.0.2/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-inkscape1.0.2-firefox85.0/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-inkscape:firefox.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-inkscape/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-inkscape1.0.2"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-inkscape1.0.2-firefox84.0.2"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-inkscape1.0.2-firefox85.0"

case "${DOCKER_TAG}" in

Expand Down
9 changes: 5 additions & 4 deletions docker/xubuntu-vnc-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The images are part of the growing [image hierarchy][this-wiki-image-hierarchy]

The `latest` image inherits among others

- utilities **ping**, **wget**, **zip**, **unzip**, **sudo**, [curl][curl], [git][git] (Ubuntu distribution)
- utilities **ping**, **wget**, **zip**, **unzip**, **sudo**, [curl][curl], [git][git], [fakeroot][fakeroot], **rpm** (Ubuntu distribution)
- utility **gdebi** lets you install local `.deb` packages resolving and installing their dependencies (Ubuntu distribution)
- popular text editors [vim][vim] and [nano][nano] (Ubuntu distribution)
- lite but advanced graphical editor [mousepad][mousepad] (Ubuntu distribution)
Expand Down Expand Up @@ -162,6 +162,7 @@ Credit goes to all the countless people and companies, who contribute to open so

[chromium]: https://www.chromium.org/Home
[curl]: http://manpages.ubuntu.com/manpages/bionic/man1/curl.1.html
[fakeroot]: http://manpages.ubuntu.com/manpages/bionic/man1/fakeroot-tcp.1.html
[firefox]: https://www.mozilla.org
[git]: https://git-scm.com/
[jq]: https://stedolan.github.io/jq/
Expand Down Expand Up @@ -192,18 +193,18 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-typescript.svg

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-chromium87.0.4280.66/blue

[badge-github-commit-chromium]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-typescript:chromium.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-firefox84.0.2/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-firefox85.0/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-typescript:firefox.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-typescript/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-firefox84.0.2"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.53.0-tsc4.1.3-firefox85.0"

case "${DOCKER_TAG}" in

Expand Down
3 changes: 2 additions & 1 deletion docker/xubuntu-vnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ LABEL \
org.label-schema.vcs-url="https://github.com/accetto/xubuntu-vnc"

### 'apt-get clean' runs automatically
RUN apt-get update && apt-get install -y \
RUN apt-get update \
&& apt-get install -y \
inetutils-ping \
lsb-release \
net-tools \
Expand Down

0 comments on commit c1c3b96

Please sign in to comment.