shopwell / docker
Docker image for Shopwell 6 production
Package info
github.com/shopwell-shop/docker
Language:Dockerfile
Type:metapackage
pkg:composer/shopwell/docker
0.3.0
2026-09-26 12:33 UTC
Requires
- shopwell/core: >=6.7.0.0
- shopwell/deployment-helper: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-26 16:41:20 UTC
README
This repository contains a base image with Alpine + PHP + (Caddy or Nginx), which you can use to build your docker image with your code.
Documentation can be found here
Container images
Published base images are available from both registries:
- GitHub Container Registry:
ghcr.io/shopwell-shop/docker-base - Docker Hub:
shopwell8/docker-base
For example:
docker pull ghcr.io/shopwell-shop/docker-base:8.4-caddy docker pull shopwell8/docker-base:8.4-caddy
The GHCR image is shown in the Packages section of this GitHub repository after the first successful image publication.