File tree Expand file tree Collapse file tree 4 files changed +1197
-1135
lines changed Expand file tree Collapse file tree 4 files changed +1197
-1135
lines changed Original file line number Diff line number Diff line change 11# DEV NOTE: YOU MUST RUN `docker build` FROM THE TOP-LEVEL OF `observability-be` AND POINT TO THIS FILE.
22ARG BASE_IMAGE_URL
3- FROM ${BASE_IMAGE_URL}python:3.12.10 -alpine3.20 AS build-image
3+ FROM ${BASE_IMAGE_URL}python:3.12.11 -alpine3.22 AS build-image
44LABEL maintainer="DataKitchen"
55
66RUN apk update && apk upgrade && apk add --no-cache \
@@ -10,7 +10,7 @@ RUN apk update && apk upgrade && apk add --no-cache \
1010 make \
1111 cmake \
1212 musl-dev \
13- librdkafka-dev=2.4 .0-r0
13+ librdkafka-dev=2.10 .0-r0
1414
1515COPY pyproject.toml /tmp/dk/
1616# -O: Strips asserts from the code which removes some unnecessary codepaths resulting in a small
@@ -30,7 +30,7 @@ ENV PYTHONPATH ${PYTHONPATH}:/dk/lib/python3.12/site-packages
3030# --prefix=/dk: The destination installation environment folder
3131RUN python3 -O -m pip install --no-deps /tmp/dk --prefix=/dk
3232
33- FROM ${BASE_IMAGE_URL}python:3.12.10 -alpine3.20 AS runtime-image
33+ FROM ${BASE_IMAGE_URL}python:3.12.11 -alpine3.22 AS runtime-image
3434
3535RUN apk update && apk upgrade && apk add --no-cache librdkafka=2.4.0-r0
3636
Original file line number Diff line number Diff line change 11ARG BASE_IMAGE_URL
22
3- FROM --platform=${BUILDPLATFORM} ${BASE_IMAGE_URL}node:23.10 -alpine3.21 AS build-image
3+ FROM --platform=${BUILDPLATFORM} ${BASE_IMAGE_URL}node:23.11.1 -alpine3.22 AS build-image
44
55WORKDIR /observability_ui
66COPY observability_ui/ /observability_ui
77
88RUN yarn
99RUN yarn build:ci
1010
11- FROM ${BASE_IMAGE_URL}nginxinc/nginx-unprivileged:alpine3.21
11+ FROM ${BASE_IMAGE_URL}nginxinc/nginx-unprivileged:alpine3.22
1212
1313WORKDIR /observability_ui
1414
Original file line number Diff line number Diff line change 1818 },
1919 "private" : true ,
2020 "engines" : {
21- "node" : " v23.10.0 "
21+ "node" : " v23.11.1 "
2222 },
2323 "dependencies" : {
2424 "@angular-architects/module-federation" : " ^16.0.4" ,
You can’t perform that action at this time.
0 commit comments