Skip to content

Commit

Permalink
Add ZAP docker image (#12561)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Morales <v.morales@samsung.com>
  • Loading branch information
electrocucaracha authored and pull[bot] committed Sep 14, 2023
1 parent 2b17451 commit 26a7963
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- "-tizen"
# 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)
#- "-vscode"
- "-zap"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
16 changes: 16 additions & 0 deletions integrations/docker/images/chip-build-zap/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM alpine:3.14

RUN apk add --no-cache \
nodejs=14.18.1-r0 \
openjdk11=11.0.12_p7-r0 \
npm=7.17.0-r0 \
python3=3.9.5-r2 \
pixman-dev=0.40.0-r2 \
cairo-dev=1.16.0-r3 \
pango-dev=1.48.5-r0 \
make=4.3-r0 \
g++=10.3.1_git20210424-r2 \
libjpeg-turbo-dev=2.1.0-r0 \
giflib-dev=5.2.1-r0 \
git=2.32.0-r0 \
clang-dev=11.1.0-r1
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build-zap/build.sh
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build-zap/run.sh
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build-zap/version

0 comments on commit 26a7963

Please sign in to comment.