Ask Bjørn Hansen 20a5c7cdaa Alpine 3.22.0 (Apache 2.4.63-r4)
also add apache2-http2 and apache2-brotli
2025-06-19 18:20:53 -07:00
2021-10-18 10:01:39 -07:00
2025-06-19 18:20:53 -07:00
2022-01-31 04:58:26 -08:00

static-misc

Test locally

docker build -t static-web:1 .
git clone git@git.develooper.com:perl-static-misc.git git

docker run -p 8000:80 --name static-misc \
   -v `pwd`/git:/git/static -v `pwd`/config:/web/config \
   -ti --rm static-web:1

Test with

curl -H 'Host: i.perl.org' localhost:8000

To get a shell in the container run

docker exec -ti static-misc bash

And then run curl -H 'Host: i.perl.org' localhost there.

Production image

The "production image" is at harbor.ntppool.org/library/static-web:latest (or rather tagged with the most recent version, for example 2.2.0)

Description
static-web container
Readme 50 KiB
Languages
Dockerfile 67.5%
Shell 32.5%