Block a user
fuw (2.0.68)
Published 2026-07-17 11:54:03 +00:00 by Nitroxid
Installation
docker pull git.nitroxid.com/nitroxid/fuw:2.0.68sha256:1df275286349576c7d6d5954a26fcfa81e761b4d274f13ccb73ae607d217c56e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d7de928a7f | linux/amd64 | 298 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates software-properties-common gnupg curl git && add-apt-repository -y ppa:ondrej/php && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get update && apt-get install -y --no-install-recommends apache2 libapache2-mod-fcgid mariadb-client php8.5-fpm php8.5-cli php8.5-mysql php8.5-sqlite3 php8.5-gd php8.5-imagick php8.5-curl php8.5-mbstring php8.5-intl php8.5-zip php8.5-xml nodejs && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c echo "date.timezone = Europe/Berlin" > /etc/php/8.5/mods-available/timezone.ini && phpenmod -v 8.5 timezone # buildkit |
| RUN /bin/sh -c a2enmod rewrite proxy_fcgi setenvif headers && a2enconf php8.5-fpm && a2dissite 000-default # buildkit |
| COPY .docker/vhost.conf /etc/apache2/sites-available/fuw.conf # buildkit |
| RUN /bin/sh -c a2ensite fuw && echo "clear_env = no" >> /etc/php/8.5/fpm/pool.d/www.conf # buildkit |
| WORKDIR /var/www/Anden-Media/fuw |
| COPY composer.json composer.lock ./ # buildkit |
| RUN /bin/sh -c php -r '$c = json_decode(file_get_contents("composer.json"), true); $c["repositories"] = array_values(array_filter($c["repositories"], fn($r) => $r["type"] !== "path")); file_put_contents("composer.json", json_encode($c, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));' # buildkit |
| RUN /bin/sh -c composer update --prefer-dist --no-dev --no-scripts --no-interaction # buildkit |
| RUN /bin/sh -c cd vendor/nitroxid/cms-core/build && npm ci && npm run build # buildkit |
| COPY . . # buildkit |
| RUN /bin/sh -c cd resources/fuw-resp-2019 && npm ci && npm run build # buildkit |
| RUN /bin/sh -c mkdir -p public/logs cache vendor/nitroxid/formbuilder/cache content/temp public/newsfeed/stats && chown -R www-data:www-data public/logs cache vendor/nitroxid/formbuilder/cache content public/newsfeed # buildkit |
| COPY .docker/start.sh /start.sh # buildkit |
| RUN /bin/sh -c chmod +x /start.sh # buildkit |
| EXPOSE [80/tcp] |
| CMD ["/start.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-17T11:53:55.863Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | e3ccc3b1553cad8c099c7c7a588894c8ec809b81 |
| org.opencontainers.image.source | https://git.nitroxid.com/Nitroxid/fuw |
| org.opencontainers.image.title | fuw |
| org.opencontainers.image.url | https://git.nitroxid.com/Nitroxid/fuw |
| org.opencontainers.image.version | 2.0.68 |
Details
2026-07-17 11:54:03 +00:00
Versions (262)
View all
Container
2
OCI / Docker