2 Commits
v1.2.3 ... main

Author SHA1 Message Date
9e6aba330e README: remove mention of license
It was out of date; there is also a license file that's up to date.
2024-09-10 11:39:38 +03:00
d810f1cd33 add integration test for 555983fc2e
Thanks to Andrei Errapart for providing the image.
2024-09-10 11:36:31 +03:00
3 changed files with 5 additions and 7 deletions

View File

@@ -30,7 +30,9 @@ coverage.html: coverage.out
clean: clean:
rm -f undocker coverage.html rm -f undocker coverage.html
TEST_IMAGES = busybox-glibc_65ad0d468eb1 TEST_IMAGES = \
busybox-glibc_65ad0d468eb1 \
docker_v27.1.2_save
.PHONY: test-integration .PHONY: test-integration
test-integration: $(foreach IMG,$(TEST_IMAGES),test-integration-$(IMG)) test-integration: $(foreach IMG,$(TEST_IMAGES),test-integration-$(IMG))

View File

@@ -108,12 +108,7 @@ rejected.
Communication Communication
------------- -------------
Feel free to ping me [directly][motiejus-comms]. Ping me [directly][motiejus-comms].
LICENSE
-------
MIT
[1]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html [1]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html
[2]: https://fly.io/blog/docker-without-docker/ [2]: https://fly.io/blog/docker-without-docker/

View File

@@ -0,0 +1 @@
-rw-r--r-- 0/0 39 2024-09-10 10:49 Dockerfile