|
1 | 1 | ## Changelog of the Docker headless VNC images |
2 | 2 |
|
3 | 3 | ### Version 1.2.0 |
4 | | -* Use fixed firefox version `45.9.0esr` (#39, #20, #16) |
| 4 | +* Use fixed firefox version `45.9.0esr` ([#39](https://github.com/ConSol/docker-headless-vnc-container/issues/39), [#20](https://github.com/ConSol/docker-headless-vnc-container/issues/20), [#16](https://github.com/ConSol/docker-headless-vnc-container/issues/16)) |
5 | 5 | * fix memory consumption problems in comparison to current firefox 55 |
6 | 6 | * tested on long term container issues without crashes |
7 | | -* Add en_US.UTF-8 as default locale (#27) |
8 | | -* Add enviroment variable `VNC_VIEW_ONLY=true` for view only VNC connections (#25) |
| 7 | +* Add en_US.UTF-8 as default locale ([#27](https://github.com/ConSol/docker-headless-vnc-container/issues/27)) |
| 8 | +* Add enviroment variable `VNC_VIEW_ONLY=true` for view only VNC connections ([#25](https://github.com/ConSol/docker-headless-vnc-container/issues/25)) |
9 | 9 | * Update to tigervnc version `1.8` |
10 | | -* Use a more stable command for ip determination (PR #31, thx to @arnaudveron) |
11 | | -* Support empty `CMD` values in startup script (#32) |
12 | | -* Add chromium flag `--disable-gpu` to work for current chromium (#36) |
13 | | -* Add `TERM=xterm` environment var (#37) |
| 10 | +* Use a more stable command for ip determination (PR [#31](https://github.com/ConSol/docker-headless-vnc-container/issues/31), thx to @arnaudveron) |
| 11 | +* Support empty `CMD` values in startup script ([#32](https://github.com/ConSol/docker-headless-vnc-container/issues/32)) |
| 12 | +* Add chromium flag `--disable-gpu` to work for current chromium ([#36](https://github.com/ConSol/docker-headless-vnc-container/issues/36)) |
| 13 | +* Add `TERM=xterm` environment var ([#37](https://github.com/ConSol/docker-headless-vnc-container/issues/37)) |
14 | 14 |
|
15 | 15 | ### Version 1.1.0 |
16 | 16 |
|
17 | | -* Add OpenShift support (#3) |
18 | | - * Support for start container process as non-root in usermode (#7) |
| 17 | +* Add OpenShift support ([#3](https://github.com/ConSol/docker-headless-vnc-container/issues/3)) |
| 18 | + * Support for start container process as non-root in usermode ([#7](https://github.com/ConSol/docker-headless-vnc-container/issues/7)) |
19 | 19 | * Add Labels for OpenShift |
20 | 20 | * Add [IceWM](http://www.icewm.org/) as alternative UI |
21 | | -* Remove Java installation, not needed in this image (#5) |
22 | | -* Refactor build structure (#5) |
23 | | -* Fix chromium/chrome startup (#2): Set chromium as default "chrome" and support `~/.chromium-browser.init` |
24 | | -* Switch from vnc4server to tigervnc (#4) |
25 | | -* Remove not needed Screensaver pacakges (#11) |
26 | | -* Use Firefox 45 as fixed browser as long current firefox crashes (#16) |
27 | | -* Fix issue be starting of reattached containers on `docker start` (#15) |
| 21 | +* Remove Java installation, not needed in this image ([#5](https://github.com/ConSol/docker-headless-vnc-container/issues/5)) |
| 22 | +* Refactor build structure ([#5](https://github.com/ConSol/docker-headless-vnc-container/issues/5)) |
| 23 | +* Fix chromium/chrome startup ([#2](https://github.com/ConSol/docker-headless-vnc-container/issues/2)): Set chromium as default "chrome" and support `~/.chromium-browser.init` |
| 24 | +* Switch from vnc4server to tigervnc ([#4](https://github.com/ConSol/docker-headless-vnc-container/issues/4)) |
| 25 | +* Remove not needed Screensaver pacakges ([#11](https://github.com/ConSol/docker-headless-vnc-container/issues/11)) |
| 26 | +* Use Firefox 45 as fixed browser as long current firefox crashes ([#16](https://github.com/ConSol/docker-headless-vnc-container/issues/16)) |
| 27 | +* Fix issue be starting of reattached containers on `docker start` ([#15](https://github.com/ConSol/docker-headless-vnc-container/issues/15)) |
0 commit comments