retest change
Build and Push Docker Image / build (push) Successful in 26s

This commit is contained in:
Lukas Greve
2025-11-14 22:30:42 +01:00
parent 37cf4acfff
commit 8fb6ab9c5b
2 changed files with 82 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
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"]