Files
fedora-runner-image/simple
Lukas Greve 8fb6ab9c5b
All checks were successful
Build and Push Docker Image / build (push) Successful in 26s
retest change
2025-11-14 22:30:42 +01:00

12 lines
193 B
Plaintext

FROM fedora:latest
# Set labels
LABEL maintainer="Lukas Greve <lukas@phyllo.me>"
LABEL DISTTAG=f44simple-container
# Set working directory
WORKDIR /build
# Default command
CMD ["/bin/bash"]