Skip to content

Commit

Permalink
Feature: Added iotacafe/maven and iotacafe/java container full digest…
Browse files Browse the repository at this point in the history
… with sha256 in Dockerfile's FROM directives. (iotaledger#1259)
  • Loading branch information
geminoz authored and GalRogozinski committed Mar 26, 2019
1 parent 32c3d06 commit 37c6624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM iotacafe/maven:3.5.4.oracle8u181.1.webupd8.1.1-1 as local_stage_build
FROM iotacafe/maven:3.5.4.oracle8u181.1.webupd8.1.1-1@sha256:5e30eb28d778a65af2498bf1b7ef594adf046d44a8e4f7b32b326d8d10626e93 as local_stage_build
MAINTAINER [email protected]

WORKDIR /iri
Expand All @@ -7,7 +7,7 @@ COPY . /iri
RUN mvn clean package

# execution image
FROM iotacafe/java:oracle8u181.1.webupd8.1-1
FROM iotacafe/java:oracle8u181.1.webupd8.1-1@sha256:21b0fb1e5b5be7cd239a742238f346e076a46dc0003670cd50f079780288773f

RUN apt-get update && apt-get install -y --no-install-recommends \
jq curl socat \
Expand Down

0 comments on commit 37c6624

Please sign in to comment.