Skip to content

dmetzler1988-org/container-image-alpine-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

dmetzler1988 Universal alpine base image

The dmetzler1988 Universal alpine base image is an image based on Alpine Linux version 3.20.3 from DockerHub.

Features

Usage

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

Local Build

To build this image on local system, use the following command in your CLI

docker build -t dmetzler1988-org/alpine-minimal .

Build Process

The CI/CD setup uses the Docker build-push Action to publish container images.
This is managed in .github/workflows/release.yaml.

License

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

Copyright (c) 2024 dmetzler1988