Skip to content

Commit

Permalink
Revert single dockerfiles
Browse files Browse the repository at this point in the history
This reverts commit dba294a
  • Loading branch information
jheimbach committed Apr 21, 2020
1 parent dba294a commit cb2d795
Show file tree
Hide file tree
Showing 45 changed files with 75 additions and 210 deletions.
3 changes: 0 additions & 3 deletions 7.1/apache/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.1/apache/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.1/apache/stretch/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.1/cli/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.1/cli/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.1/cli/stretch/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.1/fpm/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.1/fpm/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.1/fpm/stretch/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.2/apache/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.2/apache/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.2/apache/stretch/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.2/cli/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.2/cli/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.2/cli/stretch/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.2/fpm/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.2/fpm/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.2/fpm/stretch/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.3/apache/buster/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.3/apache/buster/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.3/apache/buster/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.3/apache/stretch/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
3 changes: 0 additions & 3 deletions 7.3/apache/stretch/no-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
13 changes: 5 additions & 8 deletions 7.3/apache/stretch/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand All @@ -111,11 +108,11 @@ RUN set -eux; \
ENV PATH="${PATH}:/root/.composer/vendor/bin"

##<debug>##
RUN VERSION=$(curl --location --fail --retry 10 http://chromedriver.storage.googleapis.com/LATEST_RELEASE) \
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_linux64.zip \
unzip -o -q chromedriver_linux64.zip \
mv chromedriver /usr/local/bin/chromedriver \
rm chromedriver_linux64.zip
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
&& apt-get autoremove -y \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
##</debug>##

##<autogenerated>##
Expand Down
3 changes: 0 additions & 3 deletions 7.3/cli/buster/debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ RUN set -eux \
&& apt-get remove -y autoconf automake libtool nasm make pkg-config libz-dev build-essential g++ \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer

RUN echo "upload_max_filesize = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini && \
echo "post_max_size = 100M" >> /usr/local/etc/php/conf.d/20-pimcore.ini

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_MEMORY_LIMIT -1
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
Loading

0 comments on commit cb2d795

Please sign in to comment.