Skip to content

Commit

Permalink
Update basic components
Browse files Browse the repository at this point in the history
* Update components
* documentation update
  • Loading branch information
sielaq authored Oct 20, 2021
1 parent 92761d1 commit 28b7987
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <br> _entire_ Platform as a Service, in a box
_"One container to rule them all"_
Expand Down Expand Up @@ -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
Expand Down
17 changes: 9 additions & 8 deletions infrastructure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3
0.4.4

0 comments on commit 28b7987

Please sign in to comment.