File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LABEL maintainer="Predix Edge Adoption"
8
8
LABEL hub="https://hub.docker.com"
9
9
LABEL org="https://hub.docker.com/u/predixedge"
10
10
LABEL repo="predix-edge-sample-scaler-python"
11
- LABEL version="1.0.0 "
11
+ LABEL version="1.0.1 "
12
12
LABEL support="https://forum.predix.io"
13
13
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
14
14
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
- predix-edge-broker_net
32
32
33
33
edge-app :
34
- image : " predixedge/predix-edge-sample-scaler-python:1.0.0 "
34
+ image : " predixedge/predix-edge-sample-scaler-python:1.0.1 "
35
35
environment :
36
36
- PYTHONUNBUFFERED=0 # To shows print statements in docker logs
37
37
- BROKER=predix-edge-broker
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
- predix-edge-broker_net
25
25
26
26
edge-app :
27
- image : " predixedge/predix-edge-sample-scaler-python:1.0.0 "
27
+ image : " predixedge/predix-edge-sample-scaler-python:1.0.1 "
28
28
environment :
29
29
- PYTHONUNBUFFERED=0 # To shows print statements in docker logs
30
30
- BROKER=predix-edge-broker
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = 'predix-edge-sample-scaler-python' ,
14
- version = '1.0.0 ' ,
14
+ version = '1.0.1 ' ,
15
15
description = 'Predix Edge Sample Python App' ,
16
16
long_description = long_description ,
17
17
install_requires = install_requires ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Predix Edge Sample Scaler Python" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"local-setup" : " https://github.com/PredixDev/local-setup#1.0.106" ,
7
7
"predix-scripts" : " https://github.com/PredixDev/predix-scripts#1.1.230" ,
8
8
"predix-webapp-starter" : " https://github.com/PredixDev/predix-webapp-starter.git#2.0.80" ,
9
- "predix-edge-sample-scaler-python" : " https://github.com/PredixDev/predix-edge-sample-scaler-python.git#1.0.0 " ,
9
+ "predix-edge-sample-scaler-python" : " https://github.com/PredixDev/predix-edge-sample-scaler-python.git#1.0.1 " ,
10
10
"opcua" : " https://artifactory.predix.io/artifactory/PREDIX-EXT/predix-edge/2_1_0/apps/adapters/predix-edge-opc-ua-adapter-amd64-20181002-1.1.0.tar.gz#" ,
11
11
"predix-edge-broker" : " https://artifactory.predix.io/artifactory/PREDIX-EXT/predix-edge/2_1_0/os/predix-edge-broker-amd64-20180917-1.0.2.tar.gz#" ,
12
12
"cloud_gateway" : " https://artifactory.predix.io/artifactory/PREDIX-EXT/predix-edge/2_1_0/apps/gateway/predix-edge-cloud-gateway-amd64-20181002-1.1.0.tar.gz#"
You can’t perform that action at this time.
0 commit comments