Skip to content

Commit fe8b21a

Browse files
committed
README, Makefile
1 parent cbf8af3 commit fe8b21a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ tag_latest:
1616

1717
release: build test tag_latest
1818
@if ! docker images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi
19-
@if ! head -n 1 CHANGELOG.md | grep -q 'release date'; then echo 'Please note the release date in Changelog.md.' && false; fi
2019
docker push $(NAME)
2120
@echo "*** Don't forget to run 'twgit release/hotfix finish' :)"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# osixia/phpldapadmin
22

3+
[![](https://badge.imagelayers.io/osixia/phpldapadmin:latest.svg)](https://imagelayers.io/?images=osixia/phpldapadmin:latest 'Get your own badge on imagelayers.io')
4+
35
A docker image to run phpLDAPadmin.
46
> [phpldapadmin.sourceforge.net](http://phpldapadmin.sourceforge.net)
57
6-
78
## Quick start
89

910
Run a phpLDAPadmin docker image by replacing `ldap.example.com` with your ldap host or IP :

0 commit comments

Comments
 (0)