Skip to content

Commit

Permalink
lock to version 1.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
toolboc committed Sep 19, 2018
1 parent 29be325 commit 274d11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
azure-cli \
moby-cli \
moby-engine && \
apt-get install -y --no-install-recommends iotedge && \
apt-get install -y --no-install-recommends iotedge=1.0.0-1 && \
rm -rf /var/lib/apt/lists/*

RUN az extension add --name azure-cli-iot-ext
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32
Expand Up @@ -31,7 +31,7 @@ RUN curl -L https://aka.ms/moby-engine-armhf-latest -o moby_engine.deb && dpkg -
curl -L https://aka.ms/moby-cli-armhf-latest -o moby_cli.deb && dpkg -i ./moby_cli.deb && rm ./moby_cli.deb

RUN curl -L https://aka.ms/libiothsm-std-linux-armhf-latest -o libiothsm-std.deb && dpkg -i ./libiothsm-std.deb && rm ./libiothsm-std.deb && \
curl -L https://aka.ms/iotedged-linux-armhf-latest -o iotedge.deb && dpkg -i ./iotedge.deb && rm ./iotedge.deb
curl -L https://github.com/Azure/azure-iotedge/releases/download/1.0.0/iotedge_1.0.0-1_armhf.deb -o iotedge.deb && dpkg -i ./iotedge.deb && rm ./iotedge.deb

COPY edge-provision.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/edge-provision.sh
Expand Down

0 comments on commit 274d11d

Please sign in to comment.