Skip to content

Commit

Permalink
Removed Travis and keep all in Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jun 25, 2019
1 parent cb04904 commit bd4b6aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

*Lightweight container running a restricted Docker unix socket proxy*

[![Build Status](https://travis-ci.org/qdm12/docker-proxy-acl-alpine.svg?branch=master)](https://travis-ci.org/qdm12/docker-proxy-acl-alpine)
[![Docker Build Status](https://img.shields.io/docker/build/qmcgaw/docker-proxy-acl-alpine.svg)](https://hub.docker.com/r/qmcgaw/docker-proxy-acl-alpine)

[![GitHub last commit](https://img.shields.io/github/last-commit/qdm12/docker-proxy-acl-alpine.svg)](https://github.com/qdm12/docker-proxy-acl-alpine/commits)
Expand Down
5 changes: 1 addition & 4 deletions hooks/build
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash

# see http://label-schema.org/rc1
# https://docs.docker.com/docker-cloud/builds/advanced/#override-build-test-or-push-commands
# https://docs.docker.com/docker-cloud/builds/advanced/#custom-build-phase-hooks

docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=`git rev-parse --short HEAD` \
--build-arg BINCOMPRESS= \
-t $IMAGE_NAME .
3 changes: 3 additions & 0 deletions hooks/post_build
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

curl -X POST https://hooks.microbadger.com/images/qmcgaw/${DOCKER_REPO}/LjSz_drSWg23rkYgs4SL7WeaV_o= || exit 0

0 comments on commit bd4b6aa

Please sign in to comment.