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

Commit

Permalink
Release 20.04.7
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Apr 23, 2020
1 parent e894fd2 commit 3763244
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 21 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

***

### Release 20.04.7

- **xubuntu-vnc**
- **tini** updated to version **0.19.0** (inherited by all derived images)
- Updated versions:
- drawio-desktop **13.0.1**
- Node.js `current` tag **14.0.0** (includes npm **6.14.4**)
- Heroku **7.39.5**
- Angular **9.1.3**

### Release 20.04.6

- Updated versions:
Expand Down
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,18 +234,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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.1/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.3/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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.1-chromium80.0.3987.163/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.3-chromium80.0.3987.163/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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.1-firefox75.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.3-firefox75.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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.1"
VERSION_STICKER_CHROMIUM="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.1-chromium80.0.3987.163"
VERSION_STICKER_FIREFOX="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.1-firefox75.0"
VERSION_STICKER_LATEST="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.3-chromium80.0.3987.163"
VERSION_STICKER_FIREFOX="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-angular9.1.3-firefox75.0"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-drawio/Dockerfile.drawio
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ USER 0
### install current version explicitly
### https://github.com/jgraph/drawio-desktop/releases/download/v12.2.2/draw.io-amd64-12.2.2.deb
ENV \
DRAWIO_VERSION="12.9.13"
DRAWIO_VERSION="13.0.1"
RUN apt-get update && apt-get install -y \
xdg-utils \
libappindicator3-1 \
Expand Down
4 changes: 2 additions & 2 deletions docker/xubuntu-vnc-drawio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,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.4-drawio12.9.13/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-drawio13.0.1/blue

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

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-drawio12.9.13-firefox75.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-drawio13.0.1-firefox75.0/blue

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

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.4-drawio12.9.13"
VERSION_STICKER_FIREFOX="ubuntu18.04.4-drawio12.9.13-firefox75.0"
VERSION_STICKER_LATEST="ubuntu18.04.4-drawio13.0.1"
VERSION_STICKER_FIREFOX="ubuntu18.04.4-drawio13.0.1-firefox75.0"

case "${DOCKER_TAG}" in

Expand Down
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-heroku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.3-psql10.12/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.5-psql10.12/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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.3-psql10.12-chromium80.0.3987.163/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.5-psql10.12-chromium80.0.3987.163/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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.3-psql10.12-firefox75.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.5-psql10.12-firefox75.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.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.3-psql10.12"
VERSION_STICKER_CHROMIUM="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.3-psql10.12-chromium80.0.3987.163"
VERSION_STICKER_FIREFOX="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.3-psql10.12-firefox75.0"
VERSION_STICKER_LATEST="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.5-psql10.12"
VERSION_STICKER_CHROMIUM="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.5-psql10.12-chromium80.0.3987.163"
VERSION_STICKER_FIREFOX="ubuntu18.04.4-node12.16.2-npm6.14.4-code1.44.2-tsc3.8.3-heroku7.39.5-psql10.12-firefox75.0"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-node/Dockerfile.node.current
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ USER 0

### Alternatively install the latest 'current' version explicitly
ENV \
NODE_VERSION=v13.13.0 \
NODE_VERSION=v14.0.0 \
NODE_DISTRO=linux-x64 \
NODE_PATH=/usr/local/lib/nodejs \
NPM_CONFIG_PREFIX=${HOME}/.npm-global
Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- current tag badges -->

[badge-VERSION_STICKER_CURRENT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node13.13.0-npm6.14.4/blue
[badge-VERSION_STICKER_CURRENT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-node14.0.0-npm6.14.4/blue

[badge-github-commit-current]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-node:current.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-node/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ VERSION_STICKER_LATEST="ubuntu18.04.4-node12.16.2-npm6.14.4"
VERSION_STICKER_FIREFOX="ubuntu18.04.4-node12.16.2-npm6.14.4-firefox75.0"
VERSION_STICKER_CHROMIUM="ubuntu18.04.4-node12.16.2-npm6.14.4-chromium80.0.3987.163"

VERSION_STICKER_CURRENT="ubuntu18.04.4-node13.13.0-npm6.14.4"
VERSION_STICKER_CURRENT="ubuntu18.04.4-node14.0.0-npm6.14.4"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN wget -qO- https://dl.bintray.com/tigervnc/stable/tigervnc-1.10.1.x86_64.tar.

FROM stage-vnc as stage-tini

ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini /tini
ADD https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini
RUN chmod +x /tini

FROM stage-tini as stage-final
Expand Down

0 comments on commit 3763244

Please sign in to comment.