Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e6aba330e | |||
| d810f1cd33 |
4
Makefile
4
Makefile
@@ -30,7 +30,9 @@ coverage.html: coverage.out
|
||||
clean:
|
||||
rm -f undocker coverage.html
|
||||
|
||||
TEST_IMAGES = busybox-glibc_65ad0d468eb1
|
||||
TEST_IMAGES = \
|
||||
busybox-glibc_65ad0d468eb1 \
|
||||
docker_v27.1.2_save
|
||||
|
||||
.PHONY: test-integration
|
||||
test-integration: $(foreach IMG,$(TEST_IMAGES),test-integration-$(IMG))
|
||||
|
||||
@@ -108,12 +108,7 @@ rejected.
|
||||
Communication
|
||||
-------------
|
||||
|
||||
Feel free to ping me [directly][motiejus-comms].
|
||||
|
||||
LICENSE
|
||||
-------
|
||||
|
||||
MIT
|
||||
Ping me [directly][motiejus-comms].
|
||||
|
||||
[1]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html
|
||||
[2]: https://fly.io/blog/docker-without-docker/
|
||||
|
||||
1
t/docker_v27.1.2_save.txt
Normal file
1
t/docker_v27.1.2_save.txt
Normal file
@@ -0,0 +1 @@
|
||||
-rw-r--r-- 0/0 39 2024-09-10 10:49 Dockerfile
|
||||
Reference in New Issue
Block a user