From 28b79871427ff0f1c74f1f022df1a9c91e4c4e3c Mon Sep 17 00:00:00 2001 From: Wojciech Sielski Date: Wed, 20 Oct 2021 14:13:09 +0200 Subject: [PATCH] Update basic components * Update components * documentation update --- README.md | 6 ++++-- infrastructure/Dockerfile | 17 +++++++++-------- infrastructure/version | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 72591e7..830064f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Build Status](https://travis-ci.org/eBayClassifiedsGroup/PanteraS.svg?branch=master)](https://travis-ci.org/eBayClassifiedsGroup/PanteraS) [![Docker Hub](https://img.shields.io/badge/docker-ready-blue.svg)](https://hub.docker.com/r/panteras/paas-in-a-box/) -[![Current Release](https://img.shields.io/badge/release-0.4.3-blue.svg)](https://github.com/eBayClassifiedsGroup/PanteraS/releases/tag/v0.4.3) +[![Current Release](https://img.shields.io/badge/release-0.4.4-blue.svg)](https://github.com/eBayClassifiedsGroup/PanteraS/releases/tag/v0.4.4) + # PanteraS
_entire_ Platform as a Service, in a box _"One container to rule them all"_ @@ -69,7 +70,8 @@ Optional services (disabled by default) require manual override like `START_TRAE ## Usage: Clone it ``` -git clone -b 0.4.3 https://github.com/eBayClassifiedsGroup/PanteraS.git +git clone -b 0.4.4 https://github.com/eBayClassifiedsGroup/PanteraS.git + cd PanteraS ``` #### Default: Stand alone mode diff --git a/infrastructure/Dockerfile b/infrastructure/Dockerfile index 360d934..a1f081e 100644 --- a/infrastructure/Dockerfile +++ b/infrastructure/Dockerfile @@ -32,18 +32,18 @@ ENV TERM xterm ENV HOME /root ENV GOPATH ${HOME}/go -ENV SUPERVISORD_APP_VERSION 4.1.0 -ENV DOCKER_APP_VERSION 5:19.03.5~3-0~ubuntu-xenial -ENV CONSUL_APP_VERSION 1.6.2 +ENV SUPERVISORD_APP_VERSION 4.2.2 +ENV DOCKER_APP_VERSION 5:20.10.7~3-0~ubuntu-xenial +ENV CONSUL_APP_VERSION 1.10.3 ENV MESOS_APP_VERSION 1.9.0-2.0.1.ubuntu1604 #ENV MARATHON_APP_VERSION 1.9.81-0.1.20190905233136.ubuntu1604 -ENV MARATHON_APP_VERSION 1.7.216-9e2a9b579 +ENV MARATHON_APP_VERSION 1.8.222-86475ddac ENV REGISTRATOR_APP_VERSION v7 -ENV FABIO_APP_VERSION 1.5.13 -ENV FABIO_GO_APP_VERSION go1.13.4 -ENV NETDATA_APP_VERSION 1.19.0 +ENV FABIO_APP_VERSION 1.5.15 +ENV FABIO_GO_APP_VERSION go1.15.5 +ENV NETDATA_APP_VERSION 1.31.0 #ENV TRAEFIK_APP_VERSION v2.0.0-beta1 -ENV TRAEFIK_APP_VERSION v1.7.19 +ENV TRAEFIK_APP_VERSION v1.7.33 ENV DOCKER_HOST unix:///tmp/docker.sock @@ -162,6 +162,7 @@ RUN savedAptMark="$(apt-mark showmanual)" \ pkg-config \ uuid-dev \ libmnl-dev \ + libuv1-dev \ git \ && git clone -b v${NETDATA_APP_VERSION} --single-branch https://github.com/netdata/netdata.git /tmp/netdata.git --depth=1 \ && cd /tmp/netdata.git \ diff --git a/infrastructure/version b/infrastructure/version index 17b2ccd..6f2743d 100644 --- a/infrastructure/version +++ b/infrastructure/version @@ -1 +1 @@ -0.4.3 +0.4.4