FSKY

Free as in freedom.

The Wired

4get (latest)

Published 2026-04-01 22:05:09 +00:00 by architect in fsky/4get

Installation

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

Images

Digest OS / Arch Size
4a4cea5ef2 linux/amd64 24 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.21.6-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-04-01T22:05:04Z
org.opencontainers.image.revision 6c929e6ffa49f36354742671c650ec237bed5482
org.opencontainers.image.vendor FSKY
Details
Container
2026-04-01 22:05:09 +00:00
1874
OCI / Docker
Versions (1) View all
latest 2026-04-01