Skip to content

Commit cdb2df2

Browse files
committed
- [nginx](Dockerfile) Rebuild with new version.
1 parent 58c7f89 commit cdb2df2

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.3
2+
3+
- [nginx](Dockerfile) Rebuild with new version.
4+
15
# 1.0.2
26

37
- [docker](src/docker/bin/docker-entrypoint.sh) Now use entry.d and exit.d.

Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,30 @@ test-all: test_1 test_2
3838
test_%: test-up_% test-waitu_% test-html_% test-down_% test-waitd_%
3939

4040
test-up_1:
41+
#
42+
#
4143
#
4244
# test (1) base, mount .git
4345
#
46+
#
4447
docker run --rm -d --name $(TST_NAME) $(TST_ENVV) $(TST_VOLS) $(TST_INET) $(IMG_REPO):$(call _version,base,$(IMG_VER))
4548

4649
test-up_2:
50+
#
51+
#
4752
#
4853
# test (2) full, mount .git
4954
#
55+
#
5056
docker run --rm -d --name $(TST_NAME) $(TST_ENVV) $(TST_VOLS) $(TST_INET) $(IMG_REPO):$(call _version,full,$(IMG_VER))
5157

5258
test-html_%:
5359
wget -O - $(TST_BIND) >/dev/null || false
5460
#
55-
# test ($*) success
61+
#
62+
# test ($*) success ☺
63+
#
64+
#
5665
#
5766

5867
test-down_%:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
![travis-ci test](https://img.shields.io/travis/mlan/docker-gitweb.svg?label=build&style=flat-square&logo=travis)
44
![docker build](https://img.shields.io/docker/cloud/build/mlan/gitweb.svg?label=build&style=flat-square&logo=docker)
55
![image size](https://img.shields.io/docker/image-size/mlan/gitweb.svg?label=size&style=flat-square&logo=docker)
6-
![docker stars](https://img.shields.io/docker/stars/mlan/gitweb.svg?label=stars&style=flat-square&logo=docker)
76
![docker pulls](https://img.shields.io/docker/pulls/mlan/gitweb.svg?label=pulls&style=flat-square&logo=docker)
7+
![docker stars](https://img.shields.io/docker/stars/mlan/gitweb.svg?label=stars&style=flat-square&logo=docker)
8+
![github stars](https://img.shields.io/github/stars/mlan/docker-gitweb.svg?label=stars&style=popout-square&logo=github)
89

910
Provides a [Gitweb](https://git-scm.com/docs/gitweb) — a Git web interface (web frontend to Git repositories) — docker image (non official).
1011

0 commit comments

Comments
 (0)