Skip to content

Commit fd4f92e

Browse files
author
Marshall Van Loon
committed
update readme+travis
1 parent 7f18547 commit fd4f92e

File tree

2 files changed

+44
-53
lines changed

2 files changed

+44
-53
lines changed

.travis.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
language: bash
2-
services: docker
1+
# language: bash
2+
# services: docker
33

4-
env:
5-
- VERSION=9.6
6-
- VERSION=9.6 FORCE_DEB_BUILD=1
7-
- VERSION=9.6 VARIANT=alpine
8-
- VERSION=9.5
9-
- VERSION=9.5 FORCE_DEB_BUILD=1
10-
- VERSION=9.5 VARIANT=alpine
11-
- VERSION=9.4
12-
- VERSION=9.4 FORCE_DEB_BUILD=1
13-
- VERSION=9.4 VARIANT=alpine
14-
- VERSION=9.3
15-
- VERSION=9.3 FORCE_DEB_BUILD=1
16-
- VERSION=9.3 VARIANT=alpine
17-
- VERSION=10
18-
- VERSION=10 FORCE_DEB_BUILD=1
19-
- VERSION=10 VARIANT=alpine
4+
# env:
5+
# - VERSION=9.6
6+
# - VERSION=9.6 FORCE_DEB_BUILD=1
7+
# - VERSION=9.6 VARIANT=alpine
8+
# - VERSION=9.5
9+
# - VERSION=9.5 FORCE_DEB_BUILD=1
10+
# - VERSION=9.5 VARIANT=alpine
11+
# - VERSION=9.4
12+
# - VERSION=9.4 FORCE_DEB_BUILD=1
13+
# - VERSION=9.4 VARIANT=alpine
14+
# - VERSION=9.3
15+
# - VERSION=9.3 FORCE_DEB_BUILD=1
16+
# - VERSION=9.3 VARIANT=alpine
17+
# - VERSION=10
18+
# - VERSION=10 FORCE_DEB_BUILD=1
19+
# - VERSION=10 VARIANT=alpine
2020

21-
install:
22-
- git clone https://github.com/docker-library/official-images.git ~/official-images
21+
# install:
22+
# - git clone https://github.com/docker-library/official-images.git ~/official-images
2323

24-
before_script:
25-
- env | sort
26-
- cd "$VERSION/$VARIANT"
27-
- image="postgres:${VERSION}${VARIANT:+-${VARIANT}}"
24+
# before_script:
25+
# - env | sort
26+
# - cd "$VERSION/$VARIANT"
27+
# - image="postgres:${VERSION}${VARIANT:+-${VARIANT}}"
2828

29-
script:
30-
- |
31-
(
32-
set -Eeuo pipefail
33-
set -x
34-
if [ -n "${FORCE_DEB_BUILD:+x}" ]; then
35-
[ "$(dpkg --print-architecture)" = 'amd64' ]
36-
grep -qE 'amd64[|]' Dockerfile
37-
sed -ri -e 's/amd64[|]//g' Dockerfile
38-
! grep -qE 'amd64[|]' Dockerfile
39-
fi
40-
travis_retry docker build -t "$image" .
41-
~/official-images/test/run.sh "$image"
42-
)
29+
# script:
30+
# - |
31+
# (
32+
# set -Eeuo pipefail
33+
# set -x
34+
# if [ -n "${FORCE_DEB_BUILD:+x}" ]; then
35+
# [ "$(dpkg --print-architecture)" = 'amd64' ]
36+
# grep -qE 'amd64[|]' Dockerfile
37+
# sed -ri -e 's/amd64[|]//g' Dockerfile
38+
# ! grep -qE 'amd64[|]' Dockerfile
39+
# fi
40+
# travis_retry docker build -t "$image" .
41+
# ~/official-images/test/run.sh "$image"
42+
# )
4343

44-
after_script:
45-
- docker images
44+
# after_script:
45+
# - docker images
4646

4747
# vim:set et ts=2 sw=2:

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# About this Repo
1+
# https://github.com/ckmadvisors/postgres
22

3-
This is the Git repo of the Docker [official image](https://docs.docker.com/docker-hub/official_repos/) for [postgres](https://registry.hub.docker.com/_/postgres/). See [the Docker Hub page](https://registry.hub.docker.com/_/postgres/) for the full readme on how to use this Docker image and for information regarding contributing and issues.
3+
## Maintained by: [CKMAdvisors](https://github.com/ckmadvisors/postgres)
44

5-
The full readme is generated over in [docker-library/docs](https://github.com/docker-library/docs), specifically in [docker-library/docs/postgres](https://github.com/docker-library/docs/tree/master/postgres).
5+
This is a fork of the Git repo of the [Docker "Official Image"](https://docs.docker.com/docker-hub/official_repos/) for [postgres](https://hub.docker.com/_/postgres/) (not to be confused with any official postgres image provided by postgres upstream). See [the Docker Hub page](https://hub.docker.com/_/postgres/) for the full readme on how to use this Docker image and for information regarding contributing and issues.
66

7-
See a change merged here that doesn't show up on the Docker Hub yet? Check [the "library/postgres" manifest file in the docker-library/official-images repo](https://github.com/docker-library/official-images/blob/master/library/postgres), especially [PRs with the "library/postgres" label on that repo](https://github.com/docker-library/official-images/labels/library%2Fpostgres). For more information about the official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md).
8-
9-
---
10-
11-
- [Travis CI:
12-
![build status badge](https://img.shields.io/travis/docker-library/postgres/master.svg)](https://travis-ci.org/docker-library/postgres/branches)
13-
- [Automated `update.sh`:
14-
![build status badge](https://doi-janky.infosiftr.net/job/update.sh/job/postgres/badge/icon)](https://doi-janky.infosiftr.net/job/update.sh/job/postgres)
15-
16-
<!-- THIS FILE IS GENERATED BY https://github.com/docker-library/docs/blob/master/generate-repo-stub-readme.sh -->
7+
The [full description from Docker Hub](https://hub.docker.com/_/postgres/) is generated over in [docker-library/docs](https://github.com/docker-library/docs), specifically in [docker-library/docs/postgres](https://github.com/docker-library/docs/tree/master/postgres).

0 commit comments

Comments
 (0)