Bump build date on all apps

This commit is contained in:
Disassembler 2020-06-21 08:32:40 +02:00
parent 3659f3d1ed
commit d307a559c0
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
70 changed files with 140 additions and 140 deletions

View File

@ -1,5 +1,5 @@
{
"version": "2.8.3-200403",
"version": "2.8.3-200621",
"meta": {
"title": "CKAN",
"desc-cs": "Datový sklad",
@ -8,7 +8,7 @@
},
"containers": {
"ckan": {
"image": "ckan_2.8.3-200403",
"image": "ckan_2.8.3-200621",
"depends": [
"ckan-datapusher",
"ckan-redis",
@ -21,27 +21,27 @@
}
},
"ckan-datapusher": {
"image": "ckan-datapusher_0.0.16-200403",
"image": "ckan-datapusher_0.0.16-200621",
"mounts": {
"ckan/datapusher_conf": "etc/ckan-datapusher",
"ckan/datapusher_data": "srv/ckan-datapusher/data"
}
},
"ckan-redis": {
"image": "redis_5.0.7-200403",
"image": "redis_5.0.7-200621",
"mounts": {
"ckan/redis_conf/redis.conf": "etc/redis.conf:file",
"ckan/redis_data": "var/lib/redis"
}
},
"ckan-solr": {
"image": "solr6_6.5.1-200403",
"image": "solr6_6.5.1-200621",
"mounts": {
"ckan/solr_data": "var/lib/solr"
}
},
"ckan-postgres": {
"image": "postgis_3.0.0-200403",
"image": "postgis_3.0.0-200621",
"mounts": {
"ckan/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE ckan-datapusher_0.0.16-200403
FROM alpine3.10-python2.7_2.7.16-200403
IMAGE ckan-datapusher_0.0.16-200621
FROM alpine3.10-python2.7_2.7.16-200621
# Alpine 3.11 discontinued uwsgi-python2 module
RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE ckan_2.8.3-200403
FROM alpine3.11-python2.7_2.7.16-200403
IMAGE ckan_2.8.3-200621
FROM alpine3.11-python2.7_2.7.16-200621
RUN EOF
# Install runtime dependencies

View File

@ -6,7 +6,7 @@ POSTGRES_DATA="${VOLUMES_DIR}/ckan/postgres_data"
REDIS_CONF="${VOLUMES_DIR}/ckan/redis_conf"
REDIS_DATA="${VOLUMES_DIR}/ckan/redis_data"
SOLR_DATA="${VOLUMES_DIR}/ckan/solr_data"
SOLR_LAYER="${LAYERS_DIR}/solr6_6.5.1-200403"
SOLR_LAYER="${LAYERS_DIR}/solr6_6.5.1-200621"
DATAPUSHER_CONF="${VOLUMES_DIR}/ckan/datapusher_conf"
DATAPUSHER_DATA="${VOLUMES_DIR}/ckan/datapusher_data"
CKAN_CONF="${VOLUMES_DIR}/ckan/ckan_conf"

View File

@ -1,5 +1,5 @@
{
"version": "2.2.0-200403",
"version": "2.2.0-200621",
"meta": {
"title": "Crisis Cleanup",
"desc-cs": "Mapování následků katastrof",
@ -8,7 +8,7 @@
},
"containers": {
"crisiscleanup": {
"image": "crisiscleanup_2.2.0-200403",
"image": "crisiscleanup_2.2.0-200621",
"depends": [
"crisiscleanup-postgres"
],
@ -17,7 +17,7 @@
}
},
"crisiscleanup-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"crisiscleanup/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE crisiscleanup_2.2.0-200403
FROM alpine3.8-ruby2.4_2.4.9-200403
IMAGE crisiscleanup_2.2.0-200621
FROM alpine3.8-ruby2.4_2.4.9-200621
# yarn dependencies installation fails on nodejs>8
ENV RAILS_ENV production

View File

@ -4,7 +4,7 @@ set -ev
# Volumes
POSTGRES_DATA="${VOLUMES_DIR}/crisiscleanup/postgres_data"
CC_CONF="${VOLUMES_DIR}/crisiscleanup/cc_conf"
CC_LAYER="${LAYERS_DIR}/crisiscleanup_2.2.0-200403"
CC_LAYER="${LAYERS_DIR}/crisiscleanup_2.2.0-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "0.8.0-200403",
"version": "0.8.0-200621",
"meta": {
"title": "CTS",
"desc-cs": "Sledovací systém komodit",
@ -8,7 +8,7 @@
},
"containers": {
"cts": {
"image": "cts_0.8.0-200403",
"image": "cts_0.8.0-200621",
"depends": [
"cts-postgres"
],
@ -17,7 +17,7 @@
}
},
"cts-postgres": {
"image": "postgis_3.0.0-200403",
"image": "postgis_3.0.0-200621",
"mounts": {
"cts/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE cts_0.8.0-200403
FROM alpine3.11-python2.7_2.7.16-200403
IMAGE cts_0.8.0-200621
FROM alpine3.11-python2.7_2.7.16-200621
RUN EOF
# Install runtime dependencies

View File

@ -4,7 +4,7 @@ set -ev
# Volumes
POSTGRES_DATA="${VOLUMES_DIR}/cts/postgres_data"
CTS_CONF="${VOLUMES_DIR}/cts/cts_conf"
CTS_LAYER="${LAYERS_DIR}/cts_0.8.0-200403"
CTS_LAYER="${LAYERS_DIR}/cts_0.8.0-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "0.20.1-200403",
"version": "0.20.1-200621",
"meta": {
"title": "Decidim",
"desc-cs": "Platforma pro účast občanů",
@ -8,7 +8,7 @@
},
"containers": {
"decidim": {
"image": "decidim_0.20.1-200403",
"image": "decidim_0.20.1-200621",
"depends": [
"decidim-postgres"
],
@ -19,7 +19,7 @@
}
},
"decidim-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"decidim/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE decidim_0.20.1-200403
FROM alpine3.11-ruby2.6_2.6.5-200403
IMAGE decidim_0.20.1-200621
FROM alpine3.11-ruby2.6_2.6.5-200621
# https://github.com/Platoniq/decidim-install/blob/master/decidim-bionic.md
# https://github.com/Platoniq/decidim-install/blob/master/basic-config.md

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/decidim/postgres_data"
DECIDIM_CONF="${VOLUMES_DIR}/decidim/decidim_conf"
DECIDIM_DATA="${VOLUMES_DIR}/decidim/decidim_data"
DECIDIM_LAYER="${LAYERS_DIR}/decidim_0.20.1-200403"
DECIDIM_LAYER="${LAYERS_DIR}/decidim_0.20.1-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "2.6.5-200403",
"version": "2.6.5-200621",
"meta": {
"title": "FrontlineSMS",
"desc-cs": "Hromadné odesílání zpráv",
@ -8,7 +8,7 @@
},
"containers": {
"frontlinesms": {
"image": "frontlinesms_2.6.5-200403",
"image": "frontlinesms_2.6.5-200621",
"mounts": {
"frontlinesms/flsms_data": "srv/frontlinesms/.frontlinesms2"
}

View File

@ -1,5 +1,5 @@
IMAGE frontlinesms_2.6.5-200403
FROM alpine3.8-java8_8.222.10-200403
IMAGE frontlinesms_2.6.5-200621
FROM alpine3.8-java8_8.222.10-200621
# HTTP connection accept fails on Java 8.242
RUN EOF

View File

@ -1,5 +1,5 @@
{
"version": "3.6.3-200403",
"version": "3.6.3-200621",
"meta": {
"title": "GNU Health",
"desc-cs": "Lékařské záznamy pacientů",
@ -8,7 +8,7 @@
},
"containers": {
"gnuhealth": {
"image": "gnuhealth_3.6.3-200403",
"image": "gnuhealth_3.6.3-200621",
"depends": [
"gnuhealth-postgres"
],
@ -17,7 +17,7 @@
}
},
"gnuhealth-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"gnuhealth/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE gnuhealth_3.6.3-200403
FROM alpine3.11-python3.8_3.8.2-200403
IMAGE gnuhealth_3.6.3-200621
FROM alpine3.11-python3.8_3.8.2-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
{
"version": "1.2.14-200416",
"version": "1.2.14-200621",
"meta": {
"title": "Kanboard",
"desc-cs": "Kanban řízení projektů",
@ -8,7 +8,7 @@
},
"containers": {
"kanboard": {
"image": "kanboard_1.2.14-200416",
"image": "kanboard_1.2.14-200621",
"depends": [
"kanboard-postgres"
],
@ -18,7 +18,7 @@
}
},
"kanboard-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"kanboard/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE kanboard_1.2.14-200416
FROM alpine3.11-php7.3_7.3.16-200403
IMAGE kanboard_1.2.14-200621
FROM alpine3.11-php7.3_7.3.16-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
{
"version": "18.03.01-200403",
"version": "18.03.01-200621",
"meta": {
"title": "Mifos X",
"desc-cs": "Mikrofinancování rozvojových projektů",
@ -8,7 +8,7 @@
},
"containers": {
"mifosx": {
"image": "mifosx_18.03.01-200403",
"image": "mifosx_18.03.01-200621",
"depends": [
"mifosx-mariadb"
],
@ -18,7 +18,7 @@
}
},
"mifosx-mariadb": {
"image": "mariadb_10.4.12-200403",
"image": "mariadb_10.4.12-200621",
"mounts": {
"mifosx/mariadb_conf/my.cnf": "etc/my.cnf:file",
"mifosx/mariadb_data": "var/lib/mysql"

View File

@ -1,5 +1,5 @@
IMAGE mifosx_18.03.01-200403
FROM alpine3.11-tomcat8.5_8.5.53-200403
IMAGE mifosx_18.03.01-200621
FROM alpine3.11-tomcat8.5_8.5.53-200621
RUN EOF
# Install full-featured wget to work around sourceforge bugs

View File

@ -1,5 +1,5 @@
{
"version": "1.3.0-200403",
"version": "1.3.0-200621",
"meta": {
"title": "Motech",
"desc-cs": "Automatizace komunikace",
@ -8,7 +8,7 @@
},
"containers": {
"motech": {
"image": "motech_1.3.0-200403",
"image": "motech_1.3.0-200621",
"depends": [
"motech-activemq",
"motech-postgres"
@ -18,14 +18,14 @@
}
},
"motech-activemq": {
"image": "activemq_5.15.9-200403",
"image": "activemq_5.15.9-200621",
"mounts": {
"motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file",
"motech/activemq_data": "srv/activemq/data"
}
},
"motech-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"motech/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE motech_1.3.0-200403
FROM alpine3.11-tomcat7_7.0.103-200403
IMAGE motech_1.3.0-200621
FROM alpine3.11-tomcat7_7.0.103-200621
RUN EOF
# Download Motech

View File

@ -1,5 +1,5 @@
{
"version": "13.0.0-200403",
"version": "13.0.0-200621",
"meta": {
"title": "Odoo",
"desc-cs": "Sada aplikací pro správu organizace",
@ -8,7 +8,7 @@
},
"containers": {
"odoo": {
"image": "odoo_13.0.0-200403",
"image": "odoo_13.0.0-200621",
"depends": [
"odoo-postgres"
],
@ -18,7 +18,7 @@
}
},
"odoo-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"odoo/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE odoo_13.0.0-200403
FROM alpine3.11-python3.8_3.8.2-200403
IMAGE odoo_13.0.0-200621
FROM alpine3.11-python3.8_3.8.2-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
{
"version": "2.0.5-200403",
"version": "2.0.5-200621",
"meta": {
"title": "OpenDataKit",
"desc-cs": "Sběr formulářových dat",
@ -8,7 +8,7 @@
},
"containers": {
"opendatakit": {
"image": "opendatakit_2.0.5-200403",
"image": "opendatakit_2.0.5-200621",
"depends": [
"opendatakit-postgres"
],
@ -19,7 +19,7 @@
}
},
"opendatakit-build": {
"image": "opendatakit-build_0.3.5-200403",
"image": "opendatakit-build_0.3.5-200621",
"depends": [
"opendatakit-postgres"
],
@ -29,7 +29,7 @@
}
},
"opendatakit-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"opendatakit/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE opendatakit-build_0.3.5-200403
FROM alpine3.11-ruby2.4_2.4.9-200403
IMAGE opendatakit-build_0.3.5-200621
FROM alpine3.11-ruby2.4_2.4.9-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE opendatakit_2.0.5-200403
FROM alpine3.11-tomcat8.5_8.5.53-200403
IMAGE opendatakit_2.0.5-200621
FROM alpine3.11-tomcat8.5_8.5.53-200621
RUN EOF
# Download OpenDataKit

View File

@ -1,5 +1,5 @@
{
"version": "0.12.0-200403",
"version": "0.12.0-200621",
"meta": {
"title": "OpenMapKit",
"desc-cs": "Sběr mapových dat",
@ -8,7 +8,7 @@
},
"containers": {
"openmapkit": {
"image": "openmapkit_0.12.0-200403",
"image": "openmapkit_0.12.0-200621",
"mounts": {
"openmapkit/omk_conf/settings.js": "srv/openmapkit/settings.js:file",
"openmapkit/omk_data": "srv/openmapkit/data"

View File

@ -1,5 +1,5 @@
IMAGE openmapkit_0.12.0-200403
FROM alpine3.10-nodejs10_10.19.0-200403
IMAGE openmapkit_0.12.0-200621
FROM alpine3.10-nodejs10_10.19.0-200621
# libxmljs installation fails on nodejs>10
RUN EOF

View File

@ -4,7 +4,7 @@ set -ev
# Volumes
OMK_CONF="${VOLUMES_DIR}/openmapkit/omk_conf"
OMK_DATA="${VOLUMES_DIR}/openmapkit/omk_data"
OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-200403"
OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-200621"
# Configure OpenMapKit
export OPENMAPKIT_ADMIN_USER="admin"

View File

@ -1,5 +1,5 @@
{
"version": "0.0.1-200403",
"version": "0.0.1-200621",
"meta": {
"title": "Pan.do/ra",
"desc-cs": "Archiv medií",
@ -8,7 +8,7 @@
},
"containers": {
"pandora": {
"image": "pandora_0.0.1-200403",
"image": "pandora_0.0.1-200621",
"depends": [
"pandora-postgres",
"pandora-rabbitmq"
@ -19,13 +19,13 @@
}
},
"pandora-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"pandora/postgres_data": "var/lib/postgresql"
}
},
"pandora-rabbitmq": {
"image": "rabbitmq_3.7.18-200403",
"image": "rabbitmq_3.7.18-200621",
"mounts": {
"pandora/rabbitmq_data": "var/lib/rabbitmq/mnesia"
}

View File

@ -1,5 +1,5 @@
IMAGE pandora_0.0.1-200403
FROM alpine3.10-python3.7_3.7.5-200403
IMAGE pandora_0.0.1-200621
FROM alpine3.10-python3.7_3.7.5-200621
# Django required by Pandora requires psycopg<=2.7.7 which does not compile under python3.8
RUN EOF

View File

@ -1,5 +1,5 @@
{
"version": "1.0.3-200504",
"version": "1.0.3-200621",
"meta": {
"title": "Sahana Eden - SAFIRE",
"desc-cs": "Řízení humanítární činnosti - Řešení nouzových událostí",
@ -8,7 +8,7 @@
},
"containers": {
"safire": {
"image": "sahana_1.0.3-200504",
"image": "sahana_1.0.3-200621",
"depends": [
"safire-postgres"
],
@ -23,7 +23,7 @@
}
},
"safire-postgres": {
"image": "postgis_3.0.0-200403",
"image": "postgis_3.0.0-200621",
"mounts": {
"safire/postgres_data": "var/lib/postgresql"
}

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/safire/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/safire/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/safire/sahana_conf"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200504"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.3-200504",
"version": "1.0.3-200621",
"meta": {
"title": "Sahana Eden - Demo",
"desc-cs": "Řízení humanítární činnosti - Demo instance",
@ -8,7 +8,7 @@
},
"containers": {
"sahana-demo": {
"image": "sahana_1.0.3-200504",
"image": "sahana_1.0.3-200621",
"depends": [
"sahana-demo-postgres"
],
@ -22,7 +22,7 @@
}
},
"sahana-demo-postgres": {
"image": "postgis_3.0.0-200403",
"image": "postgis_3.0.0-200621",
"mounts": {
"sahana-demo/postgres_data": "var/lib/postgresql"
}

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sahana-demo/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/sahana-demo/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/sahana-demo/sahana_conf"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200504"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.3-200504",
"version": "1.0.3-200621",
"meta": {
"title": "Sahana Eden",
"desc-cs": "Řízení humanítární činnosti",
@ -8,7 +8,7 @@
},
"containers": {
"sahana": {
"image": "sahana_1.0.3-200504",
"image": "sahana_1.0.3-200621",
"depends": [
"sahana-postgres"
],
@ -22,7 +22,7 @@
}
},
"sahana-postgres": {
"image": "postgis_3.0.0-200403",
"image": "postgis_3.0.0-200621",
"mounts": {
"sahana/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE sahana_1.0.3-200504
FROM alpine3.11-python3.8_3.8.2-200403
IMAGE sahana_1.0.3-200621
FROM alpine3.11-python3.8_3.8.2-200621
RUN EOF
# Install runtime dependencies

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sahana/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/sahana/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/sahana/sahana_conf"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200504"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.3-200504",
"version": "1.0.3-200621",
"meta": {
"title": "Sahana Eden - SAMBRO",
"desc-cs": "Řízení humanítární činnosti - Centrum hlášení a výstrah",
@ -8,7 +8,7 @@
},
"containers": {
"sambro": {
"image": "sahana_1.0.3-200504",
"image": "sahana_1.0.3-200621",
"depends": [
"sambro-postgres"
],
@ -23,7 +23,7 @@
}
},
"sambro-postgres": {
"image": "postgis_3.0.0-200403",
"image": "postgis_3.0.0-200621",
"mounts": {
"sambro/postgres_data": "var/lib/postgresql"
}

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sambro/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/sambro/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/sambro/sahana_conf"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200504"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "5.1.15-200403",
"version": "5.1.15-200621",
"meta": {
"title": "SeedDMS",
"desc-cs": "Archiv dokumentace",
@ -8,7 +8,7 @@
},
"containers": {
"seeddms": {
"image": "seeddms_5.1.15-200403",
"image": "seeddms_5.1.15-200621",
"depends": [
"seeddms-postgres"
],
@ -18,7 +18,7 @@
}
},
"seeddms-postgres": {
"image": "postgres_12.2.0-200403",
"image": "postgres_12.2.0-200621",
"mounts": {
"seeddms/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE seeddms_5.1.15-200403
FROM alpine3.11-php7.3_7.3.16-200403
IMAGE seeddms_5.1.15-200621
FROM alpine3.11-php7.3_7.3.16-200621
RUN EOF
# Install runtime dependencies

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/seeddms/postgres_data"
SEEDDMS_DATA="${VOLUMES_DIR}/seeddms/seeddms_data"
SEEDDMS_CONF="${VOLUMES_DIR}/seeddms/seeddms_conf"
SEEDDMS_LAYER="${LAYERS_DIR}/seeddms_5.1.15-200403"
SEEDDMS_LAYER="${LAYERS_DIR}/seeddms_5.1.15-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.3-200504",
"version": "1.0.3-200621",
"meta": {
"title": "Sahana Eden - SHARE",
"desc-cs": "Řízení humanítární činnosti - Úleva a rehabilitace",
@ -8,7 +8,7 @@
},
"containers": {
"share": {
"image": "sahana_1.0.3-200504",
"image": "sahana_1.0.3-200621",
"depends": [
"share-postgres"
],
@ -23,7 +23,7 @@
}
},
"share-postgres": {
"image": "postgis_3.0.0-200403",
"image": "postgis_3.0.0-200621",
"mounts": {
"share/postgres_data": "var/lib/postgresql"
}

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/share/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/share/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/share/sahana_conf"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200504"
SAHANA_LAYER="${LAYERS_DIR}/sahana_1.0.3-200621"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "4.4.2-200403",
"version": "4.4.2-200621",
"meta": {
"title": "Ushahidi",
"desc-cs": "Skupinová reakce na události",
@ -8,7 +8,7 @@
},
"containers": {
"ushahidi": {
"image": "ushahidi_4.4.2-200403",
"image": "ushahidi_4.4.2-200621",
"depends": [
"ushahidi-redis",
"ushahidi-mariadb"
@ -20,14 +20,14 @@
}
},
"ushahidi-redis": {
"image": "redis_5.0.7-200403",
"image": "redis_5.0.7-200621",
"mounts": {
"ushahidi/redis_conf/redis.conf": "etc/redis.conf:file",
"ushahidi/redis_data": "var/lib/redis"
}
},
"ushahidi-mariadb": {
"image": "mariadb_10.4.12-200403",
"image": "mariadb_10.4.12-200621",
"mounts": {
"ushahidi/mariadb_conf/my.cnf": "etc/my.cnf:file",
"ushahidi/mariadb_data": "var/lib/mysql"

View File

@ -1,5 +1,5 @@
IMAGE ushahidi_4.4.2-200403
FROM alpine3.11-php7.3_7.3.16-200403
IMAGE ushahidi_4.4.2-200621
FROM alpine3.11-php7.3_7.3.16-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE activemq_5.15.9-200403
FROM alpine3.11-java8_8.242.08-200403
IMAGE activemq_5.15.9-200621
FROM alpine3.11-java8_8.242.08-200621
RUN EOF
# Download and install ActiveMQ

View File

@ -1,4 +1,4 @@
IMAGE mariadb_10.4.12-200403
IMAGE mariadb_10.4.12-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE postgis_3.0.0-200403
FROM postgres_12.2.0-200403
IMAGE postgis_3.0.0-200621
FROM postgres_12.2.0-200621
USER root

View File

@ -1,4 +1,4 @@
IMAGE postgres_12.2.0-200403
IMAGE postgres_12.2.0-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE rabbitmq_3.7.18-200403
IMAGE rabbitmq_3.7.18-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE redis_5.0.7-200403
IMAGE redis_5.0.7-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE solr6_6.5.1-200403
FROM alpine3.11-java8_8.242.08-200403
IMAGE solr6_6.5.1-200621
FROM alpine3.11-java8_8.242.08-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,4 +1,4 @@
IMAGE alpine3.10-nodejs10_10.19.0-200403
IMAGE alpine3.10-nodejs10_10.19.0-200621
FROM alpine3.10_3.10.5-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.10-python2.7_2.7.16-200403
IMAGE alpine3.10-python2.7_2.7.16-200621
FROM alpine3.10_3.10.5-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.10-python3.7_3.7.5-200403
IMAGE alpine3.10-python3.7_3.7.5-200621
FROM alpine3.10_3.10.5-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-java8_8.242.08-200403
IMAGE alpine3.11-java8_8.242.08-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-php7.3_7.3.16-200403
IMAGE alpine3.11-php7.3_7.3.16-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-python2.7_2.7.16-200403
IMAGE alpine3.11-python2.7_2.7.16-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-python3.8_3.8.2-200403
IMAGE alpine3.11-python3.8_3.8.2-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-ruby2.4_2.4.9-200403
IMAGE alpine3.11-ruby2.4_2.4.9-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-ruby2.6_2.6.5-200403
IMAGE alpine3.11-ruby2.6_2.6.5-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-tomcat7_7.0.103-200403
FROM alpine3.11-java8_8.242.08-200403
IMAGE alpine3.11-tomcat7_7.0.103-200621
FROM alpine3.11-java8_8.242.08-200621
RUN EOF
# Install Tomcat 7

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-tomcat8.5_8.5.53-200403
FROM alpine3.11-java8_8.242.08-200403
IMAGE alpine3.11-tomcat8.5_8.5.53-200621
FROM alpine3.11-java8_8.242.08-200621
RUN EOF
# Install Tomcat 8.5

View File

@ -1,5 +1,5 @@
IMAGE alpine3.8-java8_8.222.10-200403
FROM alpine3.8_3.8.5-200403
IMAGE alpine3.8-java8_8.222.10-200621
FROM alpine3.8_3.8.5-200621
RUN EOF
apk --no-cache add openjdk8-jre-base

View File

@ -1,5 +1,5 @@
IMAGE alpine3.8-ruby2.4_2.4.9-200403
FROM alpine3.8_3.8.5-200403
IMAGE alpine3.8-ruby2.4_2.4.9-200621
FROM alpine3.8_3.8.5-200621
RUN EOF
# Install Ruby runtime dependencies

View File

@ -1,4 +1,4 @@
IMAGE alpine3.8_3.8.5-200403
IMAGE alpine3.8_3.8.5-200621
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.8/x86_64/alpine-minirootfs-3.8.5-x86_64.tar.gz