Commit Graph
10 Commits
Author SHA1 Message Date
Aldehir Rojas 67e9fd3b74 docker : prebuild web UI for s390x build [no release] (#24829) 2026-06-20 05:54:42 -05:00
Aldehir Rojas 38724ab593 docker : build the UI (#24794)
* docker : build the UI

* cont : use existing APP_VERSION
2026-06-19 15:32:31 +02:00
Alexander Batischev 20c5266f8a docker: specify registry to simplify Podman builds (#24607) 2026-06-15 01:27:20 +08:00
Sigbjørn Skjæret 7e50ef7d79 docker : copy conversion files (#23370) 2026-05-20 11:03:18 +02:00
SamareshSingh 5cbaa5e69e docker : add OCI image labels for version and build date (#21653)
* docker: add OCI image labels to all published images

* docker: propagate OCI labels as manifest and index annotations

* docker: drop hardcoded org URL and revert accidental intel version bump

The OCI image url and source are now driven by build args with a sensible default. The workflow passes the actual repository url so fork builds get labels pointing at the fork instead of upstream. Also restores the IGC, compute runtime, and IGDGMM versions in the intel Dockerfile labeled stage which I accidentally bumped in the first commit.

* docker: add skip_s390x workflow_dispatch input for fast test runs

Lets maintainers and PR authors trigger the docker workflow without the s390x build target, which depends on the IBM Z runner and is by far the slowest job in the matrix. The flag filters the s390x row out of the build matrix before merge_matrix is derived, so the merge job sees a consistent shape too.

Signed-off-by: Samaresh Kumar Singh <[email protected]>

---------

Signed-off-by: Samaresh Kumar Singh <[email protected]>
2026-05-18 22:14:45 +02:00
Adrien Gallouët 516a4ca9b5 refactor : remove libcurl, use OpenSSL when available (#18828) 2026-01-14 18:02:47 +01:00
Sigbjørn Skjæret b7f5f46e03 docker : include legacy llama-completion binary (#17964) 2025-12-12 19:39:23 +01:00
Aaron Teo a864132ba5 devops: fix failing s390x docker build (#16918) 2025-11-02 08:48:46 +08:00
Aaron Teo 5fb557653b devops: fix s390x docker release failure (#16231) 2025-09-25 11:36:30 +08:00
Aaron Teo 4b9f4cb0f8 devops: add s390x containers (#15915)
* devops: add s390x dockerfile

Signed-off-by: Aaron Teo <[email protected]>

* devops: add missing ninja

Signed-off-by: Aaron Teo <[email protected]>

* devops: move s390x docker into cpu docker

Signed-off-by: Aaron Teo <[email protected]>

* devops: rework s390x docker

Signed-off-by: Aaron Teo <[email protected]>

* devops: copy more tools

Signed-off-by: Aaron Teo <[email protected]>

* devops: add server build step

Signed-off-by: Aaron Teo <[email protected]>

* devops: remove apt clean steps as distroless misses it

Signed-off-by: Aaron Teo <[email protected]>

* devops: remove apt commands from distroless

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix shared libs in distroless

Signed-off-by: Aaron Teo <[email protected]>

* devops: use correct libs path

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix shared libs

Signed-off-by: Aaron Teo <[email protected]>

* devops: add collector stage

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix missing stage ref

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix permission issue

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix unknown model loading failures

Signed-off-by: Aaron Teo <[email protected]>

* devops: attempt at fixing model loading failure

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix missing ggml shared object

failure to load model

Signed-off-by: Aaron Teo <[email protected]>

* devops: remove move shared objects

Signed-off-by: Aaron Teo <[email protected]>

* devops: move libggml-cpu and blas into bin

Signed-off-by: Aaron Teo <[email protected]>

* devops: finalise hardened server stage

Signed-off-by: Aaron Teo <[email protected]>

* devops: add cli target

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix typos

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix missing shared libraries in base

Signed-off-by: Aaron Teo <[email protected]>

* devops: update debian target

Signed-off-by: Aaron Teo <[email protected]>

* devops: formalise llama.cpp loc

Signed-off-by: Aaron Teo <[email protected]>

* Revert "devops: formalise llama.cpp loc"

This reverts commit 0a7664af84.

Signed-off-by: Aaron Teo <[email protected]>

* devops: formalise llama.cpp loc

Signed-off-by: Aaron Teo <[email protected]>
(cherry picked from commit 0a7664af84)
Signed-off-by: Aaron Teo <[email protected]>

* devops: attempt at fixing missing dir

Signed-off-by: Aaron Teo <[email protected]>

* devops: attempt at making it cache the build

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix copying process

Signed-off-by: Aaron Teo <[email protected]>

* devops: make build dir an argument

Signed-off-by: Aaron Teo <[email protected]>

* Revert "devops: make build dir an argument"

This reverts commit 438698976b.

Signed-off-by: Aaron Teo <[email protected]>

* devops: add build stage for gguf-py

Signed-off-by: Aaron Teo <[email protected]>

* devops: move gguf-py installation into build stage

Signed-off-by: Aaron Teo <[email protected]>

* devops: break system packages?

Signed-off-by: Aaron Teo <[email protected]>

* devops: add rust compiler installer

Signed-off-by: Aaron Teo <[email protected]>

* devops: fix rustc not found

Signed-off-by: Aaron Teo <[email protected]>

* devops: remove cache mount to allow rustc to persist

Signed-off-by: Aaron Teo <[email protected]>

* devops: move rustc installation to another layer

Signed-off-by: Aaron Teo <[email protected]>

* devops: move gguf-py installation to full stage, fix copying

Signed-off-by: Aaron Teo <[email protected]>

* devops: remove rustc installation in build

Signed-off-by: Aaron Teo <[email protected]>

* devops: disable full target for now

Signed-off-by: Aaron Teo <[email protected]>

* devops: attempting static build

Signed-off-by: Aaron Teo <[email protected]>

* devops: merge s390x dockerfile into cpu for now

Signed-off-by: Aaron Teo <[email protected]>

* devops: switch to gcc image for build step

Signed-off-by: Aaron Teo <[email protected]>

* devops: remove build essentials

Signed-off-by: Aaron Teo <[email protected]>

* devops: install openblas into base target

Signed-off-by: Aaron Teo <[email protected]>

* devops: go back to s390x dockerfile

Signed-off-by: Aaron Teo <[email protected]>

* devops: remove libggml and libblas

Signed-off-by: Aaron Teo <[email protected]>

* devops: add full target

Signed-off-by: Aaron Teo <[email protected]>

* devops: add break system packages

Signed-off-by: Aaron Teo <[email protected]>

* devops: add libjpeg

Signed-off-by: Aaron Teo <[email protected]>

* devops: add missing cmake dep

Signed-off-by: Aaron Teo <[email protected]>

* devops: finalise docker images for s390x

Signed-off-by: Aaron Teo <[email protected]>

* devops: add custom openblas patch

Signed-off-by: Aaron Teo <[email protected]>

* devops: use libopenblas-dev instead of libopenblas-openmp-dev

Signed-off-by: Aaron Teo <[email protected]>

* devops: add s390x docker build

Signed-off-by: Aaron Teo <[email protected]>

---------

Signed-off-by: Aaron Teo <[email protected]>
2025-09-23 13:59:34 +08:00