Skip to content

Commit 12427a1

Browse files
Release 1.0.42
1 parent 2c3b010 commit 12427a1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM predixadoption/edge-pycdp3:1.0.0
22

33
LABEL maintainer="Predix Builder Relations"
44
LABEL org="https://hub.docker.com/u/predixadoption"
5-
LABEL version="1.0.38"
5+
LABEL version="1.0.42"
66
LABEL support="https://forum.predix.io"
77
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
88

docker-compose-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: '3'
55

66
services:
77
edge-hello-world:
8-
image: "predixadoption/edge-hello-world:latest"
8+
image: "predixedge/predix-edge-wind-workbench:1.0.42"
99
environment:
1010
- UPDATE_RATE_SEC=1.0
1111
- TURBINE_IN_CHANNEL=turbine_control

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3'
44

55
services:
66
edge-hello-world:
7-
image: "predixadoption/edge-hello-world:{EDGE_HELLOWORLD_VERSION}"
7+
image: "predixedge/predix-edge-wind-workbench:1.0.42"
88
environment:
99
- UPDATE_RATE_SEC=1.0
1010
- TURBINE_IN_CHANNEL=turbine_control

scripts/quickstart-wind-workbench.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ IF [!BRANCH!]==[] (
3535

3636
SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon.bat
3737
SET TUTORIAL=https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1475^&tag^=1719^&journey^=Predix%%20UI%%20Seed^&resources^=1475,1569,1523
38-
SET REPO_NAME=wind-workbench
38+
SET REPO_NAME=predix-edge-wind-workbench
3939
SET SHELL_SCRIPT_NAME=quickstart-wind-workbench.bat
4040
SET APP_DIR="wind-workbench-app"
4141
SET APP_NAME=Wind Workbench

scripts/quickstart-wind-workbench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SKIP_SETUP=false
4949

5050
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon2.sh"
5151
#ASSET_MODEL="-amrmd predix-ui-seed/server/sample-data/predix-asset/asset-model-metadata.json predix-ui-seed/server/sample-data/predix-asset/asset-model.json"
52-
REPO_NAME="wind-workbench"
52+
REPO_NAME="predix-edge-wind-workbench"
5353
DOCKER_STACK_NAME="edge-hello-world"
5454
SCRIPT="-script edge-starter-deploy.sh -script-readargs edge-starter-deploy-readargs.sh --run-edge-app"
5555
QUICKSTART_ARGS=" $SCRIPT -repo-name $REPO_NAME -app-name $DOCKER_STACK_NAME"

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Wind Workbench",
3-
"version": "1.0.38",
3+
"version": "1.0.42",
44
"private": false,
55
"dependencies": {
66
"local-setup": "https://github.com/PredixDev/local-setup#1.0.106",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.215",
8-
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.38",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.229",
8+
"predix-edge-wind-workbench": "https://github.com/PredixDev/predix-edge-wind-workbench#1.0.42",
99
"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#"
1010
},
1111
"author": "susheelchoudhari"

0 commit comments

Comments
 (0)