Created
January 5, 2015 02:55
-
-
Save lukewpatterson/b1843089b9e9f73acec5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
khs-docker-caching-blog$ docker build . | |
Sending build context to Docker daemon 2.633 MB | |
Sending build context to Docker daemon | |
Step 0 : FROM maven:3.2.5-jdk-8u40 | |
---> cef499116951 | |
Step 1 : RUN mkdir --parents /usr/src/app | |
---> Using cache | |
---> 43927e63fa7d | |
Step 2 : WORKDIR /usr/src/app | |
---> Using cache | |
---> 85be0d7f4251 | |
Step 3 : ADD . /usr/src/app | |
---> Using cache | |
---> 6cf5d119b430 | |
Step 4 : RUN mvn verify | |
---> Using cache | |
---> 86ce23734b2f | |
Successfully built 86ce23734b2f | |
khs-docker-caching-blog$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment