Commit Graph

6 Commits

Author SHA1 Message Date
Aaron Son
8cbc28c7d1 Dockerfile: Bump golang version; use mod=readonly. 2020-04-13 10:13:44 -07:00
Aaron Son
2d15157d57 Dockerfile: First pass at a simple Dockerfile for building an image with dolt installed. 2019-12-17 12:21:26 -08:00
Brian Hendriks
17bd99a876 removed portions of noms we dont need / won't maintain in preparation for moving to our repo 2019-06-20 10:44:06 -07:00
Brian Hendriks
66ee29542e Noms plumbing commands (#1)
* noms cat command to display the contents of an nbs file
* noms manifest command
2018-09-19 11:44:03 -07:00
Brian Hendriks
b8e61b634e More configurable (#2)
* Add a few environment variables per suggestion: (#3809)

https://github.com/attic-labs/noms/issues/3789#issuecomment-410893602

* Add more configuration specifically aws region
* move default region to single place
2018-08-28 11:56:30 -07:00
coriolinus
04e06fed6d Add a multi-stage-build dockerfile (#3800)
This is substantially based on https://hub.docker.com/r/scjalliance/noms/
but has been updated in two ways:

 1. It uses a multi-stage build to substantially reduce the size of the
    resultant image. The naive build image clocks in at ~1gb; the output
    image here is ~30mb.
 2. It takes advantage of the fact that the build context is already
    present, so we can speed up the build process by simply copying
    the context instead of cloning the data again.

This is intended to be compatible with #3790, and does not address
any of the issues mentioned there except simple creation of a dockerfile.
If the source repository for that PR were publicly available, this PR
would have targeted that branch instead of master.
2018-04-01 22:32:26 -07:00