cmdline apps can use base image

This commit is contained in:
Aode 2020-01-31 16:06:32 -06:00
parent ce6f3f6b1d
commit e04f610382
5 changed files with 0 additions and 40 deletions

View file

@ -53,14 +53,6 @@ pushd base
build_image asonix/pixelfed-base arm64v8
popd
pushd horizon
build_image asonix/pixelfed-horizon arm64v8
popd
pushd garbage
build_image asonix/pixelfed-garbage arm64v8
popd
pushd web
build_image asonix/pixelfed arm64v8
popd

View file

@ -1,13 +0,0 @@
FROM asonix/pixelfed-base:latest-arm64v8
# set version label
ARG BUILD_DATE
ARG VERSION
ARG PIXELFED_RELEASE
LABEL build_version="Build version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="asonix"
# copy local files
COPY root/ /
VOLUME /srv/www/pixelfed/storage

View file

@ -1,3 +0,0 @@
#!/usr/bin/with-contenv bash
exec /usr/bin/pixelfed-garbage

View file

@ -1,13 +0,0 @@
FROM asonix/pixelfed-base:latest-arm64v8
# set version label
ARG BUILD_DATE
ARG VERSION
ARG PIXELFED_RELEASE
LABEL build_version="Build version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="asonix"
# copy local files
COPY root/ /
VOLUME /srv/www/pixelfed/storage

View file

@ -1,3 +0,0 @@
#!/usr/bin/with-contenv bash
exec /usr/bin/pixelfed-horizon