File tree 3 files changed +7
-0
lines changed
.github/actions/run-tests
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+
1
2
FROM mariadb:10.1
2
3
4
+ LABEL maintainer=
"Christian Wolf <[email protected] >"
5
+
3
6
HEALTHCHECK --interval=5s --timeout=5s --retries=24 \
4
7
CMD mysqladmin ping --silent
Original file line number Diff line number Diff line change 2
2
ARG PHPVERSION
3
3
FROM php:${PHPVERSION}-fpm
4
4
5
+ LABEL maintainer=
"Christian Wolf <[email protected] >"
6
+
5
7
ARG PHPVERSION
6
8
7
9
COPY install.sh /install.sh
Original file line number Diff line number Diff line change 55
55
[ #452 ] ( https://github.com./nextcloud/cookbook/pull/452 ) @christianlupus
56
56
- Code cleanup
57
57
[ #579 ] ( https://github.com./nextcloud/cookbook/pull/579 ) @christianlupus
58
+ - Added label to Dockerfile to be consistent with docker guidelines
59
+ [ #582 ] ( https://github.com./nextcloud/cookbook/pull/582 ) @christianlupus
58
60
59
61
### Removed
60
62
- Removal of old contoller no longer in use
You can’t perform that action at this time.
0 commit comments