FSKY

Free as in freedom.

The Wired

4get (latest)

Published 2026-05-08 23:08:34 +00:00 by architect in fsky/4get

Installation

docker pull foundry.fsky.io/fsky/4get:latest
sha256:50f5cce1f29e81695f6487e276a64ae0414d73f7e4e5d9df7bb4a55e154f5ba2

Images

Digest OS / Arch Size
67ebf1ee5c linux/amd64 28 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /var/www/html/4get
RUN /bin/sh -c apk update && apk upgrade # buildkit
RUN /bin/sh -c apk add php apache2-ssl php84-fileinfo php84-openssl php84-iconv php84-common php84-dom php84-sodium php84-curl curl php84-pecl-apcu php84-apache2 imagemagick php84-pecl-imagick php84-mbstring imagemagick-webp imagemagick-jpeg # buildkit
COPY . . # buildkit
RUN /bin/sh -c chmod 777 /var/www/html/4get/icons # buildkit
EXPOSE [80/tcp]
EXPOSE [443/tcp]
ENV FOURGET_PROTO=http
ENTRYPOINT ["./docker/docker-entrypoint.sh"]
CMD ["start"]

Labels

Key Value
org.opencontainers.image.created 2026-05-08T23:08:29Z
org.opencontainers.image.revision d37ce87d5ea151da80904b5d1b4f81ca6b50c47a
org.opencontainers.image.vendor FSKY
Details
Container
2026-05-08 23:08:34 +00:00
13449
OCI / Docker
Versions (1) View all
latest 2026-05-08