- Add a
dev-debian
image. This image will become the main dev image in the future while the currentdev
image will be renamed todev-alpine
. This will probably happen on the next major version of Sia (1.6). - Fix
cron
andlogrotate
configurations.
- Start rebuilding the
dev
image on each successful push to Sia'smaster
branch. - Add a new
debug
image which has a full development environment in it. This image is not meant to be run in production, it's meant to be a debugging and experimentation image, as well as a CI image. - Add
logrotate
to all images.
- Add OS-level mime support
- Allow building
dev
with specific git tag or sha - Stop using
socat
and directly exposesiad
api on port 9980 instead - Remove health checks
- Add HOWTO
- Add logging instructions to README
- Add support for SIAD_DATA_DIR
- Move Sia binaries from
/sia
to/usr/bin
- Add a Makefile
- Add a Raspberry Pi image
- Limit the
dev
image to the latestmaster
that passed CI - Junipei Kawamoto
- Allow all flags passed to the container to be passed to
siad
- Allow all flags passed to the container to be passed to
- Junipei Kawamoto
- Add Alpine Linux image
- Move to an
ENTRYPOINT
script - Add
HEALTHCHECK
functionality, allowing the image to be monitored and maintained by Will Farrel's autoheal container