Skip to content

Commit 2ded997

Browse files
feat: add docker and docker-compose
1 parent 6983f8d commit 2ded997

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/push.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
matrix:
1919
image:
2020
- cypress-16-docker-compose
21+
- docker
22+
- docker-compose
2123
- node-12-eas
2224
- node-14-eas
2325
- node-16-curl-tidy

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Images:
66

77
- `ghcr.io/troopers/cypress-16-docker-compose`: use it to run Cypress and a Docker stack
8+
- `ghcr.io/troopers/docker`: use it to run Docker
9+
- `ghcr.io/troopers/docker-compose`: use it to run Docker In Docker
810
- `ghcr.io/troopers/node-12-eas`: use it to run Expo EAS
911
- `ghcr.io/troopers/node-14-eas`: use it to run Expo EAS with Expo and SDK 45
1012
- `ghcr.io/troopers/node-16-curl-tidy`: use it to run node and tidy

docker-compose/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM docker:latest

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM docker/compose:latest

0 commit comments

Comments
 (0)