File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
env :
11
11
global :
12
12
- COMMIT=${TRAVIS_COMMIT::8}
13
- - REPO=dockerframework/pgadmin:3.0
13
+ - REPO=dockerframework/pgadmin
14
14
- CGO_ENABLED=0
15
15
- GOOS=linux
16
16
- GOARCH=amd64
Original file line number Diff line number Diff line change 1
1
# pgAdmin Container
2
2
pgAdmin Container of Docker Framework
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/dockerframework/pgadmin.svg?branch=master )] ( https://travis-ci.org/dockerframework/pgadmin ) [ ![ ] ( https://images.microbadger.com/badges/image/dockerframework/pgadmin:3.0. svg )] ( https://microbadger.com/images/dockerframework/pgadmin:3.0 " Layers ") [ ![ ] ( https://images.microbadger.com/badges/version/dockerframework/pgadmin:3.0. svg )] ( https://microbadger.com/images/dockerframework/pgadmin:3.0 " Version ") [ ![ GitHub issues] ( https://img.shields.io/github/issues/dockerframework/pgadmin.svg )] ( https://github.com/dockerframework/pgadmin/issues ) [ ![ GitHub forks] ( https://img.shields.io/github/forks/dockerframework/pgadmin.svg )] ( https://github.com/dockerframework/pgadmin/network ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/dockerframework/pgadmin.svg )] ( https://github.com/dockerframework/pgadmin/stargazers ) [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/dockerframework/pgadmin/master/LICENSE )
4
+ [ ![ Build Status] ( https://travis-ci.org/dockerframework/pgadmin.svg?branch=master )] ( https://travis-ci.org/dockerframework/pgadmin ) [ ![ ] ( https://images.microbadger.com/badges/image/dockerframework/pgadmin:latest. svg )] ( https://microbadger.com/images/dockerframework/pgadmin:latest " Layers ") [ ![ ] ( https://images.microbadger.com/badges/version/dockerframework/pgadmin:latest. svg )] ( https://microbadger.com/images/dockerframework/pgadmin:latest " Version ") [ ![ GitHub issues] ( https://img.shields.io/github/issues/dockerframework/pgadmin.svg )] ( https://github.com/dockerframework/pgadmin/issues ) [ ![ GitHub forks] ( https://img.shields.io/github/forks/dockerframework/pgadmin.svg )] ( https://github.com/dockerframework/pgadmin/network ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/dockerframework/pgadmin.svg )] ( https://github.com/dockerframework/pgadmin/stargazers ) [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/dockerframework/pgadmin/master/LICENSE )
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
DOCKER_IMAGE=" dockerframework/pgadmin"
4
- DOCKER_TAG=" 3.0 "
4
+ DOCKER_TAG=" latest "
5
5
6
6
# ### Halt script on error
7
7
set -e
You can’t perform that action at this time.
0 commit comments