Update to stretch
This commit is contained in:
parent
e10ec279d6
commit
3e961b585e
@ -1,7 +1,7 @@
|
|||||||
# NAME leenooks/mysticbbs
|
# NAME leenooks/mysticbbs
|
||||||
# VERSION 1.12a39-armv7l
|
# VERSION 1.12a39-armv7l
|
||||||
|
|
||||||
FROM arm32v7/debian:jessie-slim
|
FROM arm32v7/debian:stretch-slim
|
||||||
|
|
||||||
MAINTAINER Deon George <deon@leenooks.net>
|
MAINTAINER Deon George <deon@leenooks.net>
|
||||||
|
|
||||||
|
@ -64,4 +64,4 @@ You can also run this in a swarm (I do)!
|
|||||||
|
|
||||||
----
|
----
|
||||||
## Extras Container
|
## Extras Container
|
||||||
There is an "extras" container with some additional MysticBBS mods pre-installed. You'll find info on that in the [armv7l-extras](https://dev.leenooks.net/leenooks/mysticbbs/blob/armv7l-extras/README.md) branch.
|
There is an "extras" container with some additional MysticBBS mods pre-installed. You'll find info on that in the [armv7l-extras](https://dev.leenooks.net/leenooks/mysticbbs/blob/armv7l-extras/README.md#info-on-the-images) branch.
|
||||||
|
@ -15,7 +15,7 @@ PATCH_FILE=mystic.112a39.patch
|
|||||||
[ $(id -u) -ne 0 ] && echo "ERROR: You need to run me as root." && exit 1
|
[ $(id -u) -ne 0 ] && echo "ERROR: You need to run me as root." && exit 1
|
||||||
|
|
||||||
if [ -d ${TARGET_DIR} ]; then
|
if [ -d ${TARGET_DIR} ]; then
|
||||||
echo "! Skipping installation [$TARGET_DIR} already exists"
|
echo "! Skipping installation [${TARGET_DIR}] already exists"
|
||||||
|
|
||||||
else
|
else
|
||||||
# 1) Download Mystic App
|
# 1) Download Mystic App
|
||||||
@ -74,5 +74,5 @@ echo "Zipping up data dir..."
|
|||||||
tar czf mystic/data.tar.gz data/
|
tar czf mystic/data.tar.gz data/
|
||||||
|
|
||||||
# That dir is now ready for the image
|
# That dir is now ready for the image
|
||||||
tar czf mystic.tar.gz mystic
|
tar czf ../mystic.tar.gz mystic
|
||||||
echo "OK mystic.tar.gz can be moved to your docker build"
|
echo "OK mystic.tar.gz can be moved to your docker build"
|
||||||
|
BIN
mystic.tar.gz
BIN
mystic.tar.gz
Binary file not shown.
Reference in New Issue
Block a user