We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8912584 commit 45d7ae9Copy full SHA for 45d7ae9
.gitignore
@@ -1,3 +1,3 @@
1
-/build/
2
-/venv/
3
-venv
+/build
+/build.log
+/venv
build.log
dev/container/Dockerfile
@@ -1,3 +1,12 @@
+# Dockerfile for building Cetmodules development image.
+
+# Podman instructions for building and uploading tagged images:
4
+# $ DATE="$(date +"%Y-%m-%d")"
5
+# $ podman build --tag cetmodules-dev:$DATE .
6
+# $ podman login ghcr.io --username <username> -p $(gh auth token)
7
+# $ podman push cetmodules-dev:$DATE ghcr.io/fnalssi/cetmodules-dev:$DATE
8
+# ... and optionally push with destination tag "latest"
9
10
# Base image
11
FROM ubuntu:latest
12
0 commit comments