Skip to content

Update dockerfile with maintainer #582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/run-tests/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

FROM mariadb:10.1

LABEL maintainer="Christian Wolf <[email protected]>"

HEALTHCHECK --interval=5s --timeout=5s --retries=24 \
CMD mysqladmin ping --silent
2 changes: 2 additions & 0 deletions .github/actions/run-tests/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
ARG PHPVERSION
FROM php:${PHPVERSION}-fpm

LABEL maintainer="Christian Wolf <[email protected]>"

ARG PHPVERSION

COPY install.sh /install.sh
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
[#452](https://github.com./nextcloud/cookbook/pull/452) @christianlupus
- Code cleanup
[#579](https://github.com./nextcloud/cookbook/pull/579) @christianlupus
- Added label to Dockerfile to be consistent with docker guidelines
[#582](https://github.com./nextcloud/cookbook/pull/582) @christianlupus

### Removed
- Removal of old contoller no longer in use
Expand Down