-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sakuli versions to REL-Version v1.2.0
- Loading branch information
labs-build
committed
Jun 27, 2018
1 parent
1d92dee
commit beeaf47
Showing
16 changed files
with
25 additions
and
25 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/centos-icewm-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -38,7 +38,7 @@ RUN $INST_SCRIPTS/java_jre.sh | |
RUN $INST_SCRIPTS/java_jce_test/jce_test.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_EXAMPLE_TEST_SUITE: Define the example which will be used as default test | ||
# SAKULI_TEST_SUITE: Define Sakuli default startup testsuite | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/centos-icewm-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -45,7 +45,7 @@ | |
RUN $INST_SCRIPTS/maven.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_TEST_SUITE Define Sakuli default startup testsuite | ||
ENV SAKULI_UMASK=0000 SAKULI_TEST_SUITE=/opt/maven | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/centos-xfce-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -38,7 +38,7 @@ RUN $INST_SCRIPTS/java_jre.sh | |
RUN $INST_SCRIPTS/java_jce_test/jce_test.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_EXAMPLE_TEST_SUITE: Define the example which will be used as default test | ||
# SAKULI_TEST_SUITE: Define Sakuli default startup testsuite | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/centos-xfce-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -45,7 +45,7 @@ | |
RUN $INST_SCRIPTS/maven.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_TEST_SUITE Define Sakuli default startup testsuite | ||
ENV SAKULI_UMASK=0000 SAKULI_TEST_SUITE=/opt/maven | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/ubuntu-icewm-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -38,7 +38,7 @@ RUN $INST_SCRIPTS/java_jre.sh | |
RUN $INST_SCRIPTS/java_jce_test/jce_test.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_EXAMPLE_TEST_SUITE: Define the example which will be used as default test | ||
# SAKULI_TEST_SUITE: Define Sakuli default startup testsuite | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/ubuntu-icewm-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -45,7 +45,7 @@ | |
RUN $INST_SCRIPTS/maven.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_TEST_SUITE Define Sakuli default startup testsuite | ||
ENV SAKULI_UMASK=0000 SAKULI_TEST_SUITE=/opt/maven | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/ubuntu-xfce-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -38,7 +38,7 @@ RUN $INST_SCRIPTS/java_jre.sh | |
RUN $INST_SCRIPTS/java_jce_test/jce_test.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_EXAMPLE_TEST_SUITE: Define the example which will be used as default test | ||
# SAKULI_TEST_SUITE: Define Sakuli default startup testsuite | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM consol/ubuntu-xfce-vnc:1.3.0 | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
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" \ | ||
|
@@ -45,7 +45,7 @@ | |
RUN $INST_SCRIPTS/maven.sh | ||
|
||
### Install Sakuli | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
# SAKULI_UMASK: Testsuite folder default permissions after text execution | ||
# SAKULI_TEST_SUITE Define Sakuli default startup testsuite | ||
ENV SAKULI_UMASK=0000 SAKULI_TEST_SUITE=/opt/maven | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
FROM openjdk:8-jre | ||
|
||
MAINTAINER Tobias Schneck "[email protected]" | ||
ENV REFRESHED_AT 2018-03-02 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
#### currently not supported | ||
#LABEL io.k8s.description="Sakuli UI container for managing Sakuli tests" \ | ||
|
@@ -34,7 +34,7 @@ RUN $INST_SCRIPTS/docker.sh | |
RUN $INST_SCRIPTS/docker-compose.sh | ||
|
||
### Install Sakuli UI | ||
ARG SAKULI_VERSION=1.2.0-SNAPSHOT | ||
ARG SAKULI_VERSION=1.2.0 | ||
RUN $INST_SCRIPTS/sakuli_ui.sh | ||
|
||
#### configure startup | ||
|
2 changes: 1 addition & 1 deletion
2
docker/omd-labs-sakuli/Dockerfile.omd-labs-centos-grafana-sakuli
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,7 +1,7 @@ | ||
FROM consol/omd-labs-centos:nightly | ||
|
||
MAINTAINER Simon Meggle "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
ENV TZ Europe/Berlin | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
docker/omd-labs-sakuli/Dockerfile.omd-labs-centos-pnp4nagios-sakuli
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,7 +1,7 @@ | ||
FROM consol/omd-labs-centos:nightly | ||
|
||
MAINTAINER Simon Meggle "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
ENV TZ Europe/Berlin | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
docker/omd-labs-sakuli/Dockerfile.omd-labs-debian-grafana-sakuli
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,7 +1,7 @@ | ||
FROM consol/omd-labs-debian:nightly | ||
|
||
MAINTAINER Simon Meggle "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
ENV TZ Europe/Berlin | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
docker/omd-labs-sakuli/Dockerfile.omd-labs-debian-pnp4nagios-sakuli
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,7 +1,7 @@ | ||
FROM consol/omd-labs-debian:nightly | ||
|
||
MAINTAINER Simon Meggle "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
ENV TZ Europe/Berlin | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
docker/omd-labs-sakuli/Dockerfile.omd-labs-ubuntu-grafana-sakuli
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,7 +1,7 @@ | ||
FROM consol/omd-labs-ubuntu:nightly | ||
|
||
MAINTAINER Simon Meggle "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
ENV TZ Europe/Berlin | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
docker/omd-labs-sakuli/Dockerfile.omd-labs-ubuntu-pnp4nagios-sakuli
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,7 +1,7 @@ | ||
FROM consol/omd-labs-ubuntu:nightly | ||
|
||
MAINTAINER Simon Meggle "[email protected]" | ||
ENV REFRESHED_AT 2017-12-18 | ||
ENV REFRESHED_AT 2018-06-27 | ||
|
||
ENV TZ Europe/Berlin | ||
|
||
|