mirror of
https://github.com/abiosoft/colima.git
synced 2026-06-16 12:14:32 +00:00
* chore: make prompt optional for delete * chore: add initial integration test for macos * fix ci * fix ci * chore: add image building to integration * add integration test status badge to readme * chore: add kubernetes to integration test
5 lines
104 B
Docker
5 lines
104 B
Docker
# sample dockerfile to test image building
|
|
# without pulling from docker hub
|
|
FROM scratch
|
|
|
|
COPY . /files |