From 154518d2f9c0f838e445a9476eae87b5fc37c0f0 Mon Sep 17 00:00:00 2001 From: startxfr Date: Mon, 17 May 2021 05:10:10 +0200 Subject: [PATCH 01/11] [docs] Add 6.5.2 couchbase releae for fc32 distribution --- docs/Services/couchbase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Services/couchbase.md b/docs/Services/couchbase.md index 0ca12a7c..1fa23647 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 | | [`startx/sv-couchbase:34`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 34 | 6.6.1 | -| [`startx/sv-couchbase:33`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 33 | 6.6.0 | +| [`startx/sv-couchbase:33`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 33 | 6.5.2 | | [`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 | From 0cf46ca344168cbc163c03f3b5f95ae97e43946b Mon Sep 17 00:00:00 2001 From: startxfr Date: Tue, 18 May 2021 18:59:15 +0200 Subject: [PATCH 02/11] [rawhide] Debug yum install with disabling gpgcheck --- GitlabRunner/apache/Dockerfile | 4 ++-- GitlabRunner/bash/Dockerfile | 4 ++-- GitlabRunner/nodejs/Dockerfile | 4 ++-- GitlabRunner/oc/Dockerfile | 2 +- GitlabRunner/php/Dockerfile | 4 ++-- VDI/chrome/Dockerfile | 4 ++-- VDI/firefox/Dockerfile | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/GitlabRunner/apache/Dockerfile b/GitlabRunner/apache/Dockerfile index a128bed9..035397d6 100644 --- a/GitlabRunner/apache/Dockerfile +++ b/GitlabRunner/apache/Dockerfile @@ -19,8 +19,8 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root -RUN dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ make \ bubblewrap \ diff --git a/GitlabRunner/bash/Dockerfile b/GitlabRunner/bash/Dockerfile index ed154d97..f8e48c82 100644 --- a/GitlabRunner/bash/Dockerfile +++ b/GitlabRunner/bash/Dockerfile @@ -19,8 +19,8 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root -RUN dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ make \ bubblewrap \ diff --git a/GitlabRunner/nodejs/Dockerfile b/GitlabRunner/nodejs/Dockerfile index c825d888..844b32ac 100644 --- a/GitlabRunner/nodejs/Dockerfile +++ b/GitlabRunner/nodejs/Dockerfile @@ -19,8 +19,8 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root -RUN dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ make \ bubblewrap \ diff --git a/GitlabRunner/oc/Dockerfile b/GitlabRunner/oc/Dockerfile index 4620e0f4..ae4ad6b1 100644 --- a/GitlabRunner/oc/Dockerfile +++ b/GitlabRunner/oc/Dockerfile @@ -20,7 +20,7 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root -RUN dnf install -yq jq && \ +RUN dnf install -yq --nogpgcheck jq && \ pip install yq && \ cd /tmp && \ wget -q https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$SX_OC_VERSION/openshift-client-linux-$SX_OC_VERSION.tar.gz && \ diff --git a/GitlabRunner/php/Dockerfile b/GitlabRunner/php/Dockerfile index b625440d..26328ee8 100644 --- a/GitlabRunner/php/Dockerfile +++ b/GitlabRunner/php/Dockerfile @@ -19,8 +19,8 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root -RUN dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ make \ bubblewrap \ diff --git a/VDI/chrome/Dockerfile b/VDI/chrome/Dockerfile index 856373dd..6bdf06d5 100644 --- a/VDI/chrome/Dockerfile +++ b/VDI/chrome/Dockerfile @@ -37,8 +37,8 @@ COPY supervisord.conf $SX_CHROME_SUPERVISOR_CONF/ COPY sx /tmp/ RUN wget -q https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/p/python-meld3-2.0.0-2.fc34.noarch.rpm && \ rpm -ivh python-meld3-2.0.0-2.fc34.noarch.rpm && \ - dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ + dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ supervisor \ xorg-x11-server-Xvfb \ diff --git a/VDI/firefox/Dockerfile b/VDI/firefox/Dockerfile index 7479a0df..72850d8a 100644 --- a/VDI/firefox/Dockerfile +++ b/VDI/firefox/Dockerfile @@ -36,8 +36,8 @@ COPY supervisord.conf $SX_FIREFOX_SUPERVISOR_CONF/ COPY sx /tmp/ RUN wget -q https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/p/python-meld3-2.0.0-2.fc34.noarch.rpm && \ rpm -ivh python-meld3-2.0.0-2.fc34.noarch.rpm && \ - dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ + dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ supervisor \ xorg-x11-server-Xvfb \ From af7ef2a5a843db60a3db7c19ce6794e3449ac317 Mon Sep 17 00:00:00 2001 From: startxfr Date: Tue, 18 May 2021 20:28:26 +0200 Subject: [PATCH 03/11] [rawhide] Add sx wrapper for gitlab runner (info sub-command) --- GitlabRunner/ansible/Dockerfile | 23 +++++++++++-------- GitlabRunner/ansible/sx/bin/sx-runner-ansible | 18 +++++++++++++++ GitlabRunner/ansible/sx/lib/sx-runner-ansible | 8 +++++++ GitlabRunner/apache/Dockerfile | 16 ++++++++----- GitlabRunner/apache/sx/bin/sx-runner-apache | 19 +++++++++++++++ GitlabRunner/apache/sx/lib/sx-runner-apache | 8 +++++++ GitlabRunner/bash/Dockerfile | 16 ++++++++----- GitlabRunner/bash/sx/bin/sx-runner-bash | 18 +++++++++++++++ GitlabRunner/bash/sx/lib/sx-runner-bash | 8 +++++++ GitlabRunner/nodejs/Dockerfile | 16 ++++++++----- GitlabRunner/nodejs/sx/bin/sx-runner-nodejs | 19 +++++++++++++++ GitlabRunner/nodejs/sx/lib/sx-runner-nodejs | 8 +++++++ GitlabRunner/oc/Dockerfile | 10 ++++++-- GitlabRunner/oc/sx/bin/sx-runner-oc | 18 +++++++++++++++ GitlabRunner/oc/sx/lib/sx-runner-apache | 9 ++++++++ GitlabRunner/php/Dockerfile | 16 ++++++++----- GitlabRunner/php/sx/bin/sx-runner-php | 19 +++++++++++++++ GitlabRunner/php/sx/lib/sx-runner-php | 8 +++++++ 18 files changed, 221 insertions(+), 36 deletions(-) create mode 100755 GitlabRunner/ansible/sx/bin/sx-runner-ansible create mode 100755 GitlabRunner/ansible/sx/lib/sx-runner-ansible create mode 100755 GitlabRunner/apache/sx/bin/sx-runner-apache create mode 100755 GitlabRunner/apache/sx/lib/sx-runner-apache create mode 100755 GitlabRunner/bash/sx/bin/sx-runner-bash create mode 100755 GitlabRunner/bash/sx/lib/sx-runner-bash create mode 100755 GitlabRunner/nodejs/sx/bin/sx-runner-nodejs create mode 100755 GitlabRunner/nodejs/sx/lib/sx-runner-nodejs create mode 100755 GitlabRunner/oc/sx/bin/sx-runner-oc create mode 100755 GitlabRunner/oc/sx/lib/sx-runner-apache create mode 100755 GitlabRunner/php/sx/bin/sx-runner-php create mode 100755 GitlabRunner/php/sx/lib/sx-runner-php diff --git a/GitlabRunner/ansible/Dockerfile b/GitlabRunner/ansible/Dockerfile index c94e0ccf..2b2a9e8c 100644 --- a/GitlabRunner/ansible/Dockerfile +++ b/GitlabRunner/ansible/Dockerfile @@ -20,19 +20,19 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root - +COPY sx /tmp/ RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - make \ - python-pip \ - ansible \ - bubblewrap \ - rsync \ - curl \ - npm nodejs \ - openssh-clients \ - sshpass && \ + make \ + python-pip \ + ansible \ + bubblewrap \ + rsync \ + curl \ + npm nodejs \ + openssh-clients \ + sshpass && \ pip install openshift && \ dnf install -yq --nogpgcheck 'dnf-command(config-manager)' && \ dnf config-manager --enable --add-repo https://releases.ansible.com/ansible-runner/ansible-runner.el7.repo && \ @@ -42,6 +42,9 @@ RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ npm install uuid && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ dnf clean all --enablerepo=\* && \ + mv /tmp/bin/* /bin/ && \ + mv /tmp/lib/* $SX_LIBDIR/ && \ + rm -rf /tmp/bin /tmp/bin && \ cd /tmp && \ wget -q https://github.com/gohugoio/hugo/releases/download/v${SX_HUGO_RELEASE}/hugo_${SX_HUGO_RELEASE}_Linux-64bit.tar.gz && \ tar xzvf hugo_${SX_HUGO_RELEASE}_Linux-64bit.tar.gz && \ diff --git a/GitlabRunner/ansible/sx/bin/sx-runner-ansible b/GitlabRunner/ansible/sx/bin/sx-runner-ansible new file mode 100755 index 00000000..3162f22b --- /dev/null +++ b/GitlabRunner/ansible/sx/bin/sx-runner-ansible @@ -0,0 +1,18 @@ +#!/bin/bash +source $SX_LIBDIR/sx-runner-ansible + +# Dispatch input arguments +case $1 in + assemble|build) genericBuild $@ ;; + post-build) genericPostBuild $@ ;; + pre-deploy) genericPreDeploy $@ ;; + post-deploy) genericPostDeploy $@ ;; + run|start) genericRun $@ ;; + isLive|health) genericIsLive $@ ;; + isReady) genericIsReady $@ ;; + info|--info) runnerAnsibleInformation $@ ;; + usage|help|--help) genericUsage $@ ;; + usageS2i) genericUsageS2I $@ ;; + version|--version) genericVersion $@ ;; + *) genericWelcome $@ ;; +esac \ No newline at end of file diff --git a/GitlabRunner/ansible/sx/lib/sx-runner-ansible b/GitlabRunner/ansible/sx/lib/sx-runner-ansible new file mode 100755 index 00000000..13823e50 --- /dev/null +++ b/GitlabRunner/ansible/sx/lib/sx-runner-ansible @@ -0,0 +1,8 @@ +#!/bin/bash +source $SX_LIBDIR/sx + +# Display ansible information +function runnerAnsibleInformation { + genericInformation $1 + echoVerbose $1 "runner make : " `make --version | head -n 1` +} \ No newline at end of file diff --git a/GitlabRunner/apache/Dockerfile b/GitlabRunner/apache/Dockerfile index 035397d6..1347047a 100644 --- a/GitlabRunner/apache/Dockerfile +++ b/GitlabRunner/apache/Dockerfile @@ -19,18 +19,22 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root +COPY sx /tmp/ RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - make \ - bubblewrap \ - rsync \ - openssh-clients \ - sshpass && \ + make \ + bubblewrap \ + rsync \ + openssh-clients \ + sshpass && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ - dnf clean all --enablerepo=\* + dnf clean all --enablerepo=\* && \ + mv /tmp/bin/* /bin/ && \ + mv /tmp/lib/* $SX_LIBDIR/ && \ + rm -rf /tmp/bin /tmp/bin USER 1001 diff --git a/GitlabRunner/apache/sx/bin/sx-runner-apache b/GitlabRunner/apache/sx/bin/sx-runner-apache new file mode 100755 index 00000000..979dcd2a --- /dev/null +++ b/GitlabRunner/apache/sx/bin/sx-runner-apache @@ -0,0 +1,19 @@ +#!/bin/bash +source $SX_LIBDIR/sx-runner-apache + +check_apache_environment +# Dispatch input arguments +case $1 in + assemble|build) apacheBuild $@ ;; + post-build) apachePostBuild $@ ;; + pre-deploy) apachePreDeploy $@ ;; + post-deploy) apachePostDeploy $@ ;; + run|start) apacheRun $@ ;; + isLive|health) apacheIsLive $@ ;; + isReady) apacheIsReady $@ ;; + info|--info) runnerApacheInformation $@ ;; + usage|help|--help) genericUsage $@ ;; + usageS2i) genericUsageS2I $@ ;; + version|--version) genericVersion $@ ;; + *) genericWelcome $@ ;; +esac \ No newline at end of file diff --git a/GitlabRunner/apache/sx/lib/sx-runner-apache b/GitlabRunner/apache/sx/lib/sx-runner-apache new file mode 100755 index 00000000..ef8136a7 --- /dev/null +++ b/GitlabRunner/apache/sx/lib/sx-runner-apache @@ -0,0 +1,8 @@ +#!/bin/bash +source $SX_LIBDIR/sx-apache + +# Display apache information +function runnerApacheInformation { + apacheInformation $1 + echoVerbose $1 "runner make : " `make --version | head -n 1` +} \ No newline at end of file diff --git a/GitlabRunner/bash/Dockerfile b/GitlabRunner/bash/Dockerfile index f8e48c82..a267fae8 100644 --- a/GitlabRunner/bash/Dockerfile +++ b/GitlabRunner/bash/Dockerfile @@ -19,18 +19,22 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root +COPY sx /tmp/ RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - make \ - bubblewrap \ - rsync \ - openssh-clients \ - sshpass && \ + make \ + bubblewrap \ + rsync \ + openssh-clients \ + sshpass && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ - dnf clean all --enablerepo=\* + dnf clean all --enablerepo=\* && \ + mv /tmp/bin/* /bin/ && \ + mv /tmp/lib/* $SX_LIBDIR/ && \ + rm -rf /tmp/bin /tmp/bin USER 1001 diff --git a/GitlabRunner/bash/sx/bin/sx-runner-bash b/GitlabRunner/bash/sx/bin/sx-runner-bash new file mode 100755 index 00000000..ceb9362d --- /dev/null +++ b/GitlabRunner/bash/sx/bin/sx-runner-bash @@ -0,0 +1,18 @@ +#!/bin/bash +source $SX_LIBDIR/sx-runner-bash + +# Dispatch input arguments +case $1 in + assemble|build) genericBuild $@ ;; + post-build) genericPostBuild $@ ;; + pre-deploy) genericPreDeploy $@ ;; + post-deploy) genericPostDeploy $@ ;; + run|start) genericRun $@ ;; + isLive|health) genericIsLive $@ ;; + isReady) genericIsReady $@ ;; + info|--info) runnerBashInformation $@ ;; + usage|help|--help) genericUsage $@ ;; + usageS2i) genericUsageS2I $@ ;; + version|--version) genericVersion $@ ;; + *) genericWelcome $@ ;; +esac \ No newline at end of file diff --git a/GitlabRunner/bash/sx/lib/sx-runner-bash b/GitlabRunner/bash/sx/lib/sx-runner-bash new file mode 100755 index 00000000..9f3b3035 --- /dev/null +++ b/GitlabRunner/bash/sx/lib/sx-runner-bash @@ -0,0 +1,8 @@ +#!/bin/bash +source $SX_LIBDIR/sx + +# Display generic information +function runnerBashInformation { + genericInformation $1 + echoVerbose $1 "runner make : " `make --version | head -n 1` +} \ No newline at end of file diff --git a/GitlabRunner/nodejs/Dockerfile b/GitlabRunner/nodejs/Dockerfile index 844b32ac..7633798d 100644 --- a/GitlabRunner/nodejs/Dockerfile +++ b/GitlabRunner/nodejs/Dockerfile @@ -19,18 +19,22 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root +COPY sx /tmp/ RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - make \ - bubblewrap \ - rsync \ - openssh-clients \ - sshpass && \ + make \ + bubblewrap \ + rsync \ + openssh-clients \ + sshpass && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ - dnf clean all --enablerepo=\* + dnf clean all --enablerepo=\* && \ + mv /tmp/bin/* /bin/ && \ + mv /tmp/lib/* $SX_LIBDIR/ && \ + rm -rf /tmp/bin /tmp/bin USER 1001 diff --git a/GitlabRunner/nodejs/sx/bin/sx-runner-nodejs b/GitlabRunner/nodejs/sx/bin/sx-runner-nodejs new file mode 100755 index 00000000..43811a0d --- /dev/null +++ b/GitlabRunner/nodejs/sx/bin/sx-runner-nodejs @@ -0,0 +1,19 @@ +#!/bin/bash +source $SX_LIBDIR/sx-runner-nodejs + +check_nodejs_environment +# Dispatch input arguments +case $1 in + assemble|build) nodejsBuild $@ ;; + post-build) nodejsPostBuild $@ ;; + pre-deploy) nodejsPreDeploy $@ ;; + post-deploy) nodejsPostDeploy $@ ;; + run|start) nodejsRun $@ ;; + isLive|health) nodejsIsLive $@ ;; + isReady) nodejsIsReady $@ ;; + info|--info) runnerNodejsInformation $@ ;; + usage|help|--help) genericUsage $@ ;; + usageS2i) genericUsageS2I $@ ;; + version|--version) genericVersion $@ ;; + *) genericWelcome $@ ;; +esac \ No newline at end of file diff --git a/GitlabRunner/nodejs/sx/lib/sx-runner-nodejs b/GitlabRunner/nodejs/sx/lib/sx-runner-nodejs new file mode 100755 index 00000000..d8d49e00 --- /dev/null +++ b/GitlabRunner/nodejs/sx/lib/sx-runner-nodejs @@ -0,0 +1,8 @@ +#!/bin/bash +source $SX_LIBDIR/sx-nodejs + +# Display nodejs information +function runnerNodejsInformation { + nodejsInformation $1 + echoVerbose $1 "runner make : " `make --version | head -n 1` +} \ No newline at end of file diff --git a/GitlabRunner/oc/Dockerfile b/GitlabRunner/oc/Dockerfile index ae4ad6b1..704f52f8 100644 --- a/GitlabRunner/oc/Dockerfile +++ b/GitlabRunner/oc/Dockerfile @@ -20,7 +20,10 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root -RUN dnf install -yq --nogpgcheck jq && \ +COPY sx /tmp/ +RUN dnf install -yq --nogpgcheck \ + jq \ + python3-pip && \ pip install yq && \ cd /tmp && \ wget -q https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$SX_OC_VERSION/openshift-client-linux-$SX_OC_VERSION.tar.gz && \ @@ -31,7 +34,10 @@ RUN dnf install -yq --nogpgcheck jq && \ tar xzvf openshift-install-linux-$SX_OC_VERSION.tar.gz && \ mv openshift-install /usr/bin/ && \ rm -f openshift-install-linux-$SX_OC_VERSION.tar.gz && \ - cd - + cd - && \ + mv /tmp/bin/* /bin/ && \ + mv /tmp/lib/* $SX_LIBDIR/ && \ + rm -rf /tmp/bin /tmp/bin USER 1001 diff --git a/GitlabRunner/oc/sx/bin/sx-runner-oc b/GitlabRunner/oc/sx/bin/sx-runner-oc new file mode 100755 index 00000000..0087aa03 --- /dev/null +++ b/GitlabRunner/oc/sx/bin/sx-runner-oc @@ -0,0 +1,18 @@ +#!/bin/bash +source $SX_LIBDIR/sx-runner-oc + +# Dispatch input arguments +case $1 in + assemble|build) genericBuild $@ ;; + post-build) genericPostBuild $@ ;; + pre-deploy) genericPreDeploy $@ ;; + post-deploy) genericPostDeploy $@ ;; + run|start) genericRun $@ ;; + isLive|health) genericIsLive $@ ;; + isReady) genericIsReady $@ ;; + info|--info) runnerOcInformation $@ ;; + usage|help|--help) genericUsage $@ ;; + usageS2i) genericUsageS2I $@ ;; + version|--version) genericVersion $@ ;; + *) genericWelcome $@ ;; +esac \ No newline at end of file diff --git a/GitlabRunner/oc/sx/lib/sx-runner-apache b/GitlabRunner/oc/sx/lib/sx-runner-apache new file mode 100755 index 00000000..8339908d --- /dev/null +++ b/GitlabRunner/oc/sx/lib/sx-runner-apache @@ -0,0 +1,9 @@ +#!/bin/bash +source $SX_LIBDIR/sx + +# Display apache information +function runnerOcInformation { + genericInformation $1 + echoVerbose $1 "runner oc : " `oc --version` + echoVerbose $1 "runner make : " `make --version | head -n 1` +} \ No newline at end of file diff --git a/GitlabRunner/php/Dockerfile b/GitlabRunner/php/Dockerfile index 26328ee8..eaaab137 100644 --- a/GitlabRunner/php/Dockerfile +++ b/GitlabRunner/php/Dockerfile @@ -19,18 +19,22 @@ LABEL name="$SX_ID" \ fr.startx.component="$SX_ID:$SX_VERSION" USER root +COPY sx /tmp/ RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - make \ - bubblewrap \ - rsync \ - openssh-clients \ - sshpass && \ + make \ + bubblewrap \ + rsync \ + openssh-clients \ + sshpass && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ - dnf clean all --enablerepo=\* + dnf clean all --enablerepo=\* && \ + mv /tmp/bin/* /bin/ && \ + mv /tmp/lib/* $SX_LIBDIR/ && \ + rm -rf /tmp/bin /tmp/bin USER 1001 diff --git a/GitlabRunner/php/sx/bin/sx-runner-php b/GitlabRunner/php/sx/bin/sx-runner-php new file mode 100755 index 00000000..52328dd8 --- /dev/null +++ b/GitlabRunner/php/sx/bin/sx-runner-php @@ -0,0 +1,19 @@ +#!/bin/bash +source $SX_LIBDIR/sx-runner-php + +check_php_environment +# Dispatch input arguments +case $1 in + assemble|build) phpBuild $@ ;; + post-build) phpPostBuild $@ ;; + pre-deploy) phpPreDeploy $@ ;; + post-deploy) phpPostDeploy $@ ;; + run|start) phpRun $@ ;; + isLive|health) phpIsLive $@ ;; + isReady) phpIsReady $@ ;; + info|--info) runnerPhpInformation $@ ;; + usage|help|--help) genericUsage $@ ;; + usageS2i) genericUsageS2I $@ ;; + version|--version) genericVersion $@ ;; + *) genericWelcome $@ ;; +esac \ No newline at end of file diff --git a/GitlabRunner/php/sx/lib/sx-runner-php b/GitlabRunner/php/sx/lib/sx-runner-php new file mode 100755 index 00000000..18040095 --- /dev/null +++ b/GitlabRunner/php/sx/lib/sx-runner-php @@ -0,0 +1,8 @@ +#!/bin/bash +source $SX_LIBDIR/sx-php + +# Display php information +function runnerPhpInformation { + phpInformation $1 + echoVerbose $1 "runner make : " `make --version | head -n 1` +} \ No newline at end of file From d265f94e090e92c5c368fdd5ceb89f58cb863c25 Mon Sep 17 00:00:00 2001 From: startxfr Date: Tue, 18 May 2021 20:29:12 +0200 Subject: [PATCH 04/11] [rawhide] Debug multiple image description for stable release of rawhide release --- OS/Dockerfile | 38 ++++++++++++++++----------------- Services/apache/Dockerfile | 6 +++--- Services/couchbase/Dockerfile | 14 ++++++------ Services/mariadb/Dockerfile | 40 +++++++++++++++++------------------ Services/memcache/Dockerfile | 10 ++++----- Services/nodejs/Dockerfile | 18 ++++++++-------- Services/php/Dockerfile | 34 ++++++++++++++--------------- VDI/chrome/Dockerfile | 20 ++++++++---------- VDI/firefox/Dockerfile | 16 ++++++-------- 9 files changed, 96 insertions(+), 100 deletions(-) diff --git a/OS/Dockerfile b/OS/Dockerfile index c3e95fbf..b2f10b15 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -37,25 +37,25 @@ USER root COPY sx /tmp/ RUN echo "keepcache=0" >>/etc/dnf/dnf.conf && \ - dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ - dnf install -yq \ - pwgen \ - tar \ - unzip \ - zip \ - hostname \ - psmisc \ - procps \ - findutils \ - iputils \ - net-tools \ - wget \ - curl \ - logrotate \ - bash-completion \ - glibc-langpack-fr \ - vim && \ + dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ + dnf install -yq --nogpgcheck \ + pwgen \ + tar \ + unzip \ + zip \ + hostname \ + psmisc \ + procps \ + findutils \ + iputils \ + net-tools \ + wget \ + curl \ + logrotate \ + bash-completion \ + glibc-langpack-fr \ + vim && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ diff --git a/Services/apache/Dockerfile b/Services/apache/Dockerfile index 0329cc33..5adabf29 100644 --- a/Services/apache/Dockerfile +++ b/Services/apache/Dockerfile @@ -36,10 +36,10 @@ LABEL name="$SX_ID" \ USER root COPY httpd.conf $HTTPDCONF COPY sx /tmp/ -RUN dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - httpd && \ + httpd && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ diff --git a/Services/couchbase/Dockerfile b/Services/couchbase/Dockerfile index b1aa7bc9..4d7d8e52 100644 --- a/Services/couchbase/Dockerfile +++ b/Services/couchbase/Dockerfile @@ -36,13 +36,13 @@ COPY sx /tmp/ RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - python3-httplib2 \ - openssl \ - ncurses \ - ncurses-libs \ - ncurses-compat-libs \ - python3 \ - bzip2 && \ + python3-httplib2 \ + openssl \ + ncurses \ + ncurses-libs \ + ncurses-compat-libs \ + python3 \ + bzip2 && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ diff --git a/Services/mariadb/Dockerfile b/Services/mariadb/Dockerfile index 39cb3254..6965093f 100644 --- a/Services/mariadb/Dockerfile +++ b/Services/mariadb/Dockerfile @@ -38,26 +38,26 @@ COPY my.cnf $MY_CONF RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - mariadb-connect-engine \ - mariadb-connector-odbc \ - mariadb-embedded \ - mariadb-pam \ - mariadb-rocksdb-engine \ - mariadb-s3-engine \ - mariadb-server \ - mariadb-server-utils \ - mariadb-sphinx-engine \ - mariadb-backup \ - mariadb-common \ - mariadb-cracklib-password-check \ - mariadb-errmsg \ - mariadb-gssapi-server \ - mariadb-server-galera \ - mysql-selinux \ - percona-xtrabackup \ - python3-mysqlclient \ - glibc-langpack-fr \ - mariadb && \ + mariadb-connect-engine \ + mariadb-connector-odbc \ + mariadb-embedded \ + mariadb-pam \ + mariadb-rocksdb-engine \ + mariadb-s3-engine \ + mariadb-server \ + mariadb-server-utils \ + mariadb-sphinx-engine \ + mariadb-backup \ + mariadb-common \ + mariadb-cracklib-password-check \ + mariadb-errmsg \ + mariadb-gssapi-server \ + mariadb-server-galera \ + mysql-selinux \ + percona-xtrabackup \ + python3-mysqlclient \ + glibc-langpack-fr \ + mariadb && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ diff --git a/Services/memcache/Dockerfile b/Services/memcache/Dockerfile index 7760e2b1..7186c654 100644 --- a/Services/memcache/Dockerfile +++ b/Services/memcache/Dockerfile @@ -27,12 +27,12 @@ LABEL name="$SX_ID" \ USER root COPY sx /tmp/ -RUN dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - memcached \ - nmap-ncat \ - telnet && \ + memcached \ + nmap-ncat \ + telnet && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile index 662ba03f..92c9054b 100644 --- a/Services/nodejs/Dockerfile +++ b/Services/nodejs/Dockerfile @@ -32,16 +32,16 @@ LABEL name="$SX_ID" \ USER root COPY sx /tmp/ COPY *.j* $APP_PATH/ -RUN dnf install -yq yum-utils dnf-plugin-system-upgrade && \ - dnf upgrade -yq --refresh && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ + dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - nodejs \ - npm \ - python \ - make \ - gcc \ - gcc-c++ \ - git && \ + nodejs \ + npm \ + python \ + make \ + gcc \ + gcc-c++ \ + git && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index 20fecd0a..ab57c25d 100644 --- a/Services/php/Dockerfile +++ b/Services/php/Dockerfile @@ -36,22 +36,22 @@ COPY index.php $APP_PATH/index.php RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - php \ - php-cli \ - php-pear \ - php-gd \ - php-mcrypt \ - php-mysqlnd \ - php-soap \ - php-pdo \ - php-process \ - php-common \ - php-mbstring \ - php-bcmath \ - php-php-gettext \ - php-tcpdf \ - php-tcpdf-dejavu-sans-fonts \ - php-tidy && \ + php \ + php-cli \ + php-pear \ + php-gd \ + php-mcrypt \ + php-mysqlnd \ + php-soap \ + php-pdo \ + php-process \ + php-common \ + php-mbstring \ + php-bcmath \ + php-php-gettext \ + php-tcpdf \ + php-tcpdf-dejavu-sans-fonts \ + php-tidy && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ @@ -75,6 +75,6 @@ WORKDIR $APP_PATH EXPOSE $APP_PORT -VOLUME [ $SX_PHPSESS_PATH ] +VOLUME $SX_PHPSESS_PATH CMD [ "/bin/sx-php" , "run" ] diff --git a/VDI/chrome/Dockerfile b/VDI/chrome/Dockerfile index 6bdf06d5..fad30b67 100644 --- a/VDI/chrome/Dockerfile +++ b/VDI/chrome/Dockerfile @@ -35,25 +35,23 @@ LABEL name="$SX_ID" \ USER root COPY supervisord.conf $SX_CHROME_SUPERVISOR_CONF/ COPY sx /tmp/ -RUN wget -q https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/p/python-meld3-2.0.0-2.fc34.noarch.rpm && \ - rpm -ivh python-meld3-2.0.0-2.fc34.noarch.rpm && \ - dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - supervisor \ - xorg-x11-server-Xvfb \ - x11vnc \ - fedora-workstation-repositories \ - dnf-plugins-core \ - pulseaudio \ - python2-setuptools && \ + supervisor \ + python3-pip \ + xorg-x11-server-Xvfb \ + x11vnc \ + fedora-workstation-repositories \ + dnf-plugins-core \ + pulseaudio \ + python2-setuptools && \ dnf config-manager --set-enabled google-chrome && \ dnf install -yq --nogpgcheck google-chrome-stable && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ dnf clean all --enablerepo=\* && \ - easy_install pip && \ pip install --upgrade pip && \ pip install --upgrade --force-reinstall setuptools pip && \ useradd -s /bin/bash -m -g 0 -u 1001 -G pulse-access $SX_USER && \ diff --git a/VDI/firefox/Dockerfile b/VDI/firefox/Dockerfile index 72850d8a..261cfde0 100644 --- a/VDI/firefox/Dockerfile +++ b/VDI/firefox/Dockerfile @@ -34,21 +34,19 @@ LABEL name="$SX_ID" \ USER root COPY supervisord.conf $SX_FIREFOX_SUPERVISOR_CONF/ COPY sx /tmp/ -RUN wget -q https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/p/python-meld3-2.0.0-2.fc34.noarch.rpm && \ - rpm -ivh python-meld3-2.0.0-2.fc34.noarch.rpm && \ - dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ +RUN dnf install -yq --nogpgcheck yum-utils dnf-plugin-system-upgrade && \ dnf upgrade -yq --nogpgcheck --refresh && \ dnf install -yq --nogpgcheck \ - supervisor \ - xorg-x11-server-Xvfb \ - x11vnc \ - firefox \ - python2-setuptools && \ + supervisor \ + python3-pip \ + xorg-x11-server-Xvfb \ + x11vnc \ + firefox \ + python2-setuptools && \ package-cleanup --problems && \ package-cleanup --orphans && \ dnf remove -yq --skip-broken dnf-plugin-system-upgrade yum-utils yum && \ dnf clean all --enablerepo=\* && \ - easy_install pip && \ pip install --upgrade pip && \ pip install --upgrade --force-reinstall setuptools pip && \ useradd -s /bin/bash -m -g 0 -u 1001 $SX_USER && \ From 6e9d0cd4100d3fd522f539ccee63b5708f3e95cd Mon Sep 17 00:00:00 2001 From: startxfr Date: Tue, 18 May 2021 22:04:13 +0200 Subject: [PATCH 05/11] [rawhide] Update doc release for rawhide containers --- docs/GitlabRunner/ansible.md | 30 ++++++++++++++++-------------- docs/GitlabRunner/bash.md | 4 ++-- docs/GitlabRunner/nodejs.md | 2 +- docs/OS/fedora.md | 32 ++++++++++++++++---------------- docs/Services/couchbase.md | 2 +- docs/Services/mariadb.md | 2 +- docs/Services/mongo.md | 2 +- docs/VDI/chrome.md | 26 ++++++++++++++------------ docs/VDI/firefox.md | 26 ++++++++++++++------------ 9 files changed, 66 insertions(+), 60 deletions(-) diff --git a/docs/GitlabRunner/ansible.md b/docs/GitlabRunner/ansible.md index 34fde722..b2e892f0 100644 --- a/docs/GitlabRunner/ansible.md +++ b/docs/GitlabRunner/ansible.md @@ -9,20 +9,22 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Available flavours -- `:latest` : Fedora core rawhide + ansible + make -- `:fc34` : Fedora core 34 + ansible + make -- `:fc33` : Fedora core 33 + ansible + make -- `:fc32` : Fedora core 32 + ansible + make -- `:fc31` : Fedora core 31 + ansible + make -- `:fc30` : Fedora core 30 + ansible + make -- `:fc29` : Fedora core 29 + ansible + make -- `:fc28` : Fedora core 28 + ansible + make -- `:fc27` : Fedora core 27 + ansible + make -- `:centos8` : CentOS 8 + ansible + make -- `:centos7` : CentOS 7 + ansible + make -- `:centos6` : Centos 6 + ansible + make -- `:alpine3` : Alpine 3.12 + ansible + make -- `:ubi8` : RedHat UBI 8 + ansible + make +| 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 | | | ## Running from dockerhub registry diff --git a/docs/GitlabRunner/bash.md b/docs/GitlabRunner/bash.md index 80e2de7c..17713979 100644 --- a/docs/GitlabRunner/bash.md +++ b/docs/GitlabRunner/bash.md @@ -9,9 +9,9 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Available flavours -| Docker Hub repository | Content | Ansible | Bash | +| Docker Hub repository | Content | Ansible | Make | | --------------------------------------------------------------------------- | ------------------- | ------- | ---- | -| [`startx/runner-bash:latest`](https://hub.docker.com/r/startx/runner-bash) | Fedora core rawhide | | | +| [`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 | | | diff --git a/docs/GitlabRunner/nodejs.md b/docs/GitlabRunner/nodejs.md index 420fcfad..6ed70673 100644 --- a/docs/GitlabRunner/nodejs.md +++ b/docs/GitlabRunner/nodejs.md @@ -32,7 +32,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Content | Ansible | NodeJS | | ------------------------------------------------------------------------------- | ------------------- | ------- | ------- | -| [`startx/runner-nodejs:latest`](https://hub.docker.com/r/startx/runner-nodejs) | Fedora core rawhide | | | +| [`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 | | | | [`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 | diff --git a/docs/OS/fedora.md b/docs/OS/fedora.md index 2674d596..febd7cbf 100644 --- a/docs/OS/fedora.md +++ b/docs/OS/fedora.md @@ -38,22 +38,22 @@ See more applications builders and sample on [startx docker images repository](h ## Container flavours -| Docker Hub repository | Distribution | Bash | Kernel | -| ---------------------------------------------------------------- | ------------------- | ------ | ----------- | -| [`startx/fedora:latest`](https://hub.docker.com/r/startx/fedora) | Fedora core rawhide | 5.1.4 | 5.11.15-200 | -| [`startx/fedora:34`](https://hub.docker.com/r/startx/fedora) | Fedora core 34 | 5.0.17 | | -| [`startx/fedora:33`](https://hub.docker.com/r/startx/fedora) | Fedora core 33 | 5.0.17 | | -| [`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 | | -| [`startx/fedora:29`](https://hub.docker.com/r/startx/fedora) | Fedora core 29 | 4.4.23 | | -| [`startx/fedora:28`](https://hub.docker.com/r/startx/fedora) | Fedora core 28 | 4.4.23 | | -| [`startx/fedora:27`](https://hub.docker.com/r/startx/fedora) | Fedora core 27 | 4.4.23 | | -| [`startx/fedora:26`](https://hub.docker.com/r/startx/fedora) | Fedora core 26 | 4.4.12 | | -| [`startx/fedora:23`](https://hub.docker.com/r/startx/fedora) | Fedora core 23 | 4.3.42 | | -| [`startx/fedora:22`](https://hub.docker.com/r/startx/fedora) | Fedora core 22 | 4.3.42 | | -| [`startx/fedora:21`](https://hub.docker.com/r/startx/fedora) | Fedora core 21 | | | -| [`startx/fedora:20`](https://hub.docker.com/r/startx/fedora) | Fedora core 20 | | | +| Docker Hub repository | Distribution | Bash | Kernel | +| ---------------------------------------------------------------- | ------------------- | ------ | ---------- | +| [`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.4 | 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: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 | | +| [`startx/fedora:29`](https://hub.docker.com/r/startx/fedora) | Fedora core 29 | 4.4.23 | | +| [`startx/fedora:28`](https://hub.docker.com/r/startx/fedora) | Fedora core 28 | 4.4.23 | | +| [`startx/fedora:27`](https://hub.docker.com/r/startx/fedora) | Fedora core 27 | 4.4.23 | | +| [`startx/fedora:26`](https://hub.docker.com/r/startx/fedora) | Fedora core 26 | 4.4.12 | | +| [`startx/fedora:23`](https://hub.docker.com/r/startx/fedora) | Fedora core 23 | 4.3.42 | | +| [`startx/fedora:22`](https://hub.docker.com/r/startx/fedora) | Fedora core 22 | 4.3.42 | | +| [`startx/fedora:21`](https://hub.docker.com/r/startx/fedora) | Fedora core 21 | | | +| [`startx/fedora:20`](https://hub.docker.com/r/startx/fedora) | Fedora core 20 | | | ## Running this image diff --git a/docs/Services/couchbase.md b/docs/Services/couchbase.md index 1fa23647..84104ee1 100644 --- a/docs/Services/couchbase.md +++ b/docs/Services/couchbase.md @@ -47,7 +47,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Content | Couchbase | | ----------------------------------------------------------------------------- | ------------------- | ---------- | -| [`startx/sv-couchbase:latest`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core rawhide | 6.6.2 | +| [`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 | | [`startx/sv-couchbase:33`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 33 | 6.5.2 | | [`startx/sv-couchbase:32`](https://hub.docker.com/r/startx/sv-couchbase) | Fedora core 32 | 6.0.2-2413 | diff --git a/docs/Services/mariadb.md b/docs/Services/mariadb.md index b1cd6b53..989a8eeb 100644 --- a/docs/Services/mariadb.md +++ b/docs/Services/mariadb.md @@ -39,7 +39,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Content | MariaDB | Compat | | ------------------------------------------------------------------------- | ------------------- | ------- | ------ | -| [`startx/sv-mariadb:latest`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core rawhide | | 15.1 | +| [`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 | | 15.1 | | [`startx/sv-mariadb:33`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 33 | | 15.1 | | [`startx/sv-mariadb:32`](https://hub.docker.com/r/startx/sv-mariadb) | Fedora core 32 | 10.4.12 | 15.1 | diff --git a/docs/Services/mongo.md b/docs/Services/mongo.md index 9ac0d2a5..db64b9c0 100644 --- a/docs/Services/mongo.md +++ b/docs/Services/mongo.md @@ -12,7 +12,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | Docker Hub repository | Content | MongoDB | | --------------------------------------------------------------------- | ------------------- | ------- | -| [`startx/sv-mongo:latest`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core rawhide | 4.1.13 | +| [`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.1.13 | | [`startx/sv-mongo:33`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 33 | 4.1.13 | | [`startx/sv-mongo:32`](https://hub.docker.com/r/startx/sv-mongo) | Fedora core 32 | 4.1.13 | diff --git a/docs/VDI/chrome.md b/docs/VDI/chrome.md index 770ff269..4370e141 100644 --- a/docs/VDI/chrome.md +++ b/docs/VDI/chrome.md @@ -2,7 +2,7 @@ # Docker OS Images : Chrome -[![STARTX Profile](https://img.shields.io/badge/provider-startx-green.svg)](https://github.com/startxfr) [![licence](https://img.shields.io/github/license/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Sources](https://img.shields.io/badge/startxfr-docker--images-blue.svg)](https://github.com/startxfr/docker-images/tree/master/Services/chrome/) [![last commit](https://img.shields.io/github/last-commit/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Build Status](https://travis-ci.org/startxfr/docker-images.svg?branch=master)](https://travis-ci.org/startxfr/docker-images) [![Dockerhub Registry](https://img.shields.io/docker/build/startx/vdi-chrome.svg)](https://hub.docker.com/r/startx/vdi-chrome) [![Docker chrome pulls](https://img.shields.io/docker/pulls/startx/vdi-chrome)](https://hub.docker.com/r/startx/vdi-chrome) [![Docker Repository on Quay](https://quay.io/repository/startx/chrome/status "Docker Repository on Quay")](https://quay.io/repository/startx/chrome) +[![STARTX Profile](https://img.shields.io/badge/provider-startx-green.svg)](https://github.com/startxfr) [![licence](https://img.shields.io/github/license/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Sources](https://img.shields.io/badge/startxfr-docker--images-blue.svg)](https://github.com/startxfr/docker-images/tree/master/VDI/chrome/) [![last commit](https://img.shields.io/github/last-commit/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Build Status](https://travis-ci.org/startxfr/docker-images.svg?branch=master)](https://travis-ci.org/startxfr/docker-images) [![Dockerhub Registry](https://img.shields.io/docker/build/startx/vdi-chrome.svg)](https://hub.docker.com/r/startx/vdi-chrome) [![Docker chrome pulls](https://img.shields.io/docker/pulls/startx/vdi-chrome)](https://hub.docker.com/r/startx/vdi-chrome) [![Docker Repository on Quay](https://quay.io/repository/startx/chrome/status "Docker Repository on Quay")](https://quay.io/repository/startx/chrome) Simple container used to server VNC based chrome browser. Run [chrome browser application](https://httpd.chrome.org/) under a container @@ -10,17 +10,19 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Available flavours -- `:latest` : Fedora core rawhide + Chrome 70.0.3538.77 -- `:fc34` : Fedora core 34 + Chrome 70.0.3538.77 -- `:fc33` : Fedora core 33 + Chrome 70.0.3538.77 -- `:fc32` : Fedora core 32 + Chrome 70.0.3538.77 -- `:fc31` : Fedora core 31 + Chrome 70.0.3538.77 -- `:fc30` : Fedora core 30 + Chrome 70.0.3538.77 -- `:fc29` : Fedora core 29 + Chrome 70.0.3538.77 -- `:fc28` : Fedora core 28 + Chrome 50.0.2661.102 -- `:centos8` : CentOS 8 + Chrome -- `:centos7` : CentOS 7 + Chrome -- `:alpine3` : Alpine 3.12 + Chrome 50.0.2661.102 +| Docker Hub repository | Content | Firefox | +| ------------------------------------------------------------------------- | ------------------- | ------------- | +| [`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 | 70.0.3538.77 | +| [`startx/vdi-chrome:fc33`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 33 | 70.0.3538.77 | +| [`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 | +| [`startx/vdi-chrome:fc29`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 29 | 70.0.3538.77 | +| [`startx/vdi-chrome:fc28`](https://hub.docker.com/r/startx/vdi-chrome) | Fedora core 28 | 50.0.2661.102 | +| [`startx/vdi-chrome:centos8`](https://hub.docker.com/r/startx/vdi-chrome) | Centos 8 | | +| [`startx/vdi-chrome:centos7`](https://hub.docker.com/r/startx/vdi-chrome) | Centos 7 | | +| [`startx/vdi-chrome:alpine3`](https://hub.docker.com/r/startx/vdi-chrome) | Alpine 3.12 | | ## Running from dockerhub registry diff --git a/docs/VDI/firefox.md b/docs/VDI/firefox.md index 426b6ea4..8db44399 100644 --- a/docs/VDI/firefox.md +++ b/docs/VDI/firefox.md @@ -2,7 +2,7 @@ # Docker OS Images : Firefox -[![STARTX Profile](https://img.shields.io/badge/provider-startx-green.svg)](https://github.com/startxfr) [![licence](https://img.shields.io/github/license/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Sources](https://img.shields.io/badge/startxfr-docker--images-blue.svg)](https://github.com/startxfr/docker-images/tree/master/Services/firefox/) [![last commit](https://img.shields.io/github/last-commit/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Build Status](https://travis-ci.org/startxfr/docker-images.svg?branch=master)](https://travis-ci.org/startxfr/docker-images) [![Dockerhub Registry](https://img.shields.io/docker/build/startx/vdi-firefox.svg)](https://hub.docker.com/r/startx/vdi-firefox) [![Docker firefox pulls](https://img.shields.io/docker/pulls/startx/vdi-firefox)](https://hub.docker.com/r/startx/vdi-firefox) [![Docker Repository on Quay](https://quay.io/repository/startx/firefox/status "Docker Repository on Quay")](https://quay.io/repository/startx/firefox) +[![STARTX Profile](https://img.shields.io/badge/provider-startx-green.svg)](https://github.com/startxfr) [![licence](https://img.shields.io/github/license/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Sources](https://img.shields.io/badge/startxfr-docker--images-blue.svg)](https://github.com/startxfr/docker-images/tree/master/VDI/firefox/) [![last commit](https://img.shields.io/github/last-commit/startxfr/docker-images.svg)](https://github.com/startxfr/docker-images) [![Build Status](https://travis-ci.org/startxfr/docker-images.svg?branch=master)](https://travis-ci.org/startxfr/docker-images) [![Dockerhub Registry](https://img.shields.io/docker/build/startx/vdi-firefox.svg)](https://hub.docker.com/r/startx/vdi-firefox) [![Docker firefox pulls](https://img.shields.io/docker/pulls/startx/vdi-firefox)](https://hub.docker.com/r/startx/vdi-firefox) [![Docker Repository on Quay](https://quay.io/repository/startx/firefox/status "Docker Repository on Quay")](https://quay.io/repository/startx/firefox) Simple container used to server VNC based firefox browser. Run [firefox browser application](https://httpd.firefox.org/) under a container @@ -10,17 +10,19 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) ## Available flavours -- `:latest` : Fedora core rawhide + Firefox 50.0.2661.102 -- `:fc34` : Fedora core 34 + Firefox 50.0.2661.102 -- `:fc33` : Fedora core 33 + Firefox 50.0.2661.102 -- `:fc32` : Fedora core 32 + Firefox 50.0.2661.102 -- `:fc31` : Fedora core 31 + Firefox 50.0.2661.102 -- `:fc30` : Fedora core 30 + Firefox 50.0.2661.102 -- `:fc29` : Fedora core 29 + Firefox 50.0.2661.102 -- `:fc28` : Fedora core 28 + Firefox 50.0.2661.102 -- `:centos8` : CentOS 8 + Firefox -- `:centos7` : CentOS 7 + Firefox -- `:alpine3` : Alpine 3.12 + Firefox 50.0.2661.102 +| 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 | 50.0.2661.102 | +| [`startx/vdi-firefox:fc33`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 33 | 50.0.2661.102 | +| [`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 | +| [`startx/vdi-firefox:fc29`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 29 | 50.0.2661.102 | +| [`startx/vdi-firefox:fc28`](https://hub.docker.com/r/startx/vdi-firefox) | Fedora core 28 | 50.0.2661.102 | +| [`startx/vdi-firefox:centos8`](https://hub.docker.com/r/startx/vdi-firefox) | Centos 8 | | +| [`startx/vdi-firefox:centos7`](https://hub.docker.com/r/startx/vdi-firefox) | Centos 7 | | +| [`startx/vdi-firefox:alpine3`](https://hub.docker.com/r/startx/vdi-firefox) | Alpine 3.12 | 50.0.2661.102 | ## Running from dockerhub registry From 908969117123f2fcd91fe4406ac1bde6dcd1f2a4 Mon Sep 17 00:00:00 2001 From: startxfr Date: Tue, 18 May 2021 22:22:39 +0200 Subject: [PATCH 06/11] [docs] Update doc release for fc34 containers --- docs/GitlabRunner/nodejs.md | 2 +- docs/OS/fedora.md | 2 +- docs/Services/apache.md | 2 +- docs/Services/couchbase.md | 2 +- docs/Services/mariadb.md | 2 +- docs/Services/memcache.md | 2 +- docs/Services/mongo.md | 2 +- docs/Services/nodejs.md | 2 +- docs/Services/ooconv.md | 2 +- docs/Services/postgres.md | 2 +- docs/VDI/chrome.md | 2 +- docs/VDI/firefox.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/GitlabRunner/nodejs.md b/docs/GitlabRunner/nodejs.md index 6ed70673..3f55fe92 100644 --- a/docs/GitlabRunner/nodejs.md +++ b/docs/GitlabRunner/nodejs.md @@ -33,7 +33,7 @@ See more applications builders and sample on [startx docker images repository](h | 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 | | | +| [`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 | diff --git a/docs/OS/fedora.md b/docs/OS/fedora.md index febd7cbf..c07d1301 100644 --- a/docs/OS/fedora.md +++ b/docs/OS/fedora.md @@ -41,7 +41,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Distribution | Bash | Kernel | | ---------------------------------------------------------------- | ------------------- | ------ | ---------- | | [`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.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: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 | | diff --git a/docs/Services/apache.md b/docs/Services/apache.md index 40d89a74..9552aae0 100644 --- a/docs/Services/apache.md +++ b/docs/Services/apache.md @@ -40,7 +40,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Content | Apache | | ----------------------------------------------------------------------- | ------------------- | ------ | | [`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.43 | +| [`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: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 | diff --git a/docs/Services/couchbase.md b/docs/Services/couchbase.md index 84104ee1..727ca6f3 100644 --- a/docs/Services/couchbase.md +++ b/docs/Services/couchbase.md @@ -48,7 +48,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Content | Couchbase | | ----------------------------------------------------------------------------- | ------------------- | ---------- | | [`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 | +| [`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: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 | diff --git a/docs/Services/mariadb.md b/docs/Services/mariadb.md index 989a8eeb..005d7f53 100644 --- a/docs/Services/mariadb.md +++ b/docs/Services/mariadb.md @@ -40,7 +40,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Content | MariaDB | Compat | | ------------------------------------------------------------------------- | ------------------- | ------- | ------ | | [`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 | | 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: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 | diff --git a/docs/Services/memcache.md b/docs/Services/memcache.md index 8a31209d..5ab979e3 100644 --- a/docs/Services/memcache.md +++ b/docs/Services/memcache.md @@ -38,7 +38,7 @@ See more cache nodes builders and sample on [startx docker images repository](ht | Docker Hub repository | Content | Memcache | | --------------------------------------------------------------------------- | ------------------- | -------- | | [`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 | | +| [`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: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 | diff --git a/docs/Services/mongo.md b/docs/Services/mongo.md index db64b9c0..b37481d9 100644 --- a/docs/Services/mongo.md +++ b/docs/Services/mongo.md @@ -13,7 +13,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | Docker Hub repository | Content | MongoDB | | --------------------------------------------------------------------- | ------------------- | ------- | | [`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.1.13 | +| [`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: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 | diff --git a/docs/Services/nodejs.md b/docs/Services/nodejs.md index 53f44d6a..ffcb9ea3 100644 --- a/docs/Services/nodejs.md +++ b/docs/Services/nodejs.md @@ -38,7 +38,7 @@ See more applications builders and sample on [startx docker images repository](h | Docker Hub repository | Content | Node | NPM | | ----------------------------------------------------------------------- | ------------------- | ------- | ------- | | [`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 | | | +| [`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: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 | | | diff --git a/docs/Services/ooconv.md b/docs/Services/ooconv.md index bf6d6b96..9aa959ae 100644 --- a/docs/Services/ooconv.md +++ b/docs/Services/ooconv.md @@ -13,7 +13,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | Docker Hub repository | Content | Libreoffice | Unoconv | | ----------------------------------------------------------------------- | ------------------- | ----------- | ------- | | [`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 | 6.2.4.2.0 | 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: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 | diff --git a/docs/Services/postgres.md b/docs/Services/postgres.md index 7c97e700..7dee2c65 100644 --- a/docs/Services/postgres.md +++ b/docs/Services/postgres.md @@ -38,7 +38,7 @@ See more databases builders and sample on [startx docker images repository](http | Docker Hub repository | Content | Postgres | | --------------------------------------------------------------------------- | ------------------- | -------- | | [`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.1 | +| [`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: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 | diff --git a/docs/VDI/chrome.md b/docs/VDI/chrome.md index 4370e141..06b383e2 100644 --- a/docs/VDI/chrome.md +++ b/docs/VDI/chrome.md @@ -13,7 +13,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | Docker Hub repository | Content | Firefox | | ------------------------------------------------------------------------- | ------------------- | ------------- | | [`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 | 70.0.3538.77 | +| [`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: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 | diff --git a/docs/VDI/firefox.md b/docs/VDI/firefox.md index 8db44399..6f4ccb28 100644 --- a/docs/VDI/firefox.md +++ b/docs/VDI/firefox.md @@ -13,7 +13,7 @@ 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 | 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 | 50.0.2661.102 | | [`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 | From a150c6e9db39ca30061c35ecad4e37e6e3d7f32b Mon Sep 17 00:00:00 2001 From: startxfr Date: Tue, 18 May 2021 22:29:14 +0200 Subject: [PATCH 07/11] [runner] Debug the info command on basic runner (based on bash) --- GitlabRunner/ansible/sx/lib/sx-runner-ansible | 2 +- GitlabRunner/bash/sx/lib/sx-runner-bash | 2 +- GitlabRunner/oc/sx/lib/sx-runner-apache | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GitlabRunner/ansible/sx/lib/sx-runner-ansible b/GitlabRunner/ansible/sx/lib/sx-runner-ansible index 13823e50..503e90a7 100755 --- a/GitlabRunner/ansible/sx/lib/sx-runner-ansible +++ b/GitlabRunner/ansible/sx/lib/sx-runner-ansible @@ -3,6 +3,6 @@ source $SX_LIBDIR/sx # Display ansible information function runnerAnsibleInformation { - genericInformation $1 + genericAllInformation $1 echoVerbose $1 "runner make : " `make --version | head -n 1` } \ No newline at end of file diff --git a/GitlabRunner/bash/sx/lib/sx-runner-bash b/GitlabRunner/bash/sx/lib/sx-runner-bash index 9f3b3035..8fa9d7eb 100755 --- a/GitlabRunner/bash/sx/lib/sx-runner-bash +++ b/GitlabRunner/bash/sx/lib/sx-runner-bash @@ -3,6 +3,6 @@ source $SX_LIBDIR/sx # Display generic information function runnerBashInformation { - genericInformation $1 + genericAllInformation $1 echoVerbose $1 "runner make : " `make --version | head -n 1` } \ No newline at end of file diff --git a/GitlabRunner/oc/sx/lib/sx-runner-apache b/GitlabRunner/oc/sx/lib/sx-runner-apache index 8339908d..aca01107 100755 --- a/GitlabRunner/oc/sx/lib/sx-runner-apache +++ b/GitlabRunner/oc/sx/lib/sx-runner-apache @@ -3,7 +3,7 @@ source $SX_LIBDIR/sx # Display apache information function runnerOcInformation { - genericInformation $1 + genericAllInformation $1 echoVerbose $1 "runner oc : " `oc --version` echoVerbose $1 "runner make : " `make --version | head -n 1` } \ No newline at end of file From 03cda8be955ed1a20fb76638eaf2f958473c9033 Mon Sep 17 00:00:00 2001 From: startxfr Date: Wed, 19 May 2021 10:59:47 +0200 Subject: [PATCH 08/11] [runner-ansible] Improve info display (python and ansible version) --- GitlabRunner/ansible/sx/lib/sx-runner-ansible | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GitlabRunner/ansible/sx/lib/sx-runner-ansible b/GitlabRunner/ansible/sx/lib/sx-runner-ansible index 503e90a7..b63badf9 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` + echoVerbose $1 "ansible : " `ansible --version | head -n 1 | cut -d " " -f 2` + echoVerbose $1 "pythn : " `python --version |cut -d " " -f 2` } \ No newline at end of file From 92d84b4bbccaadedc41c36079d62fb0f38c5a93c Mon Sep 17 00:00:00 2001 From: startxfr Date: Wed, 19 May 2021 11:00:26 +0200 Subject: [PATCH 09/11] [docs] Remove ansible from bad documentation pages --- docs/GitlabRunner/ansible.md | 2 +- docs/GitlabRunner/apache.md | 34 +++++++++++++++++----------------- docs/GitlabRunner/bash.md | 34 +++++++++++++++++----------------- docs/GitlabRunner/nodejs.md | 34 +++++++++++++++++----------------- docs/GitlabRunner/oc.md | 32 ++++++++++++++++---------------- docs/GitlabRunner/php.md | 32 ++++++++++++++++---------------- 6 files changed, 84 insertions(+), 84 deletions(-) diff --git a/docs/GitlabRunner/ansible.md b/docs/GitlabRunner/ansible.md index b2e892f0..3fcf0282 100644 --- a/docs/GitlabRunner/ansible.md +++ b/docs/GitlabRunner/ansible.md @@ -11,7 +11,7 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | 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:latest`](https://hub.docker.com/r/startx/runner-ansible) | Fedora core rawhide | 2.9.21 | 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 | | | diff --git a/docs/GitlabRunner/apache.md b/docs/GitlabRunner/apache.md index cded1bfc..25f9d614 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 | | +| [`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 | ## Running this image diff --git a/docs/GitlabRunner/bash.md b/docs/GitlabRunner/bash.md index 17713979..de3129f7 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 | | +| [`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 | | ## Running from dockerhub registry diff --git a/docs/GitlabRunner/nodejs.md b/docs/GitlabRunner/nodejs.md index 3f55fe92..04edb8fe 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 | +| ------------------------------------------------------------------------------- | ------------------- | ------- | +| [`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 | ## 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 From b1d04f4c38471eae011c3f7da7fbc068c4635bcf Mon Sep 17 00:00:00 2001 From: startxfr Date: Wed, 19 May 2021 11:50:18 +0200 Subject: [PATCH 10/11] [docs] Add fedora 33 info on binary versions used --- docs/GitlabRunner/ansible.md | 32 ++++++++++++++++---------------- docs/GitlabRunner/apache.md | 4 ++-- docs/GitlabRunner/bash.md | 4 ++-- docs/GitlabRunner/nodejs.md | 34 +++++++++++++++++----------------- docs/OS/fedora.md | 6 +++--- docs/Services/apache.md | 2 +- docs/Services/couchbase.md | 2 +- docs/Services/memcache.md | 2 +- docs/Services/mongo.md | 2 +- docs/Services/nodejs.md | 2 +- docs/Services/ooconv.md | 2 +- docs/Services/php.md | 2 +- docs/Services/postgres.md | 2 +- docs/VDI/chrome.md | 2 +- docs/VDI/firefox.md | 4 ++-- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/docs/GitlabRunner/ansible.md b/docs/GitlabRunner/ansible.md index 3fcf0282..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 | 2.9.21 | 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 25f9d614..f27bd96d 100644 --- a/docs/GitlabRunner/apache.md +++ b/docs/GitlabRunner/apache.md @@ -26,8 +26,8 @@ See more applications builders and sample on [startx docker images repository](h | 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 | | -| [`startx/runner-apache:33`](https://hub.docker.com/r/startx/runner-apache) | Fedora core 33 | | +| [`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 | diff --git a/docs/GitlabRunner/bash.md b/docs/GitlabRunner/bash.md index de3129f7..5cd02ebc 100644 --- a/docs/GitlabRunner/bash.md +++ b/docs/GitlabRunner/bash.md @@ -12,8 +12,8 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | 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 | | -| [`startx/runner-bash:33`](https://hub.docker.com/r/startx/runner-bash) | Fedora core 33 | | +| [`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 | | diff --git a/docs/GitlabRunner/nodejs.md b/docs/GitlabRunner/nodejs.md index 04edb8fe..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 | 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/OS/fedora.md b/docs/OS/fedora.md index c07d1301..33295741 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) @@ -36,13 +36,13 @@ You can use Startx Apache image in many ways : See more applications builders and sample on [startx docker images repository](https://github.com/startxfr/docker-images/blob/master) -## Container flavours +## Container flavours= Display informations on fedora in latest version | Docker Hub repository | Distribution | Bash | Kernel | | ---------------------------------------------------------------- | ------------------- | ------ | ---------- | | [`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/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 | From 5679211b98438e84bd6890b4359c6cddc2ecc9e8 Mon Sep 17 00:00:00 2001 From: startxfr Date: Wed, 19 May 2021 11:55:05 +0200 Subject: [PATCH 11/11] [docs] Update mariadb release for fedora 33 distro --- docs/Services/mariadb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |