The dmetzler1988 Universal alpine base image is an image based on Alpine Linux version 3.20.3 from DockerHub.
- based on minimal DockerHub Alpine Linux version 3.20.3
- uses APK as package manager
This image can be used as a downstream image in your repository. Replace the :latest
tag with a specific version.
FROM ghcr.io/dmetzler1988-org/alpine-minimal:latest
RUN apk --no-cache add python3
USER 1001
To build this image on local system, use the following command in your CLI
docker build -t dmetzler1988-org/alpine-minimal .
The CI/CD setup uses the Docker build-push Action to publish container images.
This is managed in .github/workflows/release.yaml.
This application is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License v3.
Copyright (c) 2024 dmetzler1988