Compare commits

..

11 Commits

Author SHA1 Message Date
Markus Opolka
5915942a26 Upgrading to Version 5.1.2+210813 2021-08-17 17:13:04 +02:00
Markus Opolka
57e3b84970 Upgrading to LTS Version 3.27.11+210809 2021-08-17 17:12:23 +02:00
Markus Opolka
70631e85bd Upgrading to Version 5.0.13+210804 2021-08-12 07:58:46 +02:00
Markus Opolka
452f6291c0 Upgrading to LTS Version 3.27.10+210803 2021-08-12 07:57:55 +02:00
Markus Opolka
0a8860911c Upgrading to Version 5.0.12+210729 2021-08-05 08:13:10 +02:00
Markus Opolka
1b174dafb7 Upgrading to LTS Version 3.27.9+210726 2021-08-05 08:12:14 +02:00
Markus Opolka
2c011a2de6 Upgrading to Version 5.0.11+210727 2021-07-30 07:59:57 +02:00
Markus Opolka
e63cd1ab2b Upgrading to Version 5.0.10+210723 2021-07-28 08:17:22 +02:00
Markus Opolka
2a7eebdc66 Upgrading to LTS Version 3.27.8+210721 2021-07-28 08:14:07 +02:00
Markus Opolka
52483b4656 Update Trivy config to only scan type 'os' (#85)
- since we are not in charge of the app
2021-07-27 10:20:42 +02:00
Markus Opolka
342d706142 Update README (#84) 2021-07-27 09:41:07 +02:00
9 changed files with 23 additions and 13 deletions

View File

@@ -40,6 +40,8 @@ jobs:
format: 'template'
template: '@/contrib/sarif.tpl'
exit-code: '0'
# Since we are not in charge of the Application
vuln-type: 'os'
output: trivy-results-5-${{ matrix.context }}.sarif
severity: 'CRITICAL,HIGH'

View File

@@ -40,6 +40,8 @@ jobs:
format: 'template'
template: '@/contrib/sarif.tpl'
exit-code: '0'
# Since we are not in charge of the Application
vuln-type: 'os'
output: trivy-results-3-${{ matrix.context }}.sarif
severity: 'CRITICAL,HIGH'

View File

@@ -1,7 +1,7 @@
FROM php:7.4-apache
LABEL maintainer="markus@martialblog.de"
ARG version='3.27.7+210713'
ARG sha256_checksum='cd88e6d0cbd4652b6814dd48b8ed493817666ecbf81b80806ee740fdc02dca28'
ARG version='3.27.11+210809'
ARG sha256_checksum='c24df0e007e9a9c4e64a1e57c07a559e1866d79a32f8ab736efc0e73aa8a28b1'
ARG USER=root
ARG LISTEN_PORT=80

View File

@@ -1,7 +1,7 @@
FROM php:7.4-fpm-alpine
LABEL maintainer="markus@martialblog.de"
ARG version='3.27.7+210713'
ARG sha256_checksum='cd88e6d0cbd4652b6814dd48b8ed493817666ecbf81b80806ee740fdc02dca28'
ARG version='3.27.11+210809'
ARG sha256_checksum='c24df0e007e9a9c4e64a1e57c07a559e1866d79a32f8ab736efc0e73aa8a28b1'
# Install OS dependencies
RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.4-fpm
LABEL maintainer="markus@martialblog.de"
ARG version='3.27.7+210713'
ARG sha256_checksum='cd88e6d0cbd4652b6814dd48b8ed493817666ecbf81b80806ee740fdc02dca28'
ARG version='3.27.11+210809'
ARG sha256_checksum='c24df0e007e9a9c4e64a1e57c07a559e1866d79a32f8ab736efc0e73aa8a28b1'
# Install OS dependencies
RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:8-apache
LABEL maintainer="markus@martialblog.de"
ARG version='5.0.9+210722'
ARG sha256_checksum='2d9bc1ba0874f462bac6c94cad16127d0d231e0a257d8e895578354d28a84812'
ARG version='5.1.2+210813'
ARG sha256_checksum='c8763494cabae983611e177bb551c837441509d8c94dd7e1f4825eff954c962a'
ARG USER=www-data
ARG LISTEN_PORT=8080

View File

@@ -1,7 +1,7 @@
FROM php:8-fpm-alpine
LABEL maintainer="markus@martialblog.de"
ARG version='5.0.9+210722'
ARG sha256_checksum='2d9bc1ba0874f462bac6c94cad16127d0d231e0a257d8e895578354d28a84812'
ARG version='5.1.2+210813'
ARG sha256_checksum='c8763494cabae983611e177bb551c837441509d8c94dd7e1f4825eff954c962a'
ARG USER=www-data
# Install OS dependencies

View File

@@ -1,7 +1,7 @@
FROM php:8-fpm
LABEL maintainer="markus@martialblog.de"
ARG version='5.0.9+210722'
ARG sha256_checksum='2d9bc1ba0874f462bac6c94cad16127d0d231e0a257d8e895578354d28a84812'
ARG version='5.1.2+210813'
ARG sha256_checksum='c8763494cabae983611e177bb551c837441509d8c94dd7e1f4825eff954c962a'
ARG USER=www-data
# Install OS dependencies

View File

@@ -124,7 +124,7 @@ For further details on the settings see: https://manual.limesurvey.org/Data_encr
For further details on the settings see: https://manual.limesurvey.org/Optional_settings#Advanced_Path_Settings
# Running this Image with docker-compose
# Running LimeSurvey with docker-compose
The easiest way to get a fully featured and functional setup is using a docker-compose file. Several examples are provided in the [repository](https://github.com/martialblog/docker-limesurvey).
@@ -138,6 +138,12 @@ http://localhost:8080/
http://localhost:8080/index.php/admin
```
# Running LimeSurvey with Helm
A Helm Chart for this Image can be used for deployments. Please refer to the Helm Repository for further details:
https://github.com/martialblog/helm-charts
# Upgrade Guide
These guides are only referring to the Docker Image, for details on the application users should consult the [official LimeSurvey documentation](https://manual.limesurvey.org/Upgrading_from_a_previous_version) for details.