Skip to content

Commit 9835007

Browse files
committed
ci: add python distroless image builder
1 parent 9b6e42f commit 9835007

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# docker run --rm -v ${PWD}:/work -w /work cgr.dev/chainguard/apko build unstructured_python.yaml -k melange.rsa.pub ghcr.io/build-trust/ockam-python-unstructured:latest unstructured_base_image.tar
2+
# Builds the base image which comprises of tools to host Ockam AI examples that use the unstructured pdf library.
3+
contents:
4+
keyring:
5+
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
6+
repositories:
7+
- https://packages.wolfi.dev/os
8+
packages:
9+
- ca-certificates-bundle
10+
- glibc
11+
- bash
12+
- ncurses
13+
- ncurses-dev
14+
- ncurses-terminfo-base
15+
- glibc-dev
16+
- gcc
17+
- python-3.13
18+
- python-3.13-dev
19+
- ffmpeg
20+
- mesa-dev
21+
- glib-dev
22+
23+
archs:
24+
- x86_64

0 commit comments

Comments
 (0)