Reintroduce repo tagging

This commit is contained in:
Disassembler 2019-06-05 09:33:28 +02:00
parent 6822f605d1
commit a7c85af7cc
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
10 changed files with 14 additions and 14 deletions

View File

@ -20,7 +20,7 @@ apk add swig python2-dev
abuild -F
cd ${ROOT}/apk/gdal
apk add curl-dev geos-dev giflib-dev jpeg-dev libjpeg-turbo-dev libpng-dev linux-headers postgresql-dev python2-dev sqlite-dev swig tiff-dev zlib-dev
apk add curl-dev geos-dev@vm giflib-dev jpeg-dev libjpeg-turbo-dev libpng-dev linux-headers postgresql-dev python2-dev sqlite-dev swig tiff-dev zlib-dev
abuild -F
cd ${ROOT}/apk/proj4
@ -31,7 +31,7 @@ apk add elixir erlang-compiler erlang-dev erlang-edoc erlang-eldap erlang-erl-do
abuild -F
cd ${ROOT}/apk/postgis
apk add gdal-dev geos-dev json-c-dev libxml2-dev pcre-dev perl perl-dev postgresql postgresql-dev proj4-dev
apk add gdal-dev@vm geos-dev@vm json-c-dev libxml2-dev pcre-dev perl perl-dev postgresql postgresql-dev proj4-dev@vm
abuild -F
cd ${ROOT}/apk/vmmgr

View File

@ -14,7 +14,7 @@ SRCDEST=/var/cache/distfiles
# uncomment line below to store built packages in other location
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
# where $repo is the name of the parent directory of $startdir.
REPODEST=/srv/build
REPODEST=/srv/build/alpine/v3.9
# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.

View File

@ -1,3 +1,3 @@
http://dl-cdn.alpinelinux.org/alpine/v3.9/main
http://dl-cdn.alpinelinux.org/alpine/v3.9/community
@vm http://repo.spotter.cz/apk
@vm http://repo.spotter.cz/alpine/v3.9/apk

View File

@ -5,7 +5,7 @@ LAYER ckan/ckan
RUN EOF
# Install runtime dependencies
apk --no-cache add geos libjpeg-turbo libmagic libpq mailcap py2-pip zlib
apk --no-cache add geos@vm libjpeg-turbo libmagic libpq mailcap py2-pip zlib
# Install build dependencies
apk --no-cache add --virtual .deps build-base git libjpeg-turbo-dev libxml2-dev libxslt-dev postgresql-dev python2-dev zlib-dev

View File

@ -5,7 +5,7 @@ LAYER cts/cts
RUN EOF
# Install runtime dependencies
apk --no-cache add geos libpq nginx zlib
apk --no-cache add geos@vm libpq nginx zlib
# Install build dependencies
apk --no-cache add --virtual .deps build-base git postgresql-dev python2-dev py2-pip zlib-dev

View File

@ -5,7 +5,7 @@ LAYER shared/sahana
RUN EOF
# Install runtime dependencies
apk --no-cache add geos nginx py-gdal py2-dateutil py2-lxml py2-numpy py2-pillow py2-psycopg2 py2-requests uwsgi-python
apk --no-cache add geos@vm nginx py-gdal@vm py2-dateutil py2-lxml py2-numpy py2-pillow py2-psycopg2 py2-requests uwsgi-python
# Install build dependencies
apk --no-cache add --virtual .deps build-base git freetype-dev libpng-dev py-numpy-dev py2-pip python2-dev ttf-dejavu

View File

@ -8,7 +8,7 @@ RUN EOF
sed -i 's/postgres:x:70/postgres:x:5432/' /etc/group
# Install PostgreSQL + PostGIS
apk --no-cache add postgresql postgresql-contrib postgis
apk --no-cache add postgresql postgresql-contrib postgis@vm
# Create socket directory
mkdir /run/postgresql

View File

@ -8,7 +8,7 @@ RUN EOF
adduser -S -u 5672 -h /usr/lib/rabbitmq -s /bin/false -g rabbitmq -G rabbitmq rabbitmq
# Install RabbitMQ
apk --no-cache add rabbitmq-server
apk --no-cache add rabbitmq-server@vm
EOF
MOUNT DIR /srv/rabbitmq/data var/lib/rabbitmq/mnesia

View File

@ -0,0 +1,3 @@
http://dl-cdn.alpinelinux.org/alpine/v3.9/main
http://dl-cdn.alpinelinux.org/alpine/v3.9/community
@vm http://repo.spotter.cz/alpine/v3.9/apk

View File

@ -2,15 +2,12 @@ IMAGE build
LAYER shared/alpine3.9
COPY https://github.com/gliderlabs/docker-alpine/raw/rootfs/library-3.9/x86_64/versions/library-3.9/x86_64/rootfs.tar.xz
RUN EOF
# Add spotter repository
echo 'http://repo.spotter.cz/apk' >>/etc/apk/repositories
COPY lxc
RUN EOF
# Update packages
apk --no-cache upgrade
# Install s6 supervisor
apk --no-cache add libxml2 libxslt s6
EOF
COPY lxc