Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Release 20.06
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Jun 7, 2020
1 parent 1a34816 commit e8d1fc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

***

### Release 20.06

- Firefox **77.0.1**
- minor changes in **README**
- making it more similar to [accetto/xubuntu-vnc](https://hub.docker.com/r/accetto/xubuntu-vnc) and [accetto/xubuntu-vnc-novnc](https://hub.docker.com/r/accetto/xubuntu-vnc-novnc)

### Release 20.05

- Firefox **76.0.1**
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ OPTIONS:
-w, --wait (default) Keeps the UI and the vnc server up until SIGINT or SIGTERM are received.
An optional command can be executed after the vnc starts up.
example: docker run -d -P accetto/ubuntu-vnc-xfce
example: docker run -it -P accetto/ubuntu-vnc-xfce /bin/bash
example: docker run -it -P --rm accetto/ubuntu-vnc-xfce bash
-s, --skip Skips the vnc startup and just executes the provided command.
example: docker run -it -P accetto/ubuntu-vnc-xfce --skip /bin/bash
example: docker run -it -P --rm accetto/ubuntu-vnc-xfce --skip echo $BASH_VERSION
-d, --debug Executes the vnc startup and tails the vnc/noVNC logs.
Any parameters after '--debug' are ignored. CTRL-C stops the container.
example: docker run -it -P accetto/ubuntu-vnc-xfce --debug
example: docker run -it -P --rm accetto/ubuntu-vnc-xfce --debug
-t, --tail-log same as '--debug'
Expand Down Expand Up @@ -358,6 +358,6 @@ Credit goes to all the countless people and companies who contribute to open sou

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox76.0.1/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox77.0.1/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/ubuntu-vnc-xfce-firefox-plus.svg
2 changes: 1 addition & 1 deletion hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASETAG=""
TODAY=$(date +%Y-%m-%d)

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.4-firefox76.0.1"
VERSION_STICKER_LATEST="ubuntu18.04.4-firefox77.0.1"

VERSION_STICKER="${VERSION_STICKER_LATEST}"

Expand Down

0 comments on commit e8d1fc9

Please sign in to comment.