Skip to content

Commit 22d3dac

Browse files
Release 1.0.26
1 parent 8ccaf80 commit 22d3dac

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
FROM dtr.predix.io/predix-edge/alpine-amd64
22

3+
LABEL maintainer="Predix Builder Relations"
4+
LABEL org="https://hub.docker.com/u/predixadoption"
5+
LABEL version="1.0.26"
6+
LABEL support="https://forum.predix.io"
7+
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
8+
39
ENV LANG C.UTF-8
410

511
ENV CDP_VERSION 1.0.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Wind Workbench
22
A Workbench that presents a simulated wind environment that will allow folks to learn elements of the Edge
33

4+
45
![Happy Day](/assets/BadScreenCaptureOfEdgeWindWorkbench.png?raw=true "Workbench")
56

67
## Installation
78

9+
810
### Dependencies
911

1012
- Docker - See install docs at https://edge.portal.ge.com/guides/dev-env/docker/

version.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Wind Workbench",
3+
"version": "1.0.26",
4+
"private": false,
5+
"dependencies": {
6+
"local-setup": "https://github.com/PredixDev/local-setup#1.0.101",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.174",
8+
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.26"
9+
},
10+
"author": "susheelchoudhari"
11+
}

0 commit comments

Comments
 (0)