Block a user
fuw (2.0.78)
Published 2026-07-31 08:35:00 +00:00 by Nitroxid
Installation
docker pull git.nitroxid.com/nitroxid/fuw:2.0.78sha256:de27f732cab4c32aaa12b78505a7ffa4424560e54d2f0721c1f39b3902da571f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| de7f7206c6 | linux/amd64 | 299 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-31T08:34:53.031Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 5fb596fdb695ed83b8e8c8c7bd4ce3c4565ecfe3 |
| 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.78 |
Details
2026-07-31 08:35:00 +00:00
Versions (262)
View all
Container
3
OCI / Docker