Skip to content

enable copying vendor and using go build cache in Dockerfile - #157

Open
ewollesen wants to merge 1 commit into
masterfrom
eric-docker-build-cache
Open

enable copying vendor and using go build cache in Dockerfile#157
ewollesen wants to merge 1 commit into
masterfrom
eric-docker-build-cache

Conversation

@ewollesen

Copy link
Copy Markdown
Contributor

The docker ignore was ignoring vendor, and as a result, having to download a
lot of packages on each build. By letting those be copied over locally, we can
save a lot of extra downloading. Plus the build cache being saved between runs
saves time as well.

The docker ignore was ignoring vendor, and as a result, having to download a
lot of packages on each build. By letting those be copied over locally, we can
save a lot of extra downloading. Plus the build cache being saved between runs
saves time as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant