This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Releases: accetto/xubuntu-vnc
Releases · accetto/xubuntu-vnc
Release 19.10.4
Release 19.10.4
- xubuntu-vnc
- ubuntu base image updated (inherited by all images)
- curl and git added (inherited by all images)
- jq (JSON processor) added in its latest version 1.6 (inherited by all images)
- version_of.sh script handles also jq (inherited by all images)
- version_sticker.sh reports added apps (similar update by all images)
test
build hook updated (similar update by all images)- README file updated (similar update by all images)
- xubuntu-vnc-chromium, xubuntu-vnc-inkscape
- inherited new features from the base (see above)
- xubuntu-vnc-firefox
- inherited new features from the base (see above)
env
build hook updated
- xubuntu-vnc-node
- inherited new features from the base (see above), esp. note
- curl and git are inherited from the base now
- Node.js updated from LTS (10.16.3, npm 6.9.0) to current (12.12.0, npm 6.11.3)
- LTS version still maintained
- Dockerfile.node.lts added
- tag lts introduced (not with chromium or firefox)
- build hook env updated to support lts tag
- LTS version still maintained
- inherited new features from the base (see above), esp. note
- xubuntu-vnc-typescript, xubuntu-vnc-angular
- inherited new features from the base (see above)
- xubuntu-vnc-heroku
- inherited new features from the base (see above)
- Dockefile renamed to
Dockerfile.heroku.js
- Docker Hub repository renamed to xubuntu-vnc-heroku-js-postgresql
- former repository xubuntu-vnc-js-heroku-postgresql is deprecated
Release 19.10.3
Release 19.10.3
- Updated versions:
- Angular 8.3.12
Release 19.10.2
Release 19.10.2
- All images:
- README updated
- version sticker described
- new badges added
- build hooks updated
- command line arguments passed to
build
hook
- command line arguments passed to
- README updated
- Updated versions:
- VSCode 1.39.2
- Angular 8.3.10
Release 19.10.1
Release 19.10.1
- All images:
- badges re-designed
- previous badges removed and new status badges from
badge.net
andshields.io
introduced commit
badge frommicrobadger.com
introduced (per tag)version sticker
badge introduced (as static badge frombadge.net
)- remark: it can take several hours until new badges are actually shown (caused by caching)
- previous badges removed and new status badges from
- build hooks updated
- script util-refresh-readme.sh introduced
- badges re-designed
- Updated versions
- Firefox 69.0.2
- VSCode 1.39.1
- TypeScript 3.6.4
- Heroku 7.33.3
- Angular 8.3.9
Release 19.10
Release 19.10
- README updated
- Updated versions
- Firefox 69.0.1
- Chromium Browser 77.0.3865.90
- Angular 8.3.8
- Heroku 7.33.1
Release 19.09.2
Release 19.09.2
- All images:
- scripts version_sticker.sh and version_of.sh updated
- Updated versions
- VSCode 1.38.1
- TypeScript 3.6.3
- Angular 8.3.5
- Heroku 7.30.0
Release 19.09.1
Release 19.09.1
- All images
- environment variable VERSION_STICKER and build argument ARG_VERSION_STICKER introduced
- scripts version_sticker.sh and version_of.sh introduced
- Updated versions
- Firefox 69.0
- VSCode 1.38.0
- Angular 8.3.3
Release 19.09
Release 19.09
- images with Angular introduced (xubuntu-vnc-angular)
- all README files updated
Release 19.08.3
Release 19.08.3
- xubuntu-vnc
- build argument ARG_REFRESHED_AT introduced
- environment variable REFRESHED_AT set to the actual build date
- utility util-update-refreshed-at removed
- build argument ARG_REFRESHED_AT introduced
- xubuntu-vnc-firefox
- build argument ARG_REFRESHED_AT introduced
- environment variable REFRESHED_AT set to the actual build date
- build argument ARG_REFRESHED_AT introduced
- xubuntu-vnc-chromium
- newer base image (Ubuntu 18.04.3 LTS) (inherited from the base image)
- Chromium Browser updated to version 76.0.3809.100
- build argument ARG_REFRESHED_AT introduced
- environment variable REFRESHED_AT set to the actual build date
- xubuntu-vnc-inkscape
- newer base image (Ubuntu 18.04.3 LTS) (inherited from the base image)
- build argument ARG_REFRESHED_AT introduced
- environment variable REFRESHED_AT set to the actual build date
- build argument BASEIMAGE introduced and Dockerfile.inkscape.firefox removed
- only
firefox
tag: newer Firefox version (68.0.2, inherited from the base image)
- xubuntu-vnc-node
- newer base image (Ubuntu 18.04.3 LTS) (inherited from the base image)
- build argument ARG_REFRESHED_AT introduced
- environment variable REFRESHED_AT set to the actual build date
- build argument BASEIMAGE introduced and Dockerfile.node.firefox and Dockerfile.node.chromium removed
- environment variable NODE_PORT and build argument ARG_NODE_PORT have been added
- port 3000 by default
- port is not exposed by default (disabled in Dockerfile)
- a simple test-node-app added
- start it as
node app.js
(from/usr/src/node-test-app
) - connect to the container's NODE_PORT
- don't forget to create the container as, for example,
docker run -p 3000 ...
- start it as
- only
firefox
tag: newer Firefox version (68.0.2, inherited from the base image) - only
chromium
tag: newer Chromium Browser version (76.0.3809.100, inherited from the base image)
- xubuntu-vnc-typescript
- newer base image (Ubuntu 18.04.3 LTS) (inherited from the base image)
- build argument ARG_REFRESHED_AT introduced
- environment variable REFRESHED_AT set to the actual build date
- TypeScript installed by the non-root default application user (1001:0)
- Dockerfile.typescript.firefox and Dockerfile.typescript.chromium removed
- only
firefox
tag: newer Firefox version (68.0.2, inherited from the base image) - only
chromium
tag: newer Chromium Browser version (76.0.3809.100, inherited from the base image)
- xubuntu-vnc-heroku
- newer base image (Ubuntu 18.04.3 LTS) (inherited from the base image)
- build argument ARG_REFRESHED_AT introduced
- environment variable REFRESHED_AT set to the actual build date
- TypeScript installed by the non-root default application user (1001:0) (inherited from the base image)
- Dockerfile.js.heroku.firefox and Dockerfile.js.heroku.chromium removed
- only
firefox
tag: newer Firefox version (68.0.2, inherited from the base image) - only
chromium
tag: newer Chromium Browser version (76.0.3809.100, inherited from the base image)
Release 19.08.2
Release 19.08.2
- xubuntu-vnc-firefox
- newer base image (Ubuntu 18.04.3 LTS) (inherited from the base image)
- Firefox updated to version 68.0.2
- Issue #2 fixed by updating to the latest Firefox version
- Issue #3 fixed by disabling the Firefox multi-process feature
- environment variable MOZ_FORCE_DISABLE_E10S and build argument ARG_MOZ_FORCE_DISABLE_E10S introduced
- image tag
multiprocess
introduced- same as
latest
but the multi-process is enabled (note that it will probably crash a lot)
- same as
- README has been updated