Skip to content

Commit

Permalink
Release 20.08
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Aug 1, 2020
1 parent 9785dca commit 4a6bded
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

***

### Release 20.08

- **xubuntu-vnc-novnc**
- base **ubuntu:18.04** image has been updated
- derived images inherit this change
- Updated versions:
- Firefox **79.0**

### Release 20.07.1

- **xubuntu-vnc-novnc**
Expand Down
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-novnc-firefox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,18 +253,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-firefox78.0.2/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox79.0/blue

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

<!-- default tag badges -->

[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox78.0.2/blue
[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox79.0/blue

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

<!-- singleprocess tag badges -->

[badge-VERSION_STICKER_SINGLEPROCESS]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox78.0.2/blue
[badge-VERSION_STICKER_SINGLEPROCESS]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox79.0/blue

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

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.4-firefox78.0.2"
VERSION_STICKER_DEFAULT="ubuntu18.04.4-firefox78.0.2"
VERSION_STICKER_SINGLEPROCESS="ubuntu18.04.4-firefox78.0.2"
VERSION_STICKER_LATEST="ubuntu18.04.4-firefox79.0"
VERSION_STICKER_DEFAULT="ubuntu18.04.4-firefox79.0"
VERSION_STICKER_SINGLEPROCESS="ubuntu18.04.4-firefox79.0"

case "${DOCKER_TAG}" in

Expand Down

0 comments on commit 4a6bded

Please sign in to comment.