diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a282a9a..c688a8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ build: stage: build script: - if [ -f init ]; then chmod 500 init; fi - - docker pull ${CI_REGISTRY_IMAGE}:${CACHETAG} || true + # docker pull ${CI_REGISTRY_IMAGE}:${CACHETAG} || true - docker build --cache-from ${CI_REGISTRY_IMAGE}:${CACHETAG} -t ${CI_REGISTRY_IMAGE}:${VERSION} -t ${CI_REGISTRY_IMAGE}:${CACHETAG} . - docker push ${CI_REGISTRY_IMAGE}:${VERSION} # docker push ${CI_REGISTRY_IMAGE}:${CACHETAG} diff --git a/README.md b/README.md index 3e84a21..60d4524 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,18 @@ If you want to monitor your container, or stop it, attach to the console with: docker attach ca219a461376 You can also run this in a swarm (I do)! + +---- +## Info on the Images + +### leenooks/mysticbbs:1.12a39-armv7l (Branch: armv7l) +This image is a clean install of Mystic BBS v1.12a39. It is ready for you to configure and personalise. + +### leenooks/mysticbbs:1.12a39-armv7l-extras (Branch: armv7l-extras) +This image is based on the above image, with the follow additional games/tools installed. You'll need to refer to the documentation in the docs/ directory (inside the container) for details on how to configure these mods. The docs are named `mod--...` + +| Category | Name | Description | +| :- | :- | :- | +| Game | Double Up | Double Up! for Mystic V1.0 by Darryl Perry | +| Utility | BLAM | BBS List Admin Manager for Mystic v2.0 by Darryl Perry | +