Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Nov 4, 2022
1 parent 9be2a15 commit 8623974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/variantstore/wdl/extract/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Google Cloud Storage. Sharing the base image with Cromwell's GCS localization should result in reuse of a cached copy
# of this base (and by far largest) image layer when running GVS pipelines in Terra / Cromwell.
#
# This is a multi-stage build that uses a custom "build-base" image for the build stage. This "build-base" image is
# expensive to create and isn't expected to change often, while the steps in this Dockerfile are inexpensive and more likely to
# be changed. Using this "build-base" arrangement effectively allows the expensive "build-base" layers to be globally
# cached which should make building this final image much quicker.
# This is a multi-stage build that uses a custom "build-base" image for the build stage. Th3 "build-base" image is
# expensive to create and isn't expected to change often, while the steps in this Dockerfile are much less expensive and
# more likely to change. Using a "build-base" image essentially allows the expensive layers to be globally cached which
# should make building the final image much faster in most cases.
FROM us.gcr.io/broad-dsde-methods/variantstore:2022-11-04-alpine-build-base as build

# Install all of our variantstore Python requirements.
Expand Down

0 comments on commit 8623974

Please sign in to comment.