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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ POSTGRES_DATA="${VOLUMES_DIR}/ckan/postgres_data"
REDIS_CONF="${VOLUMES_DIR}/ckan/redis_conf" REDIS_CONF="${VOLUMES_DIR}/ckan/redis_conf"
REDIS_DATA="${VOLUMES_DIR}/ckan/redis_data" REDIS_DATA="${VOLUMES_DIR}/ckan/redis_data"
SOLR_DATA="${VOLUMES_DIR}/ckan/solr_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_CONF="${VOLUMES_DIR}/ckan/datapusher_conf"
DATAPUSHER_DATA="${VOLUMES_DIR}/ckan/datapusher_data" DATAPUSHER_DATA="${VOLUMES_DIR}/ckan/datapusher_data"
CKAN_CONF="${VOLUMES_DIR}/ckan/ckan_conf" CKAN_CONF="${VOLUMES_DIR}/ckan/ckan_conf"

View File

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

View File

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

View File

@ -4,7 +4,7 @@ set -ev
# Volumes # Volumes
POSTGRES_DATA="${VOLUMES_DIR}/crisiscleanup/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/crisiscleanup/postgres_data"
CC_CONF="${VOLUMES_DIR}/crisiscleanup/cc_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "CTS", "title": "CTS",
"desc-cs": "Sledovací systém komodit", "desc-cs": "Sledovací systém komodit",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"cts": { "cts": {
"image": "cts_0.8.0-200403", "image": "cts_0.8.0-200621",
"depends": [ "depends": [
"cts-postgres" "cts-postgres"
], ],
@ -17,7 +17,7 @@
} }
}, },
"cts-postgres": { "cts-postgres": {
"image": "postgis_3.0.0-200403", "image": "postgis_3.0.0-200621",
"mounts": { "mounts": {
"cts/postgres_data": "var/lib/postgresql" "cts/postgres_data": "var/lib/postgresql"
} }

View File

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

View File

@ -4,7 +4,7 @@ set -ev
# Volumes # Volumes
POSTGRES_DATA="${VOLUMES_DIR}/cts/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/cts/postgres_data"
CTS_CONF="${VOLUMES_DIR}/cts/cts_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "Decidim", "title": "Decidim",
"desc-cs": "Platforma pro účast občanů", "desc-cs": "Platforma pro účast občanů",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"decidim": { "decidim": {
"image": "decidim_0.20.1-200403", "image": "decidim_0.20.1-200621",
"depends": [ "depends": [
"decidim-postgres" "decidim-postgres"
], ],
@ -19,7 +19,7 @@
} }
}, },
"decidim-postgres": { "decidim-postgres": {
"image": "postgres_12.2.0-200403", "image": "postgres_12.2.0-200621",
"mounts": { "mounts": {
"decidim/postgres_data": "var/lib/postgresql" "decidim/postgres_data": "var/lib/postgresql"
} }

View File

@ -1,5 +1,5 @@
IMAGE decidim_0.20.1-200403 IMAGE decidim_0.20.1-200621
FROM alpine3.11-ruby2.6_2.6.5-200403 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/decidim-bionic.md
# https://github.com/Platoniq/decidim-install/blob/master/basic-config.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" POSTGRES_DATA="${VOLUMES_DIR}/decidim/postgres_data"
DECIDIM_CONF="${VOLUMES_DIR}/decidim/decidim_conf" DECIDIM_CONF="${VOLUMES_DIR}/decidim/decidim_conf"
DECIDIM_DATA="${VOLUMES_DIR}/decidim/decidim_data" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "FrontlineSMS", "title": "FrontlineSMS",
"desc-cs": "Hromadné odesílání zpráv", "desc-cs": "Hromadné odesílání zpráv",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"frontlinesms": { "frontlinesms": {
"image": "frontlinesms_2.6.5-200403", "image": "frontlinesms_2.6.5-200621",
"mounts": { "mounts": {
"frontlinesms/flsms_data": "srv/frontlinesms/.frontlinesms2" "frontlinesms/flsms_data": "srv/frontlinesms/.frontlinesms2"
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
IMAGE mifosx_18.03.01-200403 IMAGE mifosx_18.03.01-200621
FROM alpine3.11-tomcat8.5_8.5.53-200403 FROM alpine3.11-tomcat8.5_8.5.53-200621
RUN EOF RUN EOF
# Install full-featured wget to work around sourceforge bugs # 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": { "meta": {
"title": "Motech", "title": "Motech",
"desc-cs": "Automatizace komunikace", "desc-cs": "Automatizace komunikace",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"motech": { "motech": {
"image": "motech_1.3.0-200403", "image": "motech_1.3.0-200621",
"depends": [ "depends": [
"motech-activemq", "motech-activemq",
"motech-postgres" "motech-postgres"
@ -18,14 +18,14 @@
} }
}, },
"motech-activemq": { "motech-activemq": {
"image": "activemq_5.15.9-200403", "image": "activemq_5.15.9-200621",
"mounts": { "mounts": {
"motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file", "motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file",
"motech/activemq_data": "srv/activemq/data" "motech/activemq_data": "srv/activemq/data"
} }
}, },
"motech-postgres": { "motech-postgres": {
"image": "postgres_12.2.0-200403", "image": "postgres_12.2.0-200621",
"mounts": { "mounts": {
"motech/postgres_data": "var/lib/postgresql" "motech/postgres_data": "var/lib/postgresql"
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ set -ev
# Volumes # Volumes
OMK_CONF="${VOLUMES_DIR}/openmapkit/omk_conf" OMK_CONF="${VOLUMES_DIR}/openmapkit/omk_conf"
OMK_DATA="${VOLUMES_DIR}/openmapkit/omk_data" 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 # Configure OpenMapKit
export OPENMAPKIT_ADMIN_USER="admin" export OPENMAPKIT_ADMIN_USER="admin"

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/safire/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/safire/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/safire/sahana_data" SAHANA_DATA="${VOLUMES_DIR}/safire/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/safire/sahana_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "Sahana Eden - Demo", "title": "Sahana Eden - Demo",
"desc-cs": "Řízení humanítární činnosti - Demo instance", "desc-cs": "Řízení humanítární činnosti - Demo instance",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"sahana-demo": { "sahana-demo": {
"image": "sahana_1.0.3-200504", "image": "sahana_1.0.3-200621",
"depends": [ "depends": [
"sahana-demo-postgres" "sahana-demo-postgres"
], ],
@ -22,7 +22,7 @@
} }
}, },
"sahana-demo-postgres": { "sahana-demo-postgres": {
"image": "postgis_3.0.0-200403", "image": "postgis_3.0.0-200621",
"mounts": { "mounts": {
"sahana-demo/postgres_data": "var/lib/postgresql" "sahana-demo/postgres_data": "var/lib/postgresql"
} }

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sahana-demo/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/sahana-demo/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/sahana-demo/sahana_data" SAHANA_DATA="${VOLUMES_DIR}/sahana-demo/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/sahana-demo/sahana_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "Sahana Eden", "title": "Sahana Eden",
"desc-cs": "Řízení humanítární činnosti", "desc-cs": "Řízení humanítární činnosti",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"sahana": { "sahana": {
"image": "sahana_1.0.3-200504", "image": "sahana_1.0.3-200621",
"depends": [ "depends": [
"sahana-postgres" "sahana-postgres"
], ],
@ -22,7 +22,7 @@
} }
}, },
"sahana-postgres": { "sahana-postgres": {
"image": "postgis_3.0.0-200403", "image": "postgis_3.0.0-200621",
"mounts": { "mounts": {
"sahana/postgres_data": "var/lib/postgresql" "sahana/postgres_data": "var/lib/postgresql"
} }

View File

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

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sahana/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/sahana/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/sahana/sahana_data" SAHANA_DATA="${VOLUMES_DIR}/sahana/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/sahana/sahana_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "Sahana Eden - SAMBRO", "title": "Sahana Eden - SAMBRO",
"desc-cs": "Řízení humanítární činnosti - Centrum hlášení a výstrah", "desc-cs": "Řízení humanítární činnosti - Centrum hlášení a výstrah",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"sambro": { "sambro": {
"image": "sahana_1.0.3-200504", "image": "sahana_1.0.3-200621",
"depends": [ "depends": [
"sambro-postgres" "sambro-postgres"
], ],
@ -23,7 +23,7 @@
} }
}, },
"sambro-postgres": { "sambro-postgres": {
"image": "postgis_3.0.0-200403", "image": "postgis_3.0.0-200621",
"mounts": { "mounts": {
"sambro/postgres_data": "var/lib/postgresql" "sambro/postgres_data": "var/lib/postgresql"
} }

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sambro/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/sambro/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/sambro/sahana_data" SAHANA_DATA="${VOLUMES_DIR}/sambro/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/sambro/sahana_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "SeedDMS", "title": "SeedDMS",
"desc-cs": "Archiv dokumentace", "desc-cs": "Archiv dokumentace",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"seeddms": { "seeddms": {
"image": "seeddms_5.1.15-200403", "image": "seeddms_5.1.15-200621",
"depends": [ "depends": [
"seeddms-postgres" "seeddms-postgres"
], ],
@ -18,7 +18,7 @@
} }
}, },
"seeddms-postgres": { "seeddms-postgres": {
"image": "postgres_12.2.0-200403", "image": "postgres_12.2.0-200621",
"mounts": { "mounts": {
"seeddms/postgres_data": "var/lib/postgresql" "seeddms/postgres_data": "var/lib/postgresql"
} }

View File

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

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/seeddms/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/seeddms/postgres_data"
SEEDDMS_DATA="${VOLUMES_DIR}/seeddms/seeddms_data" SEEDDMS_DATA="${VOLUMES_DIR}/seeddms/seeddms_data"
SEEDDMS_CONF="${VOLUMES_DIR}/seeddms/seeddms_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "Sahana Eden - SHARE", "title": "Sahana Eden - SHARE",
"desc-cs": "Řízení humanítární činnosti - Úleva a rehabilitace", "desc-cs": "Řízení humanítární činnosti - Úleva a rehabilitace",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"share": { "share": {
"image": "sahana_1.0.3-200504", "image": "sahana_1.0.3-200621",
"depends": [ "depends": [
"share-postgres" "share-postgres"
], ],
@ -23,7 +23,7 @@
} }
}, },
"share-postgres": { "share-postgres": {
"image": "postgis_3.0.0-200403", "image": "postgis_3.0.0-200621",
"mounts": { "mounts": {
"share/postgres_data": "var/lib/postgresql" "share/postgres_data": "var/lib/postgresql"
} }

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/share/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/share/postgres_data"
SAHANA_DATA="${VOLUMES_DIR}/share/sahana_data" SAHANA_DATA="${VOLUMES_DIR}/share/sahana_data"
SAHANA_CONF="${VOLUMES_DIR}/share/sahana_conf" 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 # Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA} 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": { "meta": {
"title": "Ushahidi", "title": "Ushahidi",
"desc-cs": "Skupinová reakce na události", "desc-cs": "Skupinová reakce na události",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"ushahidi": { "ushahidi": {
"image": "ushahidi_4.4.2-200403", "image": "ushahidi_4.4.2-200621",
"depends": [ "depends": [
"ushahidi-redis", "ushahidi-redis",
"ushahidi-mariadb" "ushahidi-mariadb"
@ -20,14 +20,14 @@
} }
}, },
"ushahidi-redis": { "ushahidi-redis": {
"image": "redis_5.0.7-200403", "image": "redis_5.0.7-200621",
"mounts": { "mounts": {
"ushahidi/redis_conf/redis.conf": "etc/redis.conf:file", "ushahidi/redis_conf/redis.conf": "etc/redis.conf:file",
"ushahidi/redis_data": "var/lib/redis" "ushahidi/redis_data": "var/lib/redis"
} }
}, },
"ushahidi-mariadb": { "ushahidi-mariadb": {
"image": "mariadb_10.4.12-200403", "image": "mariadb_10.4.12-200621",
"mounts": { "mounts": {
"ushahidi/mariadb_conf/my.cnf": "etc/my.cnf:file", "ushahidi/mariadb_conf/my.cnf": "etc/my.cnf:file",
"ushahidi/mariadb_data": "var/lib/mysql" "ushahidi/mariadb_data": "var/lib/mysql"

View File

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

View File

@ -1,5 +1,5 @@
IMAGE activemq_5.15.9-200403 IMAGE activemq_5.15.9-200621
FROM alpine3.11-java8_8.242.08-200403 FROM alpine3.11-java8_8.242.08-200621
RUN EOF RUN EOF
# Download and install ActiveMQ # 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 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE postgis_3.0.0-200403 IMAGE postgis_3.0.0-200621
FROM postgres_12.2.0-200403 FROM postgres_12.2.0-200621
USER root 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 FROM alpine3.11_3.11.6-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE solr6_6.5.1-200403 IMAGE solr6_6.5.1-200621
FROM alpine3.11-java8_8.242.08-200403 FROM alpine3.11-java8_8.242.08-200621
RUN EOF RUN EOF
# Install runtime dependencies # 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 FROM alpine3.10_3.10.5-200621
RUN EOF 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 FROM alpine3.10_3.10.5-200621
RUN EOF 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 FROM alpine3.10_3.10.5-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF 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 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
IMAGE alpine3.8-ruby2.4_2.4.9-200403 IMAGE alpine3.8-ruby2.4_2.4.9-200621
FROM alpine3.8_3.8.5-200403 FROM alpine3.8_3.8.5-200621
RUN EOF RUN EOF
# Install Ruby runtime dependencies # 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 COPY https://github.com/alpinelinux/docker-alpine/raw/v3.8/x86_64/alpine-minirootfs-3.8.5-x86_64.tar.gz