Files
fedora-runner-image/Dockerfile
Lukas Greve 953c9a29b9
All checks were successful
Build and Push Docker Image / build (push) Successful in 32s
test new tagging
2025-11-14 22:18:45 +01:00

14 lines
235 B
Docker

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