forked from ConSol/docker-headless-vnc-container
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feat] Support Ubuntu 18.04 & noVNC updated to 1.1.0
- Loading branch information
Showing
8 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
FROM centos:7 | ||
|
||
MAINTAINER Simon Hofmann "[email protected]" | ||
ENV REFRESHED_AT 2018-10-29 | ||
MAINTAINER Ken Wang "[email protected]" | ||
ENV REFRESHED_AT 2019-10-17 | ||
|
||
LABEL io.k8s.description="Headless VNC Container with IceWM window manager, firefox and chromium" \ | ||
io.k8s.display-name="Headless VNC Container based on Centos" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
FROM centos:7 | ||
|
||
MAINTAINER Simon Hofmann "[email protected]" | ||
ENV REFRESHED_AT 2018-10-29 | ||
MAINTAINER Ken Wang "[email protected]" | ||
ENV REFRESHED_AT 2019-10-17 | ||
|
||
LABEL io.k8s.description="Headless VNC Container with Xfce window manager, firefox and chromium" \ | ||
io.k8s.display-name="Headless VNC Container based on Centos" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
# This Dockerfile is used to build an headles vnc image based on Ubuntu | ||
|
||
FROM ubuntu:16.04 | ||
FROM ubuntu:18.04 | ||
|
||
MAINTAINER Simon Hofmann "[email protected]" | ||
ENV REFRESHED_AT 2018-10-29 | ||
MAINTAINER Ken Wang "[email protected]" | ||
ENV REFRESHED_AT 2019-10-17 | ||
|
||
LABEL io.k8s.description="Headless VNC Container with IceWM window manager, firefox and chromium" \ | ||
io.k8s.display-name="Headless VNC Container based on Ubuntu" \ | ||
io.openshift.expose-services="6901:http,5901:xvnc" \ | ||
io.openshift.tags="vnc, ubuntu, icewm" \ | ||
io.openshift.non-scalable=true | ||
|
||
## Connection ports for controlling the UI: | ||
### noVNC version | ||
ARG noVNC_Version=v1.1.0 | ||
ARG triggerVNC_Version=1.9.0 | ||
ARG websockify_Version=v0.9.0 | ||
|
||
### Connection ports for controlling the UI: | ||
# VNC port:5901 | ||
# noVNC webport, connect via http://IP:6901/?password=vncpassword | ||
ENV DISPLAY=:1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
# This Dockerfile is used to build an headles vnc image based on Ubuntu | ||
|
||
FROM ubuntu:16.04 | ||
FROM ubuntu:18.04 | ||
|
||
MAINTAINER Simon Hofmann "[email protected]" | ||
ENV REFRESHED_AT 2018-10-29 | ||
MAINTAINER Ken Wang "[email protected]" | ||
ENV REFRESHED_AT 2019-10-17 | ||
|
||
LABEL io.k8s.description="Headless VNC Container with Xfce window manager, firefox and chromium" \ | ||
io.k8s.display-name="Headless VNC Container based on Ubuntu" \ | ||
io.openshift.expose-services="6901:http,5901:xvnc" \ | ||
io.openshift.tags="vnc, ubuntu, xfce" \ | ||
io.openshift.non-scalable=true | ||
|
||
## Connection ports for controlling the UI: | ||
### noVNC version | ||
ARG noVNC_Version=v1.1.0 | ||
ARG triggerVNC_Version=1.9.0 | ||
ARG websockify_Version=v0.9.0 | ||
|
||
### Connection ports for controlling the UI: | ||
# VNC port:5901 | ||
# noVNC webport, connect via http://IP:6901/?password=vncpassword | ||
ENV DISPLAY=:1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters