瀏覽代碼

Merge branch 'hotfix-1.0.7' into stable

ofreax 10 年之前
父節點
當前提交
a8dc78c5f4
共有 8 個文件被更改,包括 5 次插入2 次删除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      Makefile
  3. 1 1
      image/service/slapd/container-start.sh
  4. 二進制
      test/database/__db.001
  5. 二進制
      test/database/__db.002
  6. 二進制
      test/database/__db.003
  7. 二進制
      test/database/alock
  8. 二進制
      test/database/log.0000000001

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.0.7
+  - Fix startup bug
+
 ## 1.0.6
   - Use light-baseimage:0.1.5
 

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 NAME = osixia/openldap
-VERSION = 1.0.6
+VERSION = 1.0.7
 
 .PHONY: all build test tag_latest release
 

+ 1 - 1
image/service/slapd/container-start.sh

@@ -281,7 +281,7 @@ EOF
   # stop OpenLDAP
   SLAPD_PID=$(cat /run/slapd/slapd.pid)
   echo "Kill slapd, pid: $SLAPD_PID"
-  kill $SLAPD_PID
+  kill -9 $SLAPD_PID
   echo "[ok]"
 
   sleep 3

二進制
test/database/__db.001


二進制
test/database/__db.002


二進制
test/database/__db.003


二進制
test/database/alock


二進制
test/database/log.0000000001