Commit Graph

25 Commits

Author SHA1 Message Date
Dan Sosedoff
7dce0fb4f4 Cleanup whitespace in dockerfile 2018-04-25 23:19:39 -05:00
Jesper Eneberg
5c8bdf04a1
Update Dockerfile
* Changed MAINTAINER instruction to LABEL since MAINTAINER is deprecated. See https://docs.docker.com/engine/reference/builder/#maintainer-deprecated for more info.
2018-04-26 00:06:18 +02:00
Jesper Eneberg
315bf650d4
Update Dockerfile
* Removed `apk update`.
* Added `--no-cache` parameter. As of Alpine Linux 3.3 we can utilize the `--no-cache` option for apk. It allows us to install packages with an index that is updated and used on-the-fly and not cached locally. No need to run `apk update`, `apk add --update` and remove `/var/cache/apk/*` when done installing packages.
* Added postgres package so we can utilize pg_dump to dump tables and databases.
2018-04-26 00:00:05 +02:00
Dan Sosedoff
f2579a7b37 Bump the pgweb version in docker file 2018-04-24 11:40:03 -05:00
Dan Sosedoff
318c33e8ff Changelog 2017-12-07 23:06:28 -06:00
Dan Sosedoff
69b89a0c2a Update docker image version 2017-11-03 22:05:46 -05:00
Dan Sosedoff
d1eba4a089 Update docker image version 2017-09-28 21:03:55 -05:00
Dan Sosedoff
a9efb88fe2 Use alpine:3.6 as a docker base image 2017-08-09 23:11:30 -05:00
Dan Sosedoff
7d81998577 Update changelog and docker image 2017-08-04 21:58:43 -05:00
Dan Sosedoff
383d4049e0 Build docker image on 0.9.7 2017-04-10 10:17:03 -05:00
Dan Sosedoff
65773364a1 Update docker version 2016-11-18 12:51:37 -06:00
Dan Sosedoff
560308fd31 Update docker version to 0.9.5 2016-11-08 09:38:01 -06:00
Dan Sosedoff
ce96579d26 Update dockerfile 2016-07-29 10:43:23 -05:00
Dan Sosedoff
6d53606b22 Update pgweb version in docker image 2016-06-30 10:35:06 -05:00
Dan Sosedoff
76622dc32e Switch to alpine docker image, related to #164 2016-06-27 20:48:36 -05:00
Dan Sosedoff
581a2f164b Update dockerfile to use golang 1.5 image 2016-01-05 14:11:45 -06:00
Dan Sosedoff
c6cb3db624 Expose default port in dockerfile 2015-07-14 22:26:32 -05:00
Dan Sosedoff
4224b3d326 Fix docker build and specify bind interface for command 2015-04-30 20:22:08 -05:00
Dan Sosedoff
d4d97edeef Update dockerfile base to golang:1.4.2 2015-03-16 23:51:24 -05:00
Dan Sosedoff
a5dc06f217 Use golang:1.4.1 in dockerfile 2015-02-08 23:17:26 -06:00
Dan Sosedoff
6f4924878a Update dockerfile 2014-12-26 23:57:30 -06:00
Dan Sosedoff
41cf9cf205 Run dep restore and build as separate commands in dockerfile 2014-11-10 12:54:41 -06:00
Dan Sosedoff
4242387403 Use godep in Dockerfile 2014-11-05 18:53:41 -06:00
Chance Zibolski
2e8c9cc619 Use entrypoint, remove env vars 2014-10-29 19:21:03 -07:00
Sam Reis
7199d0f4c2 add Dockerfile 2014-10-29 16:39:50 +11:00