File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -38,21 +38,30 @@ test-all: test_1 test_2
3838test_% : test-up_% test-waitu_% test-html_% test-down_% test-waitd_%
3939
4040test-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
4649test-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
5258test-html_% :
5359 wget -O - $(TST_BIND ) > /dev/null || false
5460 #
55- # test ($*) success
61+ #
62+ # test ($*) success ☺
63+ #
64+ #
5665 #
5766
5867test-down_% :
Original file line number Diff line number Diff line change 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
910Provides a [ Gitweb] ( https://git-scm.com/docs/gitweb ) — a Git web interface (web frontend to Git repositories) — docker image (non official).
1011
You can’t perform that action at this time.
0 commit comments