Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Layer ADD source-code prior to make bootstrap layer in Dockerfile #3767

Merged
merged 1 commit into from Aug 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -27,7 +27,7 @@ RUN git clone https://github.com/akesterson/shunit.git /tmp/shunit \
WORKDIR /gopath/src/github.com/Azure/acs-engine

# Cache vendor layer
ADD Makefile test.mk versioning.mk Gopkg.toml Gopkg.lock /gopath/src/github.com/Azure/acs-engine/
ADD . /gopath/src/github.com/Azure/acs-engine/
RUN make bootstrap

# https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.2-sdk-download.md
Expand All @@ -46,4 +46,3 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install azure-cli

ADD . /gopath/src/github.com/Azure/acs-engine