FROM php:8.1-apache
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
RUN set -ex; \
apt-get update; \
FROM php:8.1-fpm-alpine
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
# entrypoint.sh and installto.sh dependencies
RUN set -ex; \
FROM php:8.1-fpm
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
RUN set -ex; \
apt-get update; \
FROM php:8.0-apache AS base
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
RUN set -ex; \
apt-get update; \
FROM php:8.1-%%VARIANT%%
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
# entrypoint.sh and installto.sh dependencies
RUN set -ex; \
FROM php:8.1-%%VARIANT%%
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
RUN set -ex; \
apt-get update; \