Skip to content

Commit a325d89

Browse files
Merge pull request #582 from nextcloud/dev/update-dockerfile-with-maintainer
Update dockerfile with maintainer
2 parents 29bac9f + 94273a1 commit a325d89

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
12
FROM mariadb:10.1
23

4+
LABEL maintainer="Christian Wolf <[email protected]>"
5+
36
HEALTHCHECK --interval=5s --timeout=5s --retries=24 \
47
CMD mysqladmin ping --silent

.github/actions/run-tests/tests/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
ARG PHPVERSION
33
FROM php:${PHPVERSION}-fpm
44

5+
LABEL maintainer="Christian Wolf <[email protected]>"
6+
57
ARG PHPVERSION
68

79
COPY install.sh /install.sh

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
[#452](https://github.com./nextcloud/cookbook/pull/452) @christianlupus
5656
- Code cleanup
5757
[#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
5860

5961
### Removed
6062
- Removal of old contoller no longer in use

0 commit comments

Comments
 (0)