Skip to content

Commit

Permalink
Merge pull request #147 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
jayudey-wf authored Apr 6, 2018
2 parents ff996db + 6796c13 commit d22bb0f
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:179735 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 d22bb0f

Please sign in to comment.