diff --git a/Containerfile b/Containerfile index 2dc58f67c..64344a777 100644 --- a/Containerfile +++ b/Containerfile @@ -79,7 +79,7 @@ COPY --from=builder /app-root/LICENSE /licenses/ USER root # Additional tools for derived images -RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs jq patch +RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs jq patch libpq # Create llama-stack directories for library mode RUN mkdir -p /opt/app-root/src/.llama/storage /opt/app-root/src/.llama/providers.d && \ diff --git a/rpms.in.yaml b/rpms.in.yaml index 880ac5798..4bb803b77 100644 --- a/rpms.in.yaml +++ b/rpms.in.yaml @@ -1,4 +1,4 @@ -packages: [gcc, jq, patch, cmake, cargo] +packages: [gcc, jq, patch, cmake, cargo, libpq] contentOrigin: repofiles: ["./ubi.repo"] arches: [x86_64, aarch64] diff --git a/rpms.lock.yaml b/rpms.lock.yaml index bb56c1cd4..c653a0308 100644 --- a/rpms.lock.yaml +++ b/rpms.lock.yaml @@ -67,13 +67,13 @@ arches: name: glibc-devel evr: 2.34-231.el9_7.2 sourcerpm: glibc-2.34-231.el9_7.2.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/appstream/os/Packages/k/kernel-headers-5.14.0-611.20.1.el9_7.aarch64.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/appstream/os/Packages/k/kernel-headers-5.14.0-611.24.1.el9_7.aarch64.rpm repoid: ubi-9-for-aarch64-appstream-rpms - size: 2956369 - checksum: sha256:2772ae5d60ba0a253ea8f080244a307e252a67dab1aa04ae96afe607236cc241 + size: 2968477 + checksum: sha256:a60380cbf908bc16b00e560146cda2f106b4eab1932ed2a3420921419897b0f4 name: kernel-headers - evr: 5.14.0-611.20.1.el9_7 - sourcerpm: kernel-5.14.0-611.20.1.el9_7.src.rpm + evr: 5.14.0-611.24.1.el9_7 + sourcerpm: kernel-5.14.0-611.24.1.el9_7.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/appstream/os/Packages/l/libasan-11.5.0-11.el9.aarch64.rpm repoid: ubi-9-for-aarch64-appstream-rpms size: 408716 @@ -88,6 +88,13 @@ arches: name: libmpc evr: 1.2.1-4.el9 sourcerpm: libmpc-1.2.1-4.el9.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/appstream/os/Packages/l/libpq-13.23-1.el9_7.aarch64.rpm + repoid: ubi-9-for-aarch64-appstream-rpms + size: 210763 + checksum: sha256:db5dd6b6f6885ff5c349486ae9320de46aecb61ce9648fc88806972317d72acf + name: libpq + evr: 13.23-1.el9_7 + sourcerpm: libpq-13.23-1.el9_7.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/appstream/os/Packages/l/libubsan-11.5.0-11.el9.aarch64.rpm repoid: ubi-9-for-aarch64-appstream-rpms size: 178723 @@ -379,13 +386,13 @@ arches: name: glibc-headers evr: 2.34-231.el9_7.2 sourcerpm: glibc-2.34-231.el9_7.2.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/k/kernel-headers-5.14.0-611.20.1.el9_7.x86_64.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/k/kernel-headers-5.14.0-611.24.1.el9_7.x86_64.rpm repoid: ubi-9-for-x86_64-appstream-rpms - size: 2995425 - checksum: sha256:ea2365970de61d610802f7fc88d650e9ea7cc184409963fe4c8f8e684a342971 + size: 3007525 + checksum: sha256:45e0c38ff72eae65683887a45ffcf11e44444c9f4732c808b13e4e0c2ccd9006 name: kernel-headers - evr: 5.14.0-611.20.1.el9_7 - sourcerpm: kernel-5.14.0-611.20.1.el9_7.src.rpm + evr: 5.14.0-611.24.1.el9_7 + sourcerpm: kernel-5.14.0-611.24.1.el9_7.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/l/libmpc-1.2.1-4.el9.x86_64.rpm repoid: ubi-9-for-x86_64-appstream-rpms size: 66075 @@ -393,6 +400,13 @@ arches: name: libmpc evr: 1.2.1-4.el9 sourcerpm: libmpc-1.2.1-4.el9.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/l/libpq-13.23-1.el9_7.x86_64.rpm + repoid: ubi-9-for-x86_64-appstream-rpms + size: 213691 + checksum: sha256:36674e762f7e3d5f8e3c0c4b607c8b03eaaa5a830729dd8c8a9c8f8be93f6d60 + name: libpq + evr: 13.23-1.el9_7 + sourcerpm: libpq-13.23-1.el9_7.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/l/libuv-1.42.0-2.el9_4.x86_64.rpm repoid: ubi-9-for-x86_64-appstream-rpms size: 154427