Bump Alpine to 3.11.5 + all apps

This commit is contained in:
Disassembler 2020-04-04 00:17:24 +02:00
parent e788060456
commit 0bae44985c
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
81 changed files with 178 additions and 175 deletions

@ -1 +1 @@
Subproject commit d4bbce2dcf5ae73bfa22e6ce3a9c09b507857fb4
Subproject commit 55ee03079fc8c6d0f5f74a734943b76b6f0ed929

@ -1 +1 @@
Subproject commit f5501c0605b644494ba55802fdd5a5d15a25dd06
Subproject commit be054ed17b0f3071603869e75a1a8ccc04695184

View File

@ -29,10 +29,13 @@ abuild -F
# Build runtimes
cd ${ROOT}/lxc-shared
spoc-image build -p alpine3.8/image
spoc-image build -p alpine3.8-java8/image
spoc-image build -p alpine3.8-php5.6/image
spoc-image build -p alpine3.8-ruby2.4/image
spoc-image build -p alpine3.10/image
spoc-image build -p alpine3.10-nodejs10/image
spoc-image build -p alpine3.10-python2.7/image
spoc-image build -p alpine3.10-python3.7/image
spoc-image build -p alpine3.11/image
spoc-image build -p alpine3.11-java8/image
spoc-image build -p alpine3.11-php7.3/image
@ -90,8 +93,8 @@ spoc-app publish motech/app
spoc-image build -p odoo/image
spoc-app publish odoo/app
spoc-image build -p opendatakit/image
spoc-image build -p opendatakit-build/image
spoc-image build -p opendatakit/opendatakit.image
spoc-image build -p opendatakit/opendatakit-build.image
spoc-app publish opendatakit/app
spoc-image build -p openmapkit/image

View File

