소스 검색

Docker Hub readme (#2441)

* Docker Hub readme

Try to use anothe readme.
And update info for
https://alpinelinux.org/posts/Alpine-3.10.1-released.html

* Test another variant

* /tmp/ did not work
Alexandre Alapetite 6 년 전
부모
커밋
a394d7ab10
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      CHANGELOG.md
  2. 4 0
      Docker/hooks/post_checkout
  3. 0 2
      Docker/hooks/pre_build

+ 1 - 1
CHANGELOG.md

@@ -19,7 +19,7 @@
 	* Docker: Add automatic health check [#2438](https://github.com/FreshRSS/FreshRSS/pull/2438)
 	* Docker: Add automatic health check [#2438](https://github.com/FreshRSS/FreshRSS/pull/2438)
 	* Docker: Add a version for ARM achitecture such as for Raspberry Pi [#2436](https://github.com/FreshRSS/FreshRSS/pull/2436)
 	* Docker: Add a version for ARM achitecture such as for Raspberry Pi [#2436](https://github.com/FreshRSS/FreshRSS/pull/2436)
 	* Docker: Ubuntu image updated to 19.04 with PHP 7.2.19 and Apache 2.4.38 [#2422](https://github.com/FreshRSS/FreshRSS/pull/2422)
 	* Docker: Ubuntu image updated to 19.04 with PHP 7.2.19 and Apache 2.4.38 [#2422](https://github.com/FreshRSS/FreshRSS/pull/2422)
-	* Docker: Alpine image updated to 3.10 with PHP 7.3.6 and Apache 2.4.39 [#2238](https://github.com/FreshRSS/FreshRSS/pull/2238)
+	* Docker: Alpine image updated to 3.10 with PHP 7.3.7 and Apache 2.4.39 [#2238](https://github.com/FreshRSS/FreshRSS/pull/2238)
 * I18n
 * I18n
 	* Improve Occitan [#2358](https://github.com/FreshRSS/FreshRSS/pull/2358)
 	* Improve Occitan [#2358](https://github.com/FreshRSS/FreshRSS/pull/2358)
 * Misc.
 * Misc.

+ 4 - 0
Docker/hooks/post_checkout

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+mv ../README.md ../README.en.md
+mv README.md ../

+ 0 - 2
Docker/hooks/pre_build

@@ -1,7 +1,5 @@
 #!/bin/bash
 #!/bin/bash
 
 
-cp README.md ../
-
 if [[ "$DOCKERFILE_PATH" == *-ARM ]]
 if [[ "$DOCKERFILE_PATH" == *-ARM ]]
 then
 then
 	# https://github.com/balena-io/qemu
 	# https://github.com/balena-io/qemu