Skip to content

Commit 8c2adaf

Browse files
committed
update: rebuild with kool template
1 parent 55d9999 commit 8c2adaf

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

fwd-template.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@
5050
"path": "template/root-npmrc"
5151
}
5252
]
53+
},
54+
{
55+
"name": "18-ci",
56+
"data": {
57+
"from": "kooldev/node:18",
58+
"version": "18"
59+
},
60+
"files": [
61+
{
62+
"name": "Dockerfile",
63+
"path": "template/Dockerfile-ci"
64+
}
65+
]
5366
}
5467
]
5568
}

template/Dockerfile-ci.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM {{ $from }}
2+
3+
RUN apk add --no-cache \
4+
# deps
5+
curl \
6+
# dockerize
7+
&& curl -L https://github.com/jwilder/dockerize/releases/download/v0.6.1/dockerize-alpine-linux-amd64-v0.6.1.tar.gz | tar xz \
8+
&& mv dockerize /usr/local/bin/dockerize

0 commit comments

Comments
 (0)