Skip to content

Commit b64282e

Browse files
Add ZAP docker image (project-chip#12561)
Signed-off-by: Victor Morales <v.morales@samsung.com>
1 parent 8ba4702 commit b64282e

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

.github/workflows/docker_img.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- "-tizen"
5050
# NOTE: vscode image consumes ~52 GB disk space but GitHub-hosted runners provide ~10 GB free disk space(https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources)
5151
#- "-vscode"
52+
- "-zap"
5253
steps:
5354
- name: Checkout
5455
uses: actions/checkout@v2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
FROM alpine:3.14
2+
3+
RUN apk add --no-cache \
4+
nodejs=14.18.1-r0 \
5+
openjdk11=11.0.12_p7-r0 \
6+
npm=7.17.0-r0 \
7+
python3=3.9.5-r2 \
8+
pixman-dev=0.40.0-r2 \
9+
cairo-dev=1.16.0-r3 \
10+
pango-dev=1.48.5-r0 \
11+
make=4.3-r0 \
12+
g++=10.3.1_git20210424-r2 \
13+
libjpeg-turbo-dev=2.1.0-r0 \
14+
giflib-dev=5.2.1-r0 \
15+
git=2.32.0-r0 \
16+
clang-dev=11.1.0-r1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../build.sh
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../run.sh
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../chip-build/version

0 commit comments

Comments
 (0)