diff --git a/GitlabRunner/ansible/sx/lib/sx-runner-ansible b/GitlabRunner/ansible/sx/lib/sx-runner-ansible index 503e90a7..e9009f03 100755 --- a/GitlabRunner/ansible/sx/lib/sx-runner-ansible +++ b/GitlabRunner/ansible/sx/lib/sx-runner-ansible @@ -5,4 +5,6 @@ source $SX_LIBDIR/sx function runnerAnsibleInformation { genericAllInformation $1 echoVerbose $1 "runner make : " `make --version | head -n 1` -} \ No newline at end of file + echoVerbose $1 "ansible : " `ansible --version | head -n 1 | cut -d " " -f 2` + echoVerbose $1 "pythn : " `python --version |cut -d " " -f 2` +} diff --git a/docs/GitlabRunner/ansible.md b/docs/GitlabRunner/ansible.md index b2e892f0..9eb6c4d3 100644 --- a/docs/GitlabRunner/ansible.md +++ b/docs/GitlabRunner/ansible.md @@ -9,22 +9,22 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Available flavours -| Docker Hub repository | Content | Ansible | Make | -| --------------------------------------------------------------------------------- | ------------------- | ------- | ---- | -| [`startx/runner-ansible:latest`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core rawhide | | 4.3 | -| [`startx/runner-ansible:34`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 34 | | | -| [`startx/runner-ansible:33`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 33 | | | -| [`startx/runner-ansible:32`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 32 | | | -| [`startx/runner-ansible:31`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 31 | | | -| [`startx/runner-ansible:30`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 30 | | | -| [`startx/runner-ansible:29`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 29 | | | -| [`startx/runner-ansible:28`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 28 | | | -| [`startx/runner-ansible:27`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 27 | | | -| [`startx/runner-ansible:centos8`](https://hub.docker.com/r/startx/runner-ansible) | Centos 8 | | | -| [`startx/runner-ansible:centos7`](https://hub.docker.com/r/startx/runner-ansible) | Centos 7 | | | -| [`startx/runner-ansible:centos6`](https://hub.docker.com/r/startx/runner-ansible) | Centos 6 | | | -| [`startx/runner-ansible:ubi8`](https://hub.docker.com/r/startx/runner-ansible) | RedHat UBI 8 | | | -| [`startx/runner-ansible:alpine3`](https://hub.docker.com/r/startx/runner-ansible) | Alpine 3.12 | | | +| Docker Hub repository | Content | Ansible | Python | Make | +| --------------------------------------------------------------------------------- | ------------------- | ------- | ------ | ---- | +| [`startx/runner-ansible:latest`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core rawhide | | | 4.3 | +| [`startx/runner-ansible:34`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 34 | | | 4.3 | +| [`startx/runner-ansible:33`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 33 | | | 4.3 | +| [`startx/runner-ansible:32`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 32 | | | | +| [`startx/runner-ansible:31`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 31 | | | | +| [`startx/runner-ansible:30`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 30 | | | | +| [`startx/runner-ansible:29`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 29 | | | | +| [`startx/runner-ansible:28`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 28 | | | | +| [`startx/runner-ansible:27`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core 27 | | | | +| [`startx/runner-ansible:centos8`](https://hub.docker.com/r/startx/runner-ansible) | Centos 8 | | | | +| [`startx/runner-ansible:centos7`](https://hub.docker.com/r/startx/runner-ansible) | Centos 7 | | | | +| [`startx/runner-ansible:centos6`](https://hub.docker.com/r/startx/runner-ansible) | Centos 6 | | | | +| [`startx/runner-ansible:ubi8`](https://hub.docker.com/r/startx/runner-ansible) | RedHat UBI 8 | | | | +| [`startx/runner-ansible:alpine3`](https://hub.docker.com/r/startx/runner-ansible) | Alpine 3.12 | | | | ## Running from dockerhub registry diff --git a/docs/GitlabRunner/apache.md b/docs/GitlabRunner/apache.md index cded1bfc..f27bd96d 100644 --- a/docs/GitlabRunner/apache.md +++ b/docs/GitlabRunner/apache.md @@ -23,23 +23,23 @@ See more applications builders and sample on [startx docker images repository](h ## Container flavours -| Docker Hub repository | Content | Ansible | Apache | -| ------------------------------------------------------------------------------- | ------------------- | ------- | ------ | -| [`startx/runner-apache:latest`](https://hub.docker.com/r/startx/runner-apache) | Fedora core rawhide | | 2.4.46 | -| [`startx/runner-apache:34`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 34 | | | -| [`startx/runner-apache:33`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 33 | | | -| [`startx/runner-apache:32`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 32 | | 2.4.39 | -| [`startx/runner-apache:31`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 31 | | 2.4.39 | -| [`startx/runner-apache:30`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 30 | | 2.4.39 | -| [`startx/runner-apache:29`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 29 | | 2.4.39 | -| [`startx/runner-apache:28`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 28 | | 2.4.17 | -| [`startx/runner-apache:27`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 27 | | 2.4.17 | -| [`startx/runner-apache:26`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 26 | | 2.4.17 | -| [`startx/runner-apache:centos8`](https://hub.docker.com/r/startx/runner-apache) | Centos 8 | | | -| [`startx/runner-apache:centos7`](https://hub.docker.com/r/startx/runner-apache) | Centos 7 | | | -| [`startx/runner-apache:centos6`](https://hub.docker.com/r/startx/runner-apache) | Centos 6 | | | -| [`startx/runner-apache:ubi8`](https://hub.docker.com/r/startx/runner-apache) | RedHat UBI 8 | | 2.4.33 | -| [`startx/runner-apache:alpine3`](https://hub.docker.com/r/startx/runner-apache) | Alpine 3.12 | | 2.4.33 | +| Docker Hub repository | Content | Apache | +| ------------------------------------------------------------------------------- | ------------------- | ------ | +| [`startx/runner-apache:latest`](https://hub.docker.com/r/startx/runner-apache) | Fedora core rawhide | 2.4.46 | +| [`startx/runner-apache:34`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 34 | 2.4.46 | +| [`startx/runner-apache:33`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 33 | 2.4.46 | +| [`startx/runner-apache:32`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 32 | 2.4.39 | +| [`startx/runner-apache:31`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 31 | 2.4.39 | +| [`startx/runner-apache:30`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 30 | 2.4.39 | +| [`startx/runner-apache:29`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 29 | 2.4.39 | +| [`startx/runner-apache:28`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 28 | 2.4.17 | +| [`startx/runner-apache:27`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 27 | 2.4.17 | +| [`startx/runner-apache:26`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 26 | 2.4.17 | +| [`startx/runner-apache:centos8`](https://hub.docker.com/r/startx/runner-apache) | Centos 8 | | +| [`startx/runner-apache:centos7`](https://hub.docker.com/r/startx/runner-apache) | Centos 7 | | +| [`startx/runner-apache:centos6`](https://hub.docker.com/r/startx/runner-apache) | Centos 6 | | +| [`startx/runner-apache:ubi8`](https://hub.docker.com/r/startx/runner-apache) | RedHat UBI 8 | 2.4.33 | +| [`startx/runner-apache:alpine3`](https://hub.docker.com/r/startx/runner-apache) | Alpine 3.12 | 2.4.33 | ## Running this image diff --git a/docs/GitlabRunner/bash.md b/docs/GitlabRunner/bash.md index 17713979..5cd02ebc 100644 --- a/docs/GitlabRunner/bash.md +++ b/docs/GitlabRunner/bash.md @@ -9,23 +9,23 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Available flavours -| Docker Hub repository | Content | Ansible | Make | -| --------------------------------------------------------------------------- | ------------------- | ------- | ---- | -| [`startx/runner-bash:latest`](https://hub.docker.com/r/startx/runner-bash) | Fedora core rawhide | | 4.3 | -| [`startx/runner-bash:34`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 34 | | | -| [`startx/runner-bash:33`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 33 | | | -| [`startx/runner-bash:32`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 32 | | | -| [`startx/runner-bash:31`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 31 | | | -| [`startx/runner-bash:30`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 30 | | | -| [`startx/runner-bash:29`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 29 | | | -| [`startx/runner-bash:28`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 28 | | | -| [`startx/runner-bash:27`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 27 | | | -| [`startx/runner-bash:26`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 26 | | | -| [`startx/runner-bash:centos8`](https://hub.docker.com/r/startx/runner-bash) | Centos 8 | | | -| [`startx/runner-bash:centos7`](https://hub.docker.com/r/startx/runner-bash) | Centos 7 | | | -| [`startx/runner-bash:centos6`](https://hub.docker.com/r/startx/runner-bash) | Centos 6 | | | -| [`startx/runner-bash:ubi8`](https://hub.docker.com/r/startx/runner-bash) | RedHat UBI 8 | | | -| [`startx/runner-bash:alpine3`](https://hub.docker.com/r/startx/runner-bash) | Alpine 3.12 | | | +| Docker Hub repository | Content | Make | +| --------------------------------------------------------------------------- | ------------------- | ---- | +| [`startx/runner-bash:latest`](https://hub.docker.com/r/startx/runner-bash) | Fedora core rawhide | 4.3 | +| [`startx/runner-bash:34`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 34 | 4.3 | +| [`startx/runner-bash:33`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 33 | 4.3 | +| [`startx/runner-bash:32`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 32 | | +| [`startx/runner-bash:31`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 31 | | +| [`startx/runner-bash:30`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 30 | | +| [`startx/runner-bash:29`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 29 | | +| [`startx/runner-bash:28`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 28 | | +| [`startx/runner-bash:27`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 27 | | +| [`startx/runner-bash:26`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 26 | | +| [`startx/runner-bash:centos8`](https://hub.docker.com/r/startx/runner-bash) | Centos 8 | | +| [`startx/runner-bash:centos7`](https://hub.docker.com/r/startx/runner-bash) | Centos 7 | | +| [`startx/runner-bash:centos6`](https://hub.docker.com/r/startx/runner-bash) | Centos 6 | | +| [`startx/runner-bash:ubi8`](https://hub.docker.com/r/startx/runner-bash) | RedHat UBI 8 | | +| [`startx/runner-bash:alpine3`](https://hub.docker.com/r/startx/runner-bash) | Alpine 3.12 | | ## Running from dockerhub registry diff --git a/docs/GitlabRunner/nodejs.md b/docs/GitlabRunner/nodejs.md index 3f55fe92..ca3a1cc1 100644 --- a/docs/GitlabRunner/nodejs.md +++ b/docs/GitlabRunner/nodejs.md @@ -30,23 +30,23 @@ See more applications builders and sample on [startx docker images repository](h ## Container flavours -| Docker Hub repository | Content | Ansible | NodeJS | -| ------------------------------------------------------------------------------- | ------------------- | ------- | ------- | -| [`startx/runner-nodejs:latest`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core rawhide | | 14.16.1 | -| [`startx/runner-nodejs:34`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 34 | | 14.16.1 | -| [`startx/runner-nodejs:33`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 33 | | | -| [`startx/runner-nodejs:32`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 32 | | 12.4.0 | -| [`startx/runner-nodejs:31`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 31 | | 10.15.0 | -| [`startx/runner-nodejs:30`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 30 | | 10.15.0 | -| [`startx/runner-nodejs:29`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 29 | | 10.16.0 | -| [`startx/runner-nodejs:28`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 28 | | 0.10.36 | -| [`startx/runner-nodejs:27`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 27 | | 0.10.36 | -| [`startx/runner-nodejs:26`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 26 | | | -| [`startx/runner-nodejs:centos8`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 8 | | | -| [`startx/runner-nodejs:centos7`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 7 | | | -| [`startx/runner-nodejs:centos6`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 6 | | | -| [`startx/runner-nodejs:ubi8`](https://hub.docker.com/r/startx/runner-nodejs) | RedHat UBI 8 | | | -| [`startx/runner-nodejs:alpine3`](https://hub.docker.com/r/startx/runner-nodejs) | Alpine 3.12 | | 8.11.1 | +| Docker Hub repository | Content | NodeJS | NPM | Make | +| ------------------------------------------------------------------------------- | ------------------- | ------- | ------- | ---- | +| [`startx/runner-nodejs:latest`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core rawhide | 14.16.1 | 6.14.12 | 4.3 | +| [`startx/runner-nodejs:34`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 34 | 14.16.1 | 6.14.12 | 4.3 | +| [`startx/runner-nodejs:33`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 33 | 14.16.1 | 6.14.12 | 4.3 | +| [`startx/runner-nodejs:32`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 32 | 12.4.0 | | | +| [`startx/runner-nodejs:31`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 31 | 10.15.0 | | | +| [`startx/runner-nodejs:30`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 30 | 10.15.0 | | | +| [`startx/runner-nodejs:29`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 29 | 10.16.0 | | | +| [`startx/runner-nodejs:28`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 28 | 0.10.36 | | | +| [`startx/runner-nodejs:27`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 27 | 0.10.36 | | | +| [`startx/runner-nodejs:26`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 26 | | | | +| [`startx/runner-nodejs:centos8`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 8 | | | | +| [`startx/runner-nodejs:centos7`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 7 | | | | +| [`startx/runner-nodejs:centos6`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 6 | | | | +| [`startx/runner-nodejs:ubi8`](https://hub.docker.com/r/startx/runner-nodejs) | RedHat UBI 8 | | | | +| [`startx/runner-nodejs:alpine3`](https://hub.docker.com/r/startx/runner-nodejs) | Alpine 3.12 | 8.11.1 | | | ## Running this image diff --git a/docs/GitlabRunner/oc.md b/docs/GitlabRunner/oc.md index 813b7d7e..ddb364bb 100644 --- a/docs/GitlabRunner/oc.md +++ b/docs/GitlabRunner/oc.md @@ -9,22 +9,22 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Available flavours -| Docker Hub repository | Content | Ansible | Kubectl | OC | -| ----------------------------------------------------------------------- | ------------------- | ------- | ------- | --- | -| [`startx/runner-oc:latest`](https://hub.docker.com/r/startx/runner-oc) | Fedora core rawhide | | | | -| [`startx/runner-oc:34`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 34 | | | | -| [`startx/runner-oc:33`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 33 | | | | -| [`startx/runner-oc:32`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 32 | | | | -| [`startx/runner-oc:31`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 31 | | | | -| [`startx/runner-oc:30`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 30 | | | | -| [`startx/runner-oc:29`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 29 | | | | -| [`startx/runner-oc:28`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 28 | | | | -| [`startx/runner-oc:27`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 27 | | | | -| [`startx/runner-oc:centos8`](https://hub.docker.com/r/startx/runner-oc) | Centos 8 | | | | -| [`startx/runner-oc:centos7`](https://hub.docker.com/r/startx/runner-oc) | Centos 7 | | | | -| [`startx/runner-oc:centos6`](https://hub.docker.com/r/startx/runner-oc) | Centos 6 | | | | -| [`startx/runner-oc:ubi8`](https://hub.docker.com/r/startx/runner-oc) | RedHat UBI 8 | | | | -| [`startx/runner-oc:alpine3`](https://hub.docker.com/r/startx/runner-oc) | Alpine 3.12 | | | | +| Docker Hub repository | Content | Kubectl | OC | +| ----------------------------------------------------------------------- | ------------------- | ------- | --- | +| [`startx/runner-oc:latest`](https://hub.docker.com/r/startx/runner-oc) | Fedora core rawhide | | | +| [`startx/runner-oc:34`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 34 | | | +| [`startx/runner-oc:33`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 33 | | | +| [`startx/runner-oc:32`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 32 | | | +| [`startx/runner-oc:31`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 31 | | | +| [`startx/runner-oc:30`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 30 | | | +| [`startx/runner-oc:29`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 29 | | | +| [`startx/runner-oc:28`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 28 | | | +| [`startx/runner-oc:27`](https://hub.docker.com/r/startx/runner-oc) | Fedora core 27 | | | +| [`startx/runner-oc:centos8`](https://hub.docker.com/r/startx/runner-oc) | Centos 8 | | | +| [`startx/runner-oc:centos7`](https://hub.docker.com/r/startx/runner-oc) | Centos 7 | | | +| [`startx/runner-oc:centos6`](https://hub.docker.com/r/startx/runner-oc) | Centos 6 | | | +| [`startx/runner-oc:ubi8`](https://hub.docker.com/r/startx/runner-oc) | RedHat UBI 8 | | | +| [`startx/runner-oc:alpine3`](https://hub.docker.com/r/startx/runner-oc) | Alpine 3.12 | | | ## Running from dockerhub registry diff --git a/docs/GitlabRunner/php.md b/docs/GitlabRunner/php.md index 4e487b45..4bfcfeb8 100644 --- a/docs/GitlabRunner/php.md +++ b/docs/GitlabRunner/php.md @@ -31,22 +31,22 @@ See more applications builders and sample on [startx docker images repository](h ## Container flavours -| Docker Hub repository | Content | Ansible | PHP | Apache | -| ------------------------------------------------------------------------------- | ------------------- | ------- | ------ | ------ | -| [`startx/runner-nodejs:latest`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core rawhide | | | -| [`startx/runner-nodejs:34`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 34 | | | -| [`startx/runner-nodejs:33`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 33 | | | -| [`startx/runner-nodejs:32`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 32 | | 7.3.8 | 2.4.39 | -| [`startx/runner-nodejs:31`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 31 | | 7.3.1 | 2.4.39 | -| [`startx/runner-nodejs:30`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 30 | | 7.3.1 | 2.4.39 | -| [`startx/runner-nodejs:29`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 29 | | 7.2.20 | 2.4.39 | -| [`startx/runner-nodejs:28`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 28 | | 5.6.16 | 2.4.17 | -| [`startx/runner-nodejs:27`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 27 | | 5.6.16 | 2.4.17 | -| [`startx/runner-nodejs:centos8`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 8 | | | -| [`startx/runner-nodejs:centos7`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 7 | | | -| [`startx/runner-nodejs:centos6`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 6 | | | -| [`startx/runner-nodejs:ubi8`](https://hub.docker.com/r/startx/runner-nodejs) | RedHat UBI 8 | | | -| [`startx/runner-nodejs:alpine3`](https://hub.docker.com/r/startx/runner-nodejs) | Alpine 3.12 | | 7.2.5 | 2.4.33 | +| Docker Hub repository | Content | PHP | Apache | +| ------------------------------------------------------------------------------- | ------------------- | ------ | ------ | +| [`startx/runner-nodejs:latest`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core rawhide | | +| [`startx/runner-nodejs:34`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 34 | | +| [`startx/runner-nodejs:33`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 33 | | +| [`startx/runner-nodejs:32`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 32 | 7.3.8 | 2.4.39 | +| [`startx/runner-nodejs:31`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 31 | 7.3.1 | 2.4.39 | +| [`startx/runner-nodejs:30`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 30 | 7.3.1 | 2.4.39 | +| [`startx/runner-nodejs:29`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 29 | 7.2.20 | 2.4.39 | +| [`startx/runner-nodejs:28`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 28 | 5.6.16 | 2.4.17 | +| [`startx/runner-nodejs:27`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core 27 | 5.6.16 | 2.4.17 | +| [`startx/runner-nodejs:centos8`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 8 | | +| [`startx/runner-nodejs:centos7`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 7 | | +| [`startx/runner-nodejs:centos6`](https://hub.docker.com/r/startx/runner-nodejs) | Centos 6 | | +| [`startx/runner-nodejs:ubi8`](https://hub.docker.com/r/startx/runner-nodejs) | RedHat UBI 8 | | +| [`startx/runner-nodejs:alpine3`](https://hub.docker.com/r/startx/runner-nodejs) | Alpine 3.12 | 7.2.5 | 2.4.33 | ## Running this image diff --git a/docs/OS/fedora.md b/docs/OS/fedora.md index c07d1301..df3fa3ec 100644 --- a/docs/OS/fedora.md +++ b/docs/OS/fedora.md @@ -18,7 +18,7 @@ This container contain : You can use Startx Apache image in many ways : - [Docker OS Images : FEDORA](#docker-os-images--fedora) - - [Container flavours](#container-flavours) + - [Container flavours= Display informations on fedora in latest version](#container-flavours-display-informations-on-fedora-in-latest-version) - [Running this image](#running-this-image) - [Running using docker](#running-using-docker) - [Running using docker-compose](#running-using-docker-compose) @@ -42,7 +42,7 @@ See more applications builders and sample on [startx docker images repository](h | ---------------------------------------------------------------- | ------------------- | ------ | ---------- | | [`startx/fedora:latest`](https://hub.docker.com/r/startx/fedora) | Fedora core rawhide | 5.1.4 | 5.8.15-301 | | [`startx/fedora:34`](https://hub.docker.com/r/startx/fedora) | Fedora core 34 | 5.1.0 | 5.8.15-301 | -| [`startx/fedora:33`](https://hub.docker.com/r/startx/fedora) | Fedora core 33 | 5.1.4 | 5.8.15-301 | +| [`startx/fedora:33`](https://hub.docker.com/r/startx/fedora) | Fedora core 33 | 5.0.17 | 5.8.15-301 | | [`startx/fedora:32`](https://hub.docker.com/r/startx/fedora) | Fedora core 32 | 5.0.17 | | | [`startx/fedora:31`](https://hub.docker.com/r/startx/fedora) | Fedora core 31 | 5.0.11 | | | [`startx/fedora:30`](https://hub.docker.com/r/startx/fedora) | Fedora core 30 | 5.0.11 | | diff --git a/docs/Services/apache.md b/docs/Services/apache.md index 9552aae0..93a1cdde 100644 --- a/docs/Services/apache.md +++ b/docs/Services/apache.md @@ -41,7 +41,7 @@ See more applications builders and sample on [startx docker images repository](h | ----------------------------------------------------------------------- | ------------------- | ------ | | [`startx/sv-apache:latest`](https://hub.docker.com/r/startx/sv-apache) | Fedora core rawhide | 2.4.46 | | [`startx/sv-apache:34`](https://hub.docker.com/r/startx/sv-apache) | Fedora core 34 | 2.4.46 | -| [`startx/sv-apache:33`](https://hub.docker.com/r/startx/sv-apache) | Fedora core 33 | 2.4.43 | +| [`startx/sv-apache:33`](https://hub.docker.com/r/startx/sv-apache) | Fedora core 33 | 2.4.46 | | [`startx/sv-apache:32`](https://hub.docker.com/r/startx/sv-apache) | Fedora core 32 | 2.4.43 | | [`startx/sv-apache:31`](https://hub.docker.com/r/startx/sv-apache) | Fedora core 31 | 2.4.43 | | [`startx/sv-apache:30`](https://hub.docker.com/r/startx/sv-apache) | Fedora core 30 | 2.4.41 | diff --git a/docs/Services/couchbase.md b/docs/Services/couchbase.md index 727ca6f3..2682e491 100644 --- a/docs/Services/couchbase.md +++ b/docs/Services/couchbase.md @@ -49,7 +49,7 @@ See more applications builders and sample on [startx docker images repository](h | ----------------------------------------------------------------------------- | ------------------- | ---------- | | [`startx/sv-couchbase:latest`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core rawhide | 6.6.2-9588 | | [`startx/sv-couchbase:34`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 34 | 6.6.1-9213 | -| [`startx/sv-couchbase:33`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 33 | 6.5.2 | +| [`startx/sv-couchbase:33`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 33 | 6.6.0-7909 | | [`startx/sv-couchbase:32`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 32 | 6.0.2-2413 | | [`startx/sv-couchbase:31`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 31 | 6.0.2-2413 | | [`startx/sv-couchbase:30`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 30 | 6.0.0 | diff --git a/docs/Services/mariadb.md b/docs/Services/mariadb.md index 005d7f53..21cf486a 100644 --- a/docs/Services/mariadb.md +++ b/docs/Services/mariadb.md @@ -41,7 +41,7 @@ See more applications builders and sample on [startx docker images repository](h | ------------------------------------------------------------------------- | ------------------- | ------- | ------ | | [`startx/sv-mariadb:latest`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core rawhide | 10.5.10 | 15.1 | | [`startx/sv-mariadb:34`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 34 | 10.5.10 | 15.1 | -| [`startx/sv-mariadb:33`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 33 | | 15.1 | +| [`startx/sv-mariadb:33`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 33 | 10.4.19 | 15.1 | | [`startx/sv-mariadb:32`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 32 | 10.4.12 | 15.1 | | [`startx/sv-mariadb:31`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 31 | 10.3.22 | 15.1 | | [`startx/sv-mariadb:30`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 30 | 10.3.21 | 15.1 | diff --git a/docs/Services/memcache.md b/docs/Services/memcache.md index 5ab979e3..bb168e4d 100644 --- a/docs/Services/memcache.md +++ b/docs/Services/memcache.md @@ -39,7 +39,7 @@ See more cache nodes builders and sample on [startx docker images repository](ht | --------------------------------------------------------------------------- | ------------------- | -------- | | [`startx/sv-memcache:latest`](https://hub.docker.com/r/startx/sv-memcache) | Fedora core rawhide | 1.6.9 | | [`startx/sv-memcache:34`](https://hub.docker.com/r/startx/sv-memcache) | Fedora core 34 | 1.6.9 | -| [`startx/sv-memcache:33`](https://hub.docker.com/r/startx/sv-memcache) | Fedora core 33 | | +| [`startx/sv-memcache:33`](https://hub.docker.com/r/startx/sv-memcache) | Fedora core 33 | 1.6.6 | | [`startx/sv-memcache:32`](https://hub.docker.com/r/startx/sv-memcache) | Fedora core 32 | | | [`startx/sv-memcache:31`](https://hub.docker.com/r/startx/sv-memcache) | Fedora core 31 | 1.5.16 | | [`startx/sv-memcache:30`](https://hub.docker.com/r/startx/sv-memcache) | Fedora core 30 | 1.5.16 | diff --git a/docs/Services/mongo.md b/docs/Services/mongo.md index b37481d9..87c9e5b2 100644 --- a/docs/Services/mongo.md +++ b/docs/Services/mongo.md @@ -14,7 +14,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | --------------------------------------------------------------------- | ------------------- | ------- | | [`startx/sv-mongo:latest`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core rawhide | 4.4.4 | | [`startx/sv-mongo:34`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 34 | 4.4.4 | -| [`startx/sv-mongo:33`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 33 | 4.1.13 | +| [`startx/sv-mongo:33`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 33 | 4.4.4 | | [`startx/sv-mongo:32`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 32 | 4.1.13 | | [`startx/sv-mongo:31`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 31 | 4.1.13 | | [`startx/sv-mongo:30`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 30 | 4.0.3 | diff --git a/docs/Services/nodejs.md b/docs/Services/nodejs.md index ffcb9ea3..a208c148 100644 --- a/docs/Services/nodejs.md +++ b/docs/Services/nodejs.md @@ -39,7 +39,7 @@ See more applications builders and sample on [startx docker images repository](h | ----------------------------------------------------------------------- | ------------------- | ------- | ------- | | [`startx/sv-nodejs:latest`](https://hub.docker.com/r/startx/sv-nodejs) | Fedora core rawhide | 14.16.1 | 6.14.12 | | [`startx/sv-nodejs:34`](https://hub.docker.com/r/startx/sv-nodejs) | Fedora core 34 | 14.16.1 | 6.14.12 | -| [`startx/sv-nodejs:33`](https://hub.docker.com/r/startx/sv-nodejs) | Fedora core 33 | | | +| [`startx/sv-nodejs:33`](https://hub.docker.com/r/startx/sv-nodejs) | Fedora core 33 | 14.16.1 | 6.14.12 | | [`startx/sv-nodejs:32`](https://hub.docker.com/r/startx/sv-nodejs) | Fedora core 32 | | | | [`startx/sv-nodejs:31`](https://hub.docker.com/r/startx/sv-nodejs) | Fedora core 31 | | | | [`startx/sv-nodejs:30`](https://hub.docker.com/r/startx/sv-nodejs) | Fedora core 30 | | | diff --git a/docs/Services/ooconv.md b/docs/Services/ooconv.md index 9aa959ae..68671d6d 100644 --- a/docs/Services/ooconv.md +++ b/docs/Services/ooconv.md @@ -14,7 +14,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | ----------------------------------------------------------------------- | ------------------- | ----------- | ------- | | [`startx/sv-ooconv:latest`](https://hub.docker.com/r/startx/sv-ooconv) | Fedora core rawhide | 7.1.3.2 | 0.7 | | [`startx/sv-ooconv:34`](https://hub.docker.com/r/startx/sv-ooconv) | Fedora core 34 | 7.1.3.2 | 0.7 | -| [`startx/sv-ooconv:33`](https://hub.docker.com/r/startx/sv-ooconv) | Fedora core 33 | 6.2.4.2.0 | 0.7 | +| [`startx/sv-ooconv:33`](https://hub.docker.com/r/startx/sv-ooconv) | Fedora core 33 | 7.0.5.2 | 0.7 | | [`startx/sv-ooconv:32`](https://hub.docker.com/r/startx/sv-ooconv) | Fedora core 32 | 6.2.4.2.0 | 0.7 | | [`startx/sv-ooconv:31`](https://hub.docker.com/r/startx/sv-ooconv) | Fedora core 31 | 6.1.6.3 | 0.7 | | [`startx/sv-ooconv:30`](https://hub.docker.com/r/startx/sv-ooconv) | Fedora core 30 | 6.1.6.3 | 0.7 | diff --git a/docs/Services/php.md b/docs/Services/php.md index 61dcd069..d9dbc9f4 100644 --- a/docs/Services/php.md +++ b/docs/Services/php.md @@ -40,7 +40,7 @@ See more applications builders and sample on [startx docker images repository](h | ----------------------------------------------------------------- | ------------------- | ------ | ------ | | [`startx/sv-php:latest`](https://hub.docker.com/r/startx/sv-php) | Fedora core rawhide | | | | [`startx/sv-php:34`](https://hub.docker.com/r/startx/sv-php) | Fedora core 34 | | | -| [`startx/sv-php:33`](https://hub.docker.com/r/startx/sv-php) | Fedora core 33 | | | +| [`startx/sv-php:33`](https://hub.docker.com/r/startx/sv-php) | Fedora core 33 | 7.4.19 | 2.4.46 | | [`startx/sv-php:32`](https://hub.docker.com/r/startx/sv-php) | Fedora core 32 | 7.3.8 | 2.4.39 | | [`startx/sv-php:31`](https://hub.docker.com/r/startx/sv-php) | Fedora core 31 | 7.3.8 | 2.4.39 | | [`startx/sv-php:30`](https://hub.docker.com/r/startx/sv-php) | Fedora core 30 | 7.3.8 | 2.4.39 | diff --git a/docs/Services/postgres.md b/docs/Services/postgres.md index 7dee2c65..dd6c4437 100644 --- a/docs/Services/postgres.md +++ b/docs/Services/postgres.md @@ -39,7 +39,7 @@ See more databases builders and sample on [startx docker images repository](http | --------------------------------------------------------------------------- | ------------------- | -------- | | [`startx/sv-postgres:latest`](https://hub.docker.com/r/startx/sv-postgres) | Fedora core rawhide | 13.2 | | [`startx/sv-postgres:34`](https://hub.docker.com/r/startx/sv-postgres) | Fedora core 34 | 13.2 | -| [`startx/sv-postgres:33`](https://hub.docker.com/r/startx/sv-postgres) | Fedora core 33 | 12.2 | +| [`startx/sv-postgres:33`](https://hub.docker.com/r/startx/sv-postgres) | Fedora core 33 | 12.6 | | [`startx/sv-postgres:32`](https://hub.docker.com/r/startx/sv-postgres) | Fedora core 32 | 11.4 | | [`startx/sv-postgres:31`](https://hub.docker.com/r/startx/sv-postgres) | Fedora core 31 | 9.4.5 | | [`startx/sv-postgres:30`](https://hub.docker.com/r/startx/sv-postgres) | Fedora core 30 | 9.4.5 | diff --git a/docs/VDI/chrome.md b/docs/VDI/chrome.md index 06b383e2..59581635 100644 --- a/docs/VDI/chrome.md +++ b/docs/VDI/chrome.md @@ -14,7 +14,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | ------------------------------------------------------------------------- | ------------------- | ------------- | | [`startx/vdi-chrome:latest`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core rawhide | 90.0.4430.212 | | [`startx/vdi-chrome:fc34`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 34 | 90.0.4430.212 | -| [`startx/vdi-chrome:fc33`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 33 | 70.0.3538.77 | +| [`startx/vdi-chrome:fc33`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 33 | 90.0.4430.212 | | [`startx/vdi-chrome:fc32`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 32 | 70.0.3538.77 | | [`startx/vdi-chrome:fc31`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 31 | 70.0.3538.77 | | [`startx/vdi-chrome:fc30`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 30 | 70.0.3538.77 | diff --git a/docs/VDI/firefox.md b/docs/VDI/firefox.md index 6f4ccb28..e50f23bd 100644 --- a/docs/VDI/firefox.md +++ b/docs/VDI/firefox.md @@ -13,8 +13,8 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | Docker Hub repository | Content | Firefox | | --------------------------------------------------------------------------- | ------------------- | ------------- | | [`startx/vdi-firefox:latest`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core rawhide | 88.0 | -| [`startx/vdi-firefox:fc34`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 34 | 88.0.1 | -| [`startx/vdi-firefox:fc33`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 33 | 50.0.2661.102 | +| [`startx/vdi-firefox:fc34`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 34 | 88.0.1 | +| [`startx/vdi-firefox:fc33`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 33 | 88.0.1 | | [`startx/vdi-firefox:fc32`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 32 | 50.0.2661.102 | | [`startx/vdi-firefox:fc31`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 31 | 50.0.2661.102 | | [`startx/vdi-firefox:fc30`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 30 | 50.0.2661.102 |