mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-01 02:34:39 +01:00
Added app_welcome and sparkwallet to the docker build
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# Must be logged to docker hub:
|
||||
# docker login -u cyphernode
|
||||
|
||||
# Must enable experimental cli features
|
||||
# "experimental": "enabled" in ~/.docker/config.json
|
||||
|
||||
image() {
|
||||
local image=$1
|
||||
local dir=$2
|
||||
@@ -114,12 +117,16 @@ manifest "gatekeeper" \
|
||||
|
||||
[ $? -ne 0 ] && echo "Error" && return 1
|
||||
|
||||
image_dockers "clightning" "../dockers/c-lightning 0.6.2" ${arch} "Dockerfile.${arch}" \
|
||||
&& image_dockers "bitcoin" "../dockers/bitcoin-core 0.17.0" ${arch} "Dockerfile.${arch}"
|
||||
image_dockers "clightning" "../dockers/c-lightning v0.7.0" ${arch} "Dockerfile.${arch}" \
|
||||
&& image_dockers "bitcoin" "../dockers/bitcoin-core v0.17.1" ${arch} "Dockerfile.${arch}" \
|
||||
&& image_dockers "app_welcome" "../cyphernode_welcome ${v3}" ${arch} \
|
||||
&& image_dockers "sparkwallet" "../spark-wallet v0.2.5" ${arch} "Dockerfile-cyphernode"
|
||||
|
||||
[ $? -ne 0 ] && echo "Error" && return 1
|
||||
|
||||
manifest_dockers "clightning" "0.6.2" \
|
||||
&& manifest_dockers "bitcoin" "0.17.0"
|
||||
manifest_dockers "clightning" "v0.7.0" \
|
||||
&& manifest_dockers "bitcoin" "v0.17.1" \
|
||||
&& manifest_dockers "app_welcome" "${v3}" \
|
||||
&& manifest_dockers "sparkwallet" "v0.2.5"
|
||||
|
||||
[ $? -ne 0 ] && echo "Error" && return 1
|
||||
|
||||
Reference in New Issue
Block a user