mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
890 B
890 B
Contributing
Every Pull Request is welcome.
Upgrading the Version
The versions in this repository should correspond to the GitHub LimeSurvey Releases
To update the version, simply update ARG variables for version and corresponding checksum:
# Version from GitHub Tags
# sha256 of tar.gz from GitHub Releases
$ grep ARG 4.0/apache/Dockerfile
ARG version='4.3.13+200824'
ARG sha256_checksum='4e9c6f20e'
It is best to use the upgrade shell script:
./upgrade.sh 4.3.13+200824
# Check if sha256 is correct
git add 4.0/ && git commit -m 'Upgrading to Version 4.3.13+200824'
git tag 4.3.13+200824
Testing
In order to make sure the image works as promised, some tests are provided:
./tests/run.sh
For further information: https://github.com/GoogleContainerTools/container-structure-test