@ -5,7 +5,7 @@ set -ev
rm -rf /srv/build/doc/*
# Clean basic tar
rm -f /srv/build/vm.tar
rm -f /srv/build/vm.tar.gz
# Clean native apps
rm -rf /srv/build/alpine/*

View File

@ -5,7 +5,7 @@ cd $(realpath $(dirname "${0}"))
# Install basic build tools
apk update
apk add git file htop less openssh-client
apk add git file htop less openssh-client tree
# Install Alpine SDK
apk add alpine-sdk
# Install Sphinx support

View File

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

View File

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

View File

@ -1,5 +1,5 @@
IMAGE ckan_2.8.3-200313
FROM alpine3.11-python2.7_2.7.16-200313
IMAGE ckan_2.8.3-200403
FROM alpine3.11-python2.7_2.7.16-200403
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-200313"
SOLR_LAYER="${LAYERS_DIR}/solr6_6.5.1-200403"
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-200313",
"version": "2.2.0-200403",
"meta": {
"title": "Crisis Cleanup",
"desc-cs": "Mapování následků katastrof",
@ -8,7 +8,7 @@
},
"containers": {
"crisiscleanup": {
"image": "crisiscleanup_2.2.0-200313",
"image": "crisiscleanup_2.2.0-200403",
"depends": [
"crisiscleanup-postgres"
],
@ -17,7 +17,7 @@
}
},
"crisiscleanup-postgres": {
"image": "postgres_12.2.0-200313",
"image": "postgres_12.2.0-200403",
"mounts": {
"crisiscleanup/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE crisiscleanup_2.2.0-200313
FROM alpine3.8-ruby2.4_2.4.9-200313
IMAGE crisiscleanup_2.2.0-200403
FROM alpine3.8-ruby2.4_2.4.9-200403
# 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-200313"
CC_LAYER="${LAYERS_DIR}/crisiscleanup_2.2.0-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

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

View File

@ -1,5 +1,5 @@
IMAGE cts_0.8.0-200313
FROM alpine3.11-python2.7_2.7.16-200313
IMAGE cts_0.8.0-200403
FROM alpine3.11-python2.7_2.7.16-200403
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-200313"
CTS_LAYER="${LAYERS_DIR}/cts_0.8.0-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

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

View File

@ -1,5 +1,5 @@
IMAGE decidim_0.20.0-200313
FROM alpine3.11-ruby2.6_2.6.5-200313
IMAGE decidim_0.20.1-200403
FROM alpine3.11-ruby2.6_2.6.5-200403
# https://github.com/Platoniq/decidim-install/blob/master/decidim-bionic.md
# https://github.com/Platoniq/decidim-install/blob/master/basic-config.md
@ -61,7 +61,7 @@ COPY image.d
RUN EOF
# Install gems required by decidim
cd /srv/decidim-app
bundle install
bundle update
# Setup delayed job for mail sending
bin/rails generate delayed_job:active_record

View File

@ -4,9 +4,9 @@ source "https://rubygems.org"
ruby RUBY_VERSION
gem "decidim", "0.20.0"
# gem "decidim-consultations", "0.20.0"
# gem "decidim-initiatives", "0.20.0"
gem "decidim", "0.20.1"
# gem "decidim-consultations", "0.20.1"
# gem "decidim-initiatives", "0.20.1"
gem "bootsnap", "~> 1.3"
@ -18,7 +18,7 @@ gem "faker", "~> 1.9"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "decidim-dev", "0.20.0"
gem "decidim-dev", "0.20.1"
end
group :development do

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.0-200313"
DECIDIM_LAYER="${LAYERS_DIR}/decidim_0.20.1-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "2.10.1-200313",
"version": "2.10.1-200403",
"meta": {
"title": "EcoGIS",
"desc-cs": "EcoGIS",
@ -8,7 +8,7 @@
},
"containers": {
"ecogis": {
"image": "ecogis_2.10.1-200313",
"image": "ecogis_2.10.1-200403",
"depends": [
"ecogis-postgres"
],

View File

@ -1,5 +1,5 @@
IMAGE ecogis_2.10.1-200313
FROM alpine3.8-php5.6_5.6.40-200313
IMAGE ecogis_2.10.1-200403
FROM alpine3.8-php5.6_5.6.40-200403
RUN EOF
# Install runtime dependencies

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
IMAGE kanboard_1.2.13-200313
FROM alpine3.11-php7.3_7.3.15-200313
IMAGE kanboard_1.2.13-200403
FROM alpine3.11-php7.3_7.3.16-200403
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
{
"version": "18.03.01-200313",
"version": "18.03.01-200403",
"meta": {
"title": "Mifos X",
"desc-cs": "Mikrofinancování rozvojových projektů",
@ -8,7 +8,7 @@
},
"containers": {
"mifosx": {
"image": "mifosx_18.03.01-200313",
"image": "mifosx_18.03.01-200403",
"depends": [
"mifosx-mariadb"
],
@ -18,7 +18,7 @@
}
},
"mifosx-mariadb": {
"image": "mariadb_10.4.12-200313",
"image": "mariadb_10.4.12-200403",
"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-200313
FROM alpine3.11-tomcat8.5_8.5.51-200313
IMAGE mifosx_18.03.01-200403
FROM alpine3.11-tomcat8.5_8.5.53-200403
RUN EOF
# Install full-featured wget to work around sourceforge bugs

View File

@ -1,5 +1,5 @@
{
"version": "1.3.0-200313",
"version": "1.3.0-200403",
"meta": {
"title": "Motech",
"desc-cs": "Automatizace komunikace",
@ -8,7 +8,7 @@
},
"containers": {
"motech": {
"image": "motech_1.3.0-200313",
"image": "motech_1.3.0-200403",
"depends": [
"motech-activemq",
"motech-postgres"
@ -18,14 +18,14 @@
}
},
"motech-activemq": {
"image": "activemq_5.15.9-200313",
"image": "activemq_5.15.9-200403",
"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-200313",
"image": "postgres_12.2.0-200403",
"mounts": {
"motech/postgres_data": "var/lib/postgresql"
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "0.12.0-200313",
"version": "0.12.0-200403",
"meta": {
"title": "OpenMapKit",
"desc-cs": "Sběr mapových dat",
@ -8,7 +8,7 @@
},
"containers": {
"openmapkit": {
"image": "openmapkit_0.12.0-200313",
"image": "openmapkit_0.12.0-200403",
"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-200313
FROM alpine3.10-nodejs10_10.19.0-200313
IMAGE openmapkit_0.12.0-200403
FROM alpine3.10-nodejs10_10.19.0-200403
# 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-200313"
OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-200403"
# Configure OpenMapKit
export OPENMAPKIT_ADMIN_USER="admin"

View File

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

View File

@ -1,5 +1,5 @@
IMAGE pandora_0.0.1-200313
FROM alpine3.10-python3.7_3.7.5-200313
IMAGE pandora_0.0.1-200403
FROM alpine3.10-python3.7_3.7.5-200403
# 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": "0.0.1-200313",
"version": "0.0.1-200403",
"meta": {
"title": "Sahana Eden - Demo",
"desc-cs": "Řízení humanítární činnosti - Demo instance",
@ -8,7 +8,7 @@
},
"containers": {
"sahana-demo": {
"image": "sahana_0.0.1-200313",
"image": "sahana_0.0.1-200403",
"depends": [
"sahana-demo-postgres"
],
@ -20,7 +20,7 @@
}
},
"sahana-demo-postgres": {
"image": "postgis_3.0.0-200313",
"image": "postgis_3.0.0-200403",
"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_0.0.1-200313"
SAHANA_LAYER="${LAYERS_DIR}/sahana_0.0.1-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

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

View File

@ -1,5 +1,5 @@
IMAGE sahana_0.0.1-200313
FROM alpine3.11-python3.8_3.8.2-200313
IMAGE sahana_0.0.1-200403
FROM alpine3.11-python3.8_3.8.2-200403
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_0.0.1-200313"
SAHANA_LAYER="${LAYERS_DIR}/sahana_0.0.1-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "0.0.1-200313",
"version": "0.0.1-200403",
"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_0.0.1-200313",
"image": "sahana_0.0.1-200403",
"depends": [
"sambro-postgres"
],
@ -21,7 +21,7 @@
}
},
"sambro-postgres": {
"image": "postgis_3.0.0-200313",
"image": "postgis_3.0.0-200403",
"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_0.0.1-200313"
SAHANA_LAYER="${LAYERS_DIR}/sahana_0.0.1-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

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

View File

@ -1,5 +1,5 @@
IMAGE seeddms_5.1.15-200313
FROM alpine3.11-php7.3_7.3.15-200313
IMAGE seeddms_5.1.15-200403
FROM alpine3.11-php7.3_7.3.16-200403
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-200313"
SEEDDMS_LAYER="${LAYERS_DIR}/seeddms_5.1.15-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

@ -1,5 +1,5 @@
{
"version": "2.0.2-200313",
"version": "2.0.2-200403",
"meta": {
"title": "Sigmah",
"desc-cs": "Finanční řízení sbírek",
@ -8,7 +8,7 @@
},
"containers": {
"sigmah": {
"image": "sigmah_2.0.2-200313",
"image": "sigmah_2.0.2-200403",
"depends": [
"sigmah-postgres"
],
@ -19,7 +19,7 @@
}
},
"sigmah-postgres": {
"image": "postgres_12.2.0-200313",
"image": "postgres_12.2.0-200403",
"mounts": {
"sigmah/postgres_data": "var/lib/postgresql"
}

View File

@ -1,5 +1,5 @@
IMAGE sigmah_2.0.2-200313
FROM alpine3.11-tomcat8.5_8.5.51-200313
IMAGE sigmah_2.0.2-200403
FROM alpine3.11-tomcat8.5_8.5.53-200403
RUN EOF
# Download Sigmah

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sigmah/postgres_data"
SIGMAH_DATA="${VOLUMES_DIR}/sigmah/sigmah_data"
SIGMAH_CONF="${VOLUMES_DIR}/sigmah/sigmah_conf"
SIGMAH_LAYER="${LAYERS_DIR}/sigmah_2.0.2-200313"
SIGMAH_LAYER="${LAYERS_DIR}/sigmah_2.0.2-200403"
# Create Postgres instance
install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}

View File

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

View File

@ -1,12 +1,12 @@
IMAGE ushahidi_4.4.1-200313
FROM alpine3.11-php7.3_7.3.15-200313
IMAGE ushahidi_4.4.2-200403
FROM alpine3.11-php7.3_7.3.16-200403
RUN EOF
# Install runtime dependencies
apk --no-cache add php7-curl php7-imap php7-mysqli php7-pecl-memcached php7-pecl-redis php7-pdo_mysql
# Download Ushahidi
wget https://github.com/ushahidi/platform-client/releases/download/v4.4.1/ushahidi-platform-client-bundle-v4.4.1.tar.gz -O - | tar xzf - -C /srv
wget https://github.com/ushahidi/platform-client/releases/download/v4.4.2/ushahidi-platform-client-bundle-v4.4.2.tar.gz -O - | tar xzf - -C /srv
mv /srv/ushahidi-platform-client-bundle-* /srv/ushahidi
wget https://github.com/ushahidi/platform/releases/download/v4.4.1/ushahidi-platform-bundle-v4.4.1.tar.gz -O - | tar xzf - -C /srv/ushahidi
mv /srv/ushahidi/ushahidi-platform-bundle-* /srv/ushahidi/platform

View File

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

View File

@ -1,5 +1,5 @@
IMAGE mariadb_10.4.12-200313
FROM alpine3.11_3.11.3-200313
IMAGE mariadb_10.4.12-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
# Create OS user (which will be picked up later by apk add)

View File

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

View File

@ -1,5 +1,5 @@
IMAGE postgres_12.2.0-200313
FROM alpine3.11_3.11.3-200313
IMAGE postgres_12.2.0-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
# Create OS user (which will be picked up later by apk add)

View File

@ -1,5 +1,5 @@
IMAGE rabbitmq_3.7.18-200313
FROM alpine3.11_3.11.3-200313
IMAGE rabbitmq_3.7.18-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
# Create OS user (which will be picked up later by apk add)

View File

@ -1,5 +1,5 @@
IMAGE redis_5.0.7-200313
FROM alpine3.11_3.11.3-200313
IMAGE redis_5.0.7-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
# Create OS user (which will be picked up later by apk add)

View File

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

View File

@ -1,5 +1,5 @@
IMAGE alpine3.10-nodejs10_10.19.0-200313
FROM alpine3.10_3.10.4-200313
IMAGE alpine3.10-nodejs10_10.19.0-200403
FROM alpine3.10_3.10.4-200403
RUN EOF
apk --no-cache add nodejs

View File

@ -1,5 +1,5 @@
IMAGE alpine3.10-python2.7_2.7.16-200313
FROM alpine3.10_3.10.4-200313
IMAGE alpine3.10-python2.7_2.7.16-200403
FROM alpine3.10_3.10.4-200403
RUN EOF
apk --no-cache add python2

View File

@ -1,5 +1,5 @@
IMAGE alpine3.10-python3.7_3.7.5-200313
FROM alpine3.10_3.10.4-200313
IMAGE alpine3.10-python3.7_3.7.5-200403
FROM alpine3.10_3.10.4-200403
RUN EOF
apk --no-cache add python3

View File

@ -1,4 +1,4 @@
IMAGE alpine3.10_3.10.4-200313
IMAGE alpine3.10_3.10.4-200403
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.10/x86_64/alpine-minirootfs-3.10.4-x86_64.tar.gz

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-java8_8.242.08-200313
FROM alpine3.11_3.11.3-200313
IMAGE alpine3.11-java8_8.242.08-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
apk --no-cache add openjdk8-jre-base

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-php7.3_7.3.15-200313
FROM alpine3.11_3.11.3-200313
IMAGE alpine3.11-php7.3_7.3.16-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-python2.7_2.7.16-200313
FROM alpine3.11_3.11.3-200313
IMAGE alpine3.11-python2.7_2.7.16-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
apk --no-cache add python2

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-python3.8_3.8.2-200313
FROM alpine3.11_3.11.3-200313
IMAGE alpine3.11-python3.8_3.8.2-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
apk --no-cache add python3

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-ruby2.4_2.4.9-200313
FROM alpine3.11_3.11.3-200313
IMAGE alpine3.11-ruby2.4_2.4.9-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
# Install Ruby runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-ruby2.6_2.6.5-200313
FROM alpine3.11_3.11.3-200313
IMAGE alpine3.11-ruby2.6_2.6.5-200403
FROM alpine3.11_3.11.5-200403
RUN EOF
# Install Ruby runtime dependencies

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat7_7.0.99-200313
FROM alpine3.11-java8_8.242.08-200313
IMAGE alpine3.11-tomcat7_7.0.103-200403
FROM alpine3.11-java8_8.242.08-200403
RUN EOF
# Install Tomcat 7
wget https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.99/bin/apache-tomcat-7.0.99.tar.gz -O - | tar xzf - -C /srv
wget https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.103/bin/apache-tomcat-7.0.103.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat8.5_8.5.51-200313
FROM alpine3.11-java8_8.242.08-200313
IMAGE alpine3.11-tomcat8.5_8.5.53-200403
FROM alpine3.11-java8_8.242.08-200403
RUN EOF
# Install Tomcat 8.5
wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.51/bin/apache-tomcat-8.5.51.tar.gz -O - | tar xzf - -C /srv
wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally

View File

@ -1,6 +1,6 @@
IMAGE alpine3.11_3.11.3-200313
IMAGE alpine3.11_3.11.5-200403
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.11/x86_64/alpine-minirootfs-3.11.3-x86_64.tar.gz
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.11/x86_64/alpine-minirootfs-3.11.5-x86_64.tar.gz
RUN EOF
# Update packages

View File

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

View File

@ -1,5 +1,5 @@
IMAGE alpine3.8-php5.6_5.6.40-200313
FROM alpine3.8_3.8.5-200313
IMAGE alpine3.8-php5.6_5.6.40-200403
FROM alpine3.8_3.8.5-200403
RUN EOF
apk --no-cache add nginx php5 php5-ctype php5-fpm php5-gd php5-json php5-mcrypt php5-opcache

View File

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

View File

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

2
vm.sh
View File

@ -89,7 +89,7 @@ apk --no-cache add apache2-utils gettext
wget https://repo.spotter.cz/vm.tar.gz -O - | tar xzf - -C /mnt
envsubst </mnt/boot/extlinux.conf >/mnt/boot/extlinux.conf.new
mv /mnt/boot/extlinux.conf.new /mnt/boot/extlinux.conf
chroot /mnt apk --no-cache add bridge ca-certificates curl e2fsprogs-extra gettext iptables kbd-misc logrotate postfix nginx openssh-server openssh-sftp-server util-linux wireguard-virt wireguard-tools-wg lxc@vm spoc@vm vmmgr@vm
chroot /mnt apk --no-cache add bridge ca-certificates curl e2fsprogs-extra gettext iptables kbd-misc logrotate postfix nginx openssh-server openssh-sftp-server util-linux lxc@vm spoc@vm vmmgr@vm
chroot /mnt newaliases
for SERVICE in cgroups consolefont crond iptables networking nginx ntpd postfix spoc swap urandom vmmgr; do
ln -s /etc/init.d/${SERVICE} /mnt/etc/runlevels/boot