preparing for merge
parent
a276c55304
commit
e2c9b93584
|
@ -1,11 +1,18 @@
|
||||||
|
# v1.1.2
|
||||||
|
|
||||||
|
- Update Dockerfile so that is works also for debian 9
|
||||||
|
- Update assets/kopano-webaddr.sh now that we do not have builds for debian 8
|
||||||
|
- Updated demo
|
||||||
|
|
||||||
# v1.1.1
|
# v1.1.1
|
||||||
|
|
||||||
- Make sure the .env settings are honored also for MYSQL
|
- Make sure the .env settings are honored also for MYSQL
|
||||||
|
|
||||||
# v1.1.0
|
# v1.1.0
|
||||||
|
|
||||||
- Reversed tag naming scheme. now `full-8.7.80-3.5.2` instead of ~~8.7.80-3.5.2-full~~
|
- Reversed tag naming scheme. now `full-8.7.80-3.5.2` instead of ~~8.7.80-3.5.2-full~~
|
||||||
- Demo based on `docker-compose.yml` and `Makefile` files
|
- Demo based on `docker-compose.yml` and `Makefile` files
|
||||||
- Check and fix file attributes in the `/var/lib/kopano/attachments` directory
|
- Check and fix file attributes in the `/var/lib/kopano/attachments` directory
|
||||||
|
|
||||||
# v1.0.0
|
# v1.0.0
|
||||||
|
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -11,7 +11,7 @@ CNT_ENV ?=
|
||||||
CNT_VOL ?=
|
CNT_VOL ?=
|
||||||
|
|
||||||
.PHONY: build build-all bulid-core build-full build-debugtools \
|
.PHONY: build build-all bulid-core build-full build-debugtools \
|
||||||
variables push shell exec run run-fg start stop rm-container rm-image release logs
|
variables push shell exec run run-fg stop rm-container rm-image release logs
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
make -pn | grep -A1 "^# makefile"| grep -v "^#\|^--" | sort | uniq
|
make -pn | grep -A1 "^# makefile"| grep -v "^#\|^--" | sort | uniq
|
||||||
|
@ -71,6 +71,3 @@ rm-image:
|
||||||
release: build
|
release: build
|
||||||
make push -e IMG_VER=$(IMG_VER)
|
make push -e IMG_VER=$(IMG_VER)
|
||||||
|
|
||||||
build-show-version:
|
|
||||||
# core-webapp
|
|
||||||
assets/kopano-webaddr.sh -VV
|
|
||||||
|
|
Loading…
Reference in New Issue