Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392754
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
222 B
Subscribers
None
Makefile
View Options
IMAGEDIRS := $(shell ls */Dockerfile | xargs dirname)
IMAGES := $(patsubst %,softwareheritage/%,$(IMAGEDIRS))
all: $(IMAGES)
.PHONY: softwareheritage/%
softwareheritage/%: %/Dockerfile
docker build -t $@:latest -f $< .
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Jun 4 2025, 7:02 PM (10 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3257173
Attached To
rCDFP Deployment tools for hosting a mirror
Event Timeline
Log In to Comment