Skip to content

Commit 45d7ae9

Browse files
committed
Dockerfile tweaks and documentation
1 parent 8912584 commit 45d7ae9

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/build/
2-
/venv/
3-
venv
1+
/build
2+
/build.log
3+
/venv

build.log

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev/container/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Dockerfile for building Cetmodules development image.
2+
3+
# 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+
110
# Base image
211
FROM ubuntu:latest
312

0 commit comments

Comments
 (0)