Skip to content

Commit

Permalink
Merge pull request #253 from Workiva/smithy_dockerfile_migration
Browse files Browse the repository at this point in the history
BUILDTOOLS-2329: Update Dockerfile to mirror smithy.yaml
  • Loading branch information
rmconsole-wf authored Apr 25, 2018
2 parents f598bf0 + 7b5f2a2 commit a37ff34
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FROM drydock-prod.workiva.net/workiva/smithy-runner-generator:153818 as build

# Build Environment Vars
ARG BUILD_ID
ARG BUILD_NUMBER
ARG BUILD_URL
ARG GIT_COMMIT
ARG GIT_BRANCH
ARG GIT_TAG
ARG GIT_COMMIT_RANGE
ARG GIT_HEAD_URL
ARG GIT_MERGE_HEAD
ARG GIT_MERGE_BRANCH
WORKDIR /build/
ADD . /build/
RUN echo "Starting the script sections" && \
pub get && \
echo "Script sections completed"
ARG BUILD_ARTIFACTS_BUILD=/build/pubspec.lock
FROM scratch

0 comments on commit a37ff34

Please sign in to comment.