Skip to content

Releases: ConSol/docker-headless-vnc-container

v2.0.4

10 Sep 06:38
@sni sni
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.1

02 Nov 09:33
@sni sni
Compare
Choose a tag to compare

Version 2.0.1:

  • add passwordless vnc option
  • fix chrome crash due to shm size

v2.0.0

02 Nov 09:33
@sni sni
Compare
Choose a tag to compare

Version 2.0.0:

  • migrated ubuntu to debian 11
  • migrated centos 7 to rocky linux 9

1.4.0

07 Jan 12:59
Compare
Choose a tag to compare
  • added Github issue and pull request templates
  • added install script for custom fonts (#82)
  • fixed problem that VNC password was not properly set after doing a Docker commit (#88)
  • fixed some typos (#87)
  • added 'how-to-release' info (#75)
  • added Travis build (#74)

1.3.0

03 Apr 14:54
Compare
Choose a tag to compare

1.2.3

19 Dec 19:05
Compare
Choose a tag to compare
  • start no_vnc with localhost instead of VNC_IP to ensure startup on docker bridge mode (#41)
  • add xfce4-terminal to enable copy and paste (#55)
  • add save mode for tag_image.sh script
  • disable trigger latest Dockerhub build -> use tag_image.sh script
  • use correct python-numpy packages
  • add "Known Issues" documentation: Chromium crashes with high VNC_RESOLUTION

1.2.2

21 Nov 09:54
Compare
Choose a tag to compare
  • disable automatic firefox updates (#45)
  • fix wrong env usage of $HOME (#47)
  • fix hanging vnc handshake if container is offline (#50)
  • Merge pull requestfrom:
    • @dmhumph: Update OpenShift instructions for OCP 3.5 or greater (#44)

1.2.1

27 Sep 13:32
Compare
Choose a tag to compare
  • Centos7: use temporally epel-testing repo to fix chrome error libpng warning: Application built with libpng-1.6.22 but running with 1.5.13 in version 60.0.3112.113-2.el7
  • Fix broken docker stop/start (#40)

1.2.0

19 Sep 09:47
Compare
Choose a tag to compare
  • Use fixed firefox version 45.9.0esr (#39, #20, #16)
    • fix memory consumption problems in comparison to current firefox 55
    • tested on long term container issues without crashes
  • Add en_US.UTF-8 as default locale (#27)
  • Add enviroment variable VNC_VIEW_ONLY=true for view only VNC connections (#25)
    • Update to tigervnc version 1.8
  • Use a more stable command for ip determination (PR #31, thx to @arnaudveron)
  • Support empty CMD values in startup script (#32)
  • Add chromium flag --disable-gpu to work for current chromium (#36)
  • Add TERM=xterm environment var (#37)

1.1.0

18 Mar 22:14
Compare
Choose a tag to compare
  • Add OpenShift support (#3)
    • Support for start container process as non-root in usermode (#7)
    • Add Labels for OpenShift
  • Add IceWM as alternative UI
  • Remove Java installation, not needed in this image (#5)
  • Refactor build structure (#5)
  • Fix chromium/chrome startup (#2): Set chromium as default "chrome" and support ~/.chromium-browser.init
  • Switch from vnc4server to tigervnc (#4)
  • Remove not needed Screensaver pacakges (#11)
  • Use Firefox 45 as fixed browser as long current firefox crashes (#16)
  • Fix issue be starting of reattached containers on docker start (#15)