Skip to content

Commit

Permalink
use version '1.2.2' of docker vnc image due to ConSol/docker-headless…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Nov 20, 2017
1 parent 087c2ed commit 4681a22
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .build/update_sakuli_version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# usage: `update_sakuli_version --old-version v0.x-SNAPSHOT --new-version v0.x`
# usage: `update_sakuli_version --new-version v0.x`
# the script will update the new version

set -e
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.centos.icewm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on CentOS

FROM consol/centos-icewm-vnc:dev
FROM consol/centos-icewm-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container with Xfce window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container based on Centos and Xfce" \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.centos.icewm.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on CentOS

FROM consol/centos-icewm-vnc:dev
FROM consol/centos-icewm-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container (maven java tests) with IceWM window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container (maven java tests) based on Centos and IceWM" \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.centos.xfce
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on CentOS

FROM consol/centos-xfce-vnc:dev
FROM consol/centos-xfce-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container with IceWM window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container based on Centos and IceWM" \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.centos.xfce.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on CentOS

FROM consol/centos-xfce-vnc:dev
FROM consol/centos-xfce-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container (maven java tests) with Xfce window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container (maven java tests) based on Centos and Xfce" \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.ubuntu.icewm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on Ubuntu

FROM consol/ubuntu-icewm-vnc:dev
FROM consol/ubuntu-icewm-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container with IceWM window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container based on Ubuntu and IceWM" \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.ubuntu.icewm.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on Ubuntu

FROM consol/ubuntu-icewm-vnc:dev
FROM consol/ubuntu-icewm-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container (maven java tests) with IceWM window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container (maven java tests) based on Ubuntu and IceWM" \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.ubuntu.xfce
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on Ubuntu

FROM consol/ubuntu-xfce-vnc:dev
FROM consol/ubuntu-xfce-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container with Xfce window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container based on Ubuntu and Xfce" \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.sakuli.ubuntu.xfce.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile is used to build a sakuli image based on Ubuntu

FROM consol/ubuntu-xfce-vnc:dev
FROM consol/ubuntu-xfce-vnc:1.2.2

MAINTAINER Tobias Schneck "tobias.schneck@consol.de"
ENV REFRESHED_AT 2017-09-01
ENV REFRESHED_AT 2017-11-20

LABEL io.k8s.description="Sakuli headless testing container (maven java tests) with Xfce window manager, firefox and chromium" \
io.k8s.display-name="Sakuli testing container (maven java tests) based on Ubuntu and Xfce" \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM consol/omd-labs-centos:nightly

MAINTAINER Simon Meggle "simon.meggle@consol.de"
ENV REFRESHED_AT 2017-09-15
ENV REFRESHED_AT 2017-11-20

ENV TZ Europe/Berlin

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM consol/omd-labs-centos:nightly

MAINTAINER Simon Meggle "simon.meggle@consol.de"
ENV REFRESHED_AT 2017-09-15
ENV REFRESHED_AT 2017-11-20

ENV TZ Europe/Berlin

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM consol/omd-labs-debian:nightly

MAINTAINER Simon Meggle "simon.meggle@consol.de"
ENV REFRESHED_AT 2017-09-15
ENV REFRESHED_AT 2017-11-20

ENV TZ Europe/Berlin

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM consol/omd-labs-debian:nightly

MAINTAINER Simon Meggle "simon.meggle@consol.de"
ENV REFRESHED_AT 2017-09-15
ENV REFRESHED_AT 2017-11-20

ENV TZ Europe/Berlin

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM consol/omd-labs-ubuntu:nightly

MAINTAINER Simon Meggle "simon.meggle@consol.de"
ENV REFRESHED_AT 2017-09-15
ENV REFRESHED_AT 2017-11-20

ENV TZ Europe/Berlin

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM consol/omd-labs-ubuntu:nightly

MAINTAINER Simon Meggle "simon.meggle@consol.de"
ENV REFRESHED_AT 2017-09-15
ENV REFRESHED_AT 2017-11-20

ENV TZ Europe/Berlin

Expand Down

0 comments on commit 4681a22

Please sign in to comment.