Commit Graph

42 Commits

Author SHA1 Message Date
Dan Sosedoff
28229c4fc7
Update changelog and docker image version 2022-03-29 23:35:22 -05:00
Dan Sosedoff
374dc600e0
Update changelog and docker target 2022-01-20 21:37:05 -06:00
Dan Sosedoff
7ec1e01edd
Version bump: 0.11.9 2021-10-08 21:30:45 -05:00
rui
01d4e9b9c6
chore: update image to use alpine:3.14 2021-07-09 15:54:08 -04:00
Dan Sosedoff
3455a89fd5
Update version in dockerfile 2021-07-07 19:43:07 -05:00
Dan Sosedoff
4066de695d Update changelog, docker version 2020-10-18 10:36:32 -05:00
Dan Sosedoff
16e3cc3998 Update docker version, changelog 2020-02-19 20:30:36 -06:00
Dan Sosedoff
c9a6065867 Update changelog, bump docker version 2019-12-16 17:23:34 -06:00
Dan Sosedoff
f2ab51a314 Update changelog, bump docker image version 2019-10-05 12:54:19 -05:00
Sylvain DOIGNON
0fc6ab8636 Upgrade alpine to 3.10 2019-07-31 15:32:51 +02:00
Dan Sosedoff
1334e48fc7 Update dockerfile 2019-07-24 17:28:15 -05:00
Dan Sosedoff
9f29b10098 Update changelog/dockerfile 2019-02-15 14:16:34 -06:00
Dan Sosedoff
12717f15cc Changelog update 2019-01-28 17:18:55 -06:00
Dan Sosedoff
7995a588bd Remove apt cache when building docker container 2019-01-28 12:02:30 -06:00
Dan Sosedoff
4bdcfbd5b1 Update changelog/dockerfile 2018-12-24 13:08:20 -06:00
Dan Sosedoff
b86a849e00 Update pgweb version in dockerfile to 0.10.0 2018-11-28 10:39:02 -06:00
Dan Sosedoff
e3b2d08021 Update dockerfile 2018-08-20 21:04:10 -05:00
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