mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2025-01-10 08:34:04 +00:00
update maintainer to @HLeithner (#99)
This commit is contained in:
parent
97ec165717
commit
101afd8faf
@ -1,5 +1,5 @@
|
|||||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.2-apache
|
FROM php:7.2-apache
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.2-fpm-alpine
|
FROM php:7.2-fpm-alpine
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.2-fpm
|
FROM php:7.2-fpm
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.3-apache
|
FROM php:7.3-apache
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.3-fpm-alpine
|
FROM php:7.3-fpm-alpine
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.3-fpm
|
FROM php:7.3-fpm
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.4-apache
|
FROM php:7.4-apache
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.4-fpm-alpine
|
FROM php:7.4-fpm-alpine
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.4-fpm
|
FROM php:7.4-fpm
|
||||||
LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
|
LABEL maintainer="Harald Leithner <harald.leithner@community.joomla.org> (@HLeithner)"
|
||||||
|
|
||||||
# Disable remote database security requirements.
|
# Disable remote database security requirements.
|
||||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||||
|
Loading…
Reference in New Issue
Block a user