Block a user
fuw (2.0.45)
Published 2026-07-14 14:16:33 +00:00 by Nitroxid
Installation
docker pull git.nitroxid.com/nitroxid/fuw:2.0.45sha256:48242394a4cc1d7b0879792f86738bf74a36426910c33d08168418356e757d15
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 44ada7366b | linux/amd64 | 275 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 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 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 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-14T14:16:25.904Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 3550e99a29d28f6d9c71f92bc182db48cc8870f4 |
| 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.45 |
Details
2026-07-14 14:16:33 +00:00
Versions (262)
View all
Container
2
OCI / Docker