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 # Build runtimes
cd ${ROOT}/lxc-shared cd ${ROOT}/lxc-shared
spoc-image build -p alpine3.8/image 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-php5.6/image
spoc-image build -p alpine3.8-ruby2.4/image spoc-image build -p alpine3.8-ruby2.4/image
spoc-image build -p alpine3.10/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-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/image
spoc-image build -p alpine3.11-java8/image spoc-image build -p alpine3.11-java8/image
spoc-image build -p alpine3.11-php7.3/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-image build -p odoo/image
spoc-app publish odoo/app spoc-app publish odoo/app
spoc-image build -p opendatakit/image spoc-image build -p opendatakit/opendatakit.image
spoc-image build -p opendatakit-build/image spoc-image build -p opendatakit/opendatakit-build.image
spoc-app publish opendatakit/app spoc-app publish opendatakit/app
spoc-image build -p openmapkit/image spoc-image build -p openmapkit/image

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "2.8.3-200313", "version": "2.8.3-200403",
"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-200313", "image": "ckan_2.8.3-200403",
"depends": [ "depends": [
"ckan-datapusher", "ckan-datapusher",
"ckan-redis", "ckan-redis",
@ -21,27 +21,27 @@
} }
}, },
"ckan-datapusher": { "ckan-datapusher": {
"image": "ckan-datapusher_0.0.16-200313", "image": "ckan-datapusher_0.0.16-200403",
"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-200313", "image": "redis_5.0.7-200403",
"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-200313", "image": "solr6_6.5.1-200403",
"mounts": { "mounts": {
"ckan/solr_data": "var/lib/solr" "ckan/solr_data": "var/lib/solr"
} }
}, },
"ckan-postgres": { "ckan-postgres": {
"image": "postgis_3.0.0-200313", "image": "postgis_3.0.0-200403",
"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-200313 IMAGE ckan-datapusher_0.0.16-200403
FROM alpine3.10-python2.7_2.7.16-200313 FROM alpine3.10-python2.7_2.7.16-200403
# 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-200313 IMAGE ckan_2.8.3-200403
FROM alpine3.11-python2.7_2.7.16-200313 FROM alpine3.11-python2.7_2.7.16-200403
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-200313" SOLR_LAYER="${LAYERS_DIR}/solr6_6.5.1-200403"
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-200313", "version": "2.2.0-200403",
"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-200313", "image": "crisiscleanup_2.2.0-200403",
"depends": [ "depends": [
"crisiscleanup-postgres" "crisiscleanup-postgres"
], ],
@ -17,7 +17,7 @@
} }
}, },
"crisiscleanup-postgres": { "crisiscleanup-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"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-200313 IMAGE crisiscleanup_2.2.0-200403
FROM alpine3.8-ruby2.4_2.4.9-200313 FROM alpine3.8-ruby2.4_2.4.9-200403
# 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-200313" CC_LAYER="${LAYERS_DIR}/crisiscleanup_2.2.0-200403"
# 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-200313", "version": "0.8.0-200403",
"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-200313", "image": "cts_0.8.0-200403",
"depends": [ "depends": [
"cts-postgres" "cts-postgres"
], ],
@ -17,7 +17,7 @@
} }
}, },
"cts-postgres": { "cts-postgres": {
"image": "postgis_3.0.0-200313", "image": "postgis_3.0.0-200403",
"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-200313 IMAGE cts_0.8.0-200403
FROM alpine3.11-python2.7_2.7.16-200313 FROM alpine3.11-python2.7_2.7.16-200403
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-200313" CTS_LAYER="${LAYERS_DIR}/cts_0.8.0-200403"
# 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.0-200313", "version": "0.20.1-200403",
"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.0-200313", "image": "decidim_0.20.1-200403",
"depends": [ "depends": [
"decidim-postgres" "decidim-postgres"
], ],
@ -19,7 +19,7 @@
} }
}, },
"decidim-postgres": { "decidim-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"mounts": { "mounts": {
"decidim/postgres_data": "var/lib/postgresql" "decidim/postgres_data": "var/lib/postgresql"
} }

View File

@ -1,5 +1,5 @@
IMAGE decidim_0.20.0-200313 IMAGE decidim_0.20.1-200403
FROM alpine3.11-ruby2.6_2.6.5-200313 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/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
@ -61,7 +61,7 @@ COPY image.d
RUN EOF RUN EOF
# Install gems required by decidim # Install gems required by decidim
cd /srv/decidim-app cd /srv/decidim-app
bundle install bundle update
# Setup delayed job for mail sending # Setup delayed job for mail sending
bin/rails generate delayed_job:active_record bin/rails generate delayed_job:active_record

View File

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

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.0-200313" DECIDIM_LAYER="${LAYERS_DIR}/decidim_0.20.1-200403"
# 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.10.1-200313", "version": "2.10.1-200403",
"meta": { "meta": {
"title": "EcoGIS", "title": "EcoGIS",
"desc-cs": "EcoGIS", "desc-cs": "EcoGIS",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"ecogis": { "ecogis": {
"image": "ecogis_2.10.1-200313", "image": "ecogis_2.10.1-200403",
"depends": [ "depends": [
"ecogis-postgres" "ecogis-postgres"
], ],

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "2.6.5-200313", "version": "2.6.5-200403",
"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-200313", "image": "frontlinesms_2.6.5-200403",
"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-200313 IMAGE frontlinesms_2.6.5-200403
FROM alpine3.8-java8_8.222.10-200313 FROM alpine3.8-java8_8.222.10-200403
# 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-200313", "version": "3.6.3-200403",
"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-200313", "image": "gnuhealth_3.6.3-200403",
"depends": [ "depends": [
"gnuhealth-postgres" "gnuhealth-postgres"
], ],
@ -17,7 +17,7 @@
} }
}, },
"gnuhealth-postgres": { "gnuhealth-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"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-200313 IMAGE gnuhealth_3.6.3-200403
FROM alpine3.11-python3.8_3.8.2-200313 FROM alpine3.11-python3.8_3.8.2-200403
RUN EOF RUN EOF
# Install runtime dependencies # Install runtime dependencies

View File

@ -1,5 +1,5 @@
{ {
"version": "1.2.13-200313", "version": "1.2.13-200403",
"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.13-200313", "image": "kanboard_1.2.13-200403",
"depends": [ "depends": [
"kanboard-postgres" "kanboard-postgres"
], ],
@ -18,7 +18,7 @@
} }
}, },
"kanboard-postgres": { "kanboard-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"mounts": { "mounts": {
"kanboard/postgres_data": "var/lib/postgresql" "kanboard/postgres_data": "var/lib/postgresql"
} }

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "18.03.01-200313", "version": "18.03.01-200403",
"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-200313", "image": "mifosx_18.03.01-200403",
"depends": [ "depends": [
"mifosx-mariadb" "mifosx-mariadb"
], ],
@ -18,7 +18,7 @@
} }
}, },
"mifosx-mariadb": { "mifosx-mariadb": {
"image": "mariadb_10.4.12-200313", "image": "mariadb_10.4.12-200403",
"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-200313 IMAGE mifosx_18.03.01-200403
FROM alpine3.11-tomcat8.5_8.5.51-200313 FROM alpine3.11-tomcat8.5_8.5.53-200403
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-200313", "version": "1.3.0-200403",
"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-200313", "image": "motech_1.3.0-200403",
"depends": [ "depends": [
"motech-activemq", "motech-activemq",
"motech-postgres" "motech-postgres"
@ -18,14 +18,14 @@
} }
}, },
"motech-activemq": { "motech-activemq": {
"image": "activemq_5.15.9-200313", "image": "activemq_5.15.9-200403",
"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-200313", "image": "postgres_12.2.0-200403",
"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-200313 IMAGE motech_1.3.0-200403
FROM alpine3.11-tomcat7_7.0.99-200313 FROM alpine3.11-tomcat7_7.0.103-200403
RUN EOF RUN EOF
# Download Motech # Download Motech

View File

@ -1,5 +1,5 @@
{ {
"version": "13.0.0-200313", "version": "13.0.0-200403",
"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-200313", "image": "odoo_13.0.0-200403",
"depends": [ "depends": [
"odoo-postgres" "odoo-postgres"
], ],
@ -18,7 +18,7 @@
} }
}, },
"odoo-postgres": { "odoo-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"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-200313 IMAGE odoo_13.0.0-200403
FROM alpine3.11-python3.8_3.8.2-200313 FROM alpine3.11-python3.8_3.8.2-200403
RUN EOF RUN EOF
# Install runtime dependencies # Install runtime dependencies

View File

@ -1,5 +1,5 @@
{ {
"version": "2.0.5-200313", "version": "2.0.5-200403",
"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-200313", "image": "opendatakit_2.0.5-200403",
"depends": [ "depends": [
"opendatakit-postgres" "opendatakit-postgres"
], ],
@ -19,7 +19,7 @@
} }
}, },
"opendatakit-build": { "opendatakit-build": {
"image": "opendatakit-build_0.3.5-200313", "image": "opendatakit-build_0.3.5-200403",
"depends": [ "depends": [
"opendatakit-postgres" "opendatakit-postgres"
], ],
@ -28,7 +28,7 @@
} }
}, },
"opendatakit-postgres": { "opendatakit-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"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-200313 IMAGE opendatakit-build_0.3.5-200403
FROM alpine3.11-ruby2.4_2.4.9-200313 FROM alpine3.11-ruby2.4_2.4.9-200403
RUN EOF RUN EOF
# Install runtime dependencies # Install runtime dependencies

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "0.12.0-200313", "version": "0.12.0-200403",
"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-200313", "image": "openmapkit_0.12.0-200403",
"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-200313 IMAGE openmapkit_0.12.0-200403
FROM alpine3.10-nodejs10_10.19.0-200313 FROM alpine3.10-nodejs10_10.19.0-200403
# 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-200313" OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-200403"
# Configure OpenMapKit # Configure OpenMapKit
export OPENMAPKIT_ADMIN_USER="admin" export OPENMAPKIT_ADMIN_USER="admin"

View File

@ -1,5 +1,5 @@
{ {
"version": "0.0.1-200313", "version": "0.0.1-200403",
"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-200313", "image": "pandora_0.0.1-200403",
"depends": [ "depends": [
"pandora-postgres", "pandora-postgres",
"pandora-rabbitmq" "pandora-rabbitmq"
@ -19,13 +19,13 @@
} }
}, },
"pandora-postgres": { "pandora-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"mounts": { "mounts": {
"pandora/postgres_data": "var/lib/postgresql" "pandora/postgres_data": "var/lib/postgresql"
} }
}, },
"pandora-rabbitmq": { "pandora-rabbitmq": {
"image": "rabbitmq_3.7.18-200313", "image": "rabbitmq_3.7.18-200403",
"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-200313 IMAGE pandora_0.0.1-200403
FROM alpine3.10-python3.7_3.7.5-200313 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 # 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": "0.0.1-200313", "version": "0.0.1-200403",
"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_0.0.1-200313", "image": "sahana_0.0.1-200403",
"depends": [ "depends": [
"sahana-demo-postgres" "sahana-demo-postgres"
], ],
@ -20,7 +20,7 @@
} }
}, },
"sahana-demo-postgres": { "sahana-demo-postgres": {
"image": "postgis_3.0.0-200313", "image": "postgis_3.0.0-200403",
"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_0.0.1-200313" SAHANA_LAYER="${LAYERS_DIR}/sahana_0.0.1-200403"
# 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.0.1-200313", "version": "0.0.1-200403",
"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_0.0.1-200313", "image": "sahana_0.0.1-200403",
"depends": [ "depends": [
"sahana-postgres" "sahana-postgres"
], ],
@ -20,7 +20,7 @@
} }
}, },
"sahana-postgres": { "sahana-postgres": {
"image": "postgis_3.0.0-200313", "image": "postgis_3.0.0-200403",
"mounts": { "mounts": {
"sahana/postgres_data": "var/lib/postgresql" "sahana/postgres_data": "var/lib/postgresql"
} }

View File

@ -1,5 +1,5 @@
IMAGE sahana_0.0.1-200313 IMAGE sahana_0.0.1-200403
FROM alpine3.11-python3.8_3.8.2-200313 FROM alpine3.11-python3.8_3.8.2-200403
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_0.0.1-200313" SAHANA_LAYER="${LAYERS_DIR}/sahana_0.0.1-200403"
# 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.0.1-200313", "version": "0.0.1-200403",
"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_0.0.1-200313", "image": "sahana_0.0.1-200403",
"depends": [ "depends": [
"sambro-postgres" "sambro-postgres"
], ],
@ -21,7 +21,7 @@
} }
}, },
"sambro-postgres": { "sambro-postgres": {
"image": "postgis_3.0.0-200313", "image": "postgis_3.0.0-200403",
"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_0.0.1-200313" SAHANA_LAYER="${LAYERS_DIR}/sahana_0.0.1-200403"
# 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-200313", "version": "5.1.15-200403",
"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-200313", "image": "seeddms_5.1.15-200403",
"depends": [ "depends": [
"seeddms-postgres" "seeddms-postgres"
], ],
@ -18,7 +18,7 @@
} }
}, },
"seeddms-postgres": { "seeddms-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"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-200313 IMAGE seeddms_5.1.15-200403
FROM alpine3.11-php7.3_7.3.15-200313 FROM alpine3.11-php7.3_7.3.16-200403
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-200313" SEEDDMS_LAYER="${LAYERS_DIR}/seeddms_5.1.15-200403"
# 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.0.2-200313", "version": "2.0.2-200403",
"meta": { "meta": {
"title": "Sigmah", "title": "Sigmah",
"desc-cs": "Finanční řízení sbírek", "desc-cs": "Finanční řízení sbírek",
@ -8,7 +8,7 @@
}, },
"containers": { "containers": {
"sigmah": { "sigmah": {
"image": "sigmah_2.0.2-200313", "image": "sigmah_2.0.2-200403",
"depends": [ "depends": [
"sigmah-postgres" "sigmah-postgres"
], ],
@ -19,7 +19,7 @@
} }
}, },
"sigmah-postgres": { "sigmah-postgres": {
"image": "postgres_12.2.0-200313", "image": "postgres_12.2.0-200403",
"mounts": { "mounts": {
"sigmah/postgres_data": "var/lib/postgresql" "sigmah/postgres_data": "var/lib/postgresql"
} }

View File

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

View File

@ -5,7 +5,7 @@ set -ev
POSTGRES_DATA="${VOLUMES_DIR}/sigmah/postgres_data" POSTGRES_DATA="${VOLUMES_DIR}/sigmah/postgres_data"
SIGMAH_DATA="${VOLUMES_DIR}/sigmah/sigmah_data" SIGMAH_DATA="${VOLUMES_DIR}/sigmah/sigmah_data"
SIGMAH_CONF="${VOLUMES_DIR}/sigmah/sigmah_conf" 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 # 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.1-200313", "version": "4.4.1-200403",
"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.1-200313", "image": "ushahidi_4.4.1-200403",
"depends": [ "depends": [
"ushahidi-redis", "ushahidi-redis",
"ushahidi-mariadb" "ushahidi-mariadb"
@ -20,14 +20,14 @@
} }
}, },
"ushahidi-redis": { "ushahidi-redis": {
"image": "redis_5.0.7-200313", "image": "redis_5.0.7-200403",
"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-200313", "image": "mariadb_10.4.12-200403",
"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,12 +1,12 @@
IMAGE ushahidi_4.4.1-200313 IMAGE ushahidi_4.4.2-200403
FROM alpine3.11-php7.3_7.3.15-200313 FROM alpine3.11-php7.3_7.3.16-200403
RUN EOF RUN EOF
# Install runtime dependencies # Install runtime dependencies
apk --no-cache add php7-curl php7-imap php7-mysqli php7-pecl-memcached php7-pecl-redis php7-pdo_mysql apk --no-cache add php7-curl php7-imap php7-mysqli php7-pecl-memcached php7-pecl-redis php7-pdo_mysql
# Download Ushahidi # 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 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 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 mv /srv/ushahidi/ushahidi-platform-bundle-* /srv/ushahidi/platform

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
IMAGE alpine3.10-python3.7_3.7.5-200313 IMAGE alpine3.10-python3.7_3.7.5-200403
FROM alpine3.10_3.10.4-200313 FROM alpine3.10_3.10.4-200403
RUN EOF RUN EOF
apk --no-cache add python3 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 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 IMAGE alpine3.11-java8_8.242.08-200403
FROM alpine3.11_3.11.3-200313 FROM alpine3.11_3.11.5-200403
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.11-php7.3_7.3.15-200313 IMAGE alpine3.11-php7.3_7.3.16-200403
FROM alpine3.11_3.11.3-200313 FROM alpine3.11_3.11.5-200403
RUN EOF RUN EOF
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session 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 IMAGE alpine3.11-python2.7_2.7.16-200403
FROM alpine3.11_3.11.3-200313 FROM alpine3.11_3.11.5-200403
RUN EOF RUN EOF
apk --no-cache add python2 apk --no-cache add python2

View File

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

View File

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

View File

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

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat7_7.0.99-200313 IMAGE alpine3.11-tomcat7_7.0.103-200403
FROM alpine3.11-java8_8.242.08-200313 FROM alpine3.11-java8_8.242.08-200403
RUN EOF RUN EOF
# Install Tomcat 7 # 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 mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally # Make catalina.sh available globally

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat8.5_8.5.51-200313 IMAGE alpine3.11-tomcat8.5_8.5.53-200403
FROM alpine3.11-java8_8.242.08-200313 FROM alpine3.11-java8_8.242.08-200403
RUN EOF RUN EOF
# Install Tomcat 8.5 # 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 mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally # 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 RUN EOF
# Update packages # Update packages

View File

@ -1,5 +1,5 @@
IMAGE alpine3.8-java8_8.222.10-200313 IMAGE alpine3.8-java8_8.222.10-200403
FROM alpine3.8_3.8.5-200313 FROM alpine3.8_3.8.5-200403
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-php5.6_5.6.40-200313 IMAGE alpine3.8-php5.6_5.6.40-200403
FROM alpine3.8_3.8.5-200313 FROM alpine3.8_3.8.5-200403
RUN EOF RUN EOF
apk --no-cache add nginx php5 php5-ctype php5-fpm php5-gd php5-json php5-mcrypt php5-opcache 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 IMAGE alpine3.8-ruby2.4_2.4.9-200403
FROM alpine3.8_3.8.5-200313 FROM alpine3.8_3.8.5-200403
RUN EOF RUN EOF
# Install Ruby runtime dependencies # 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 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 wget https://repo.spotter.cz/vm.tar.gz -O - | tar xzf - -C /mnt
envsubst </mnt/boot/extlinux.conf >/mnt/boot/extlinux.conf.new envsubst </mnt/boot/extlinux.conf >/mnt/boot/extlinux.conf.new
mv /mnt/boot/extlinux.conf.new /mnt/boot/extlinux.conf 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 chroot /mnt newaliases
for SERVICE in cgroups consolefont crond iptables networking nginx ntpd postfix spoc swap urandom vmmgr; do 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 ln -s /etc/init.d/${SERVICE} /mnt/etc/runlevels/boot