File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV UV_LINK_MODE=copy
55
66WORKDIR /opt
77
8- COPY --from=ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
8+ COPY --from=ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
99COPY ./.py-version ./.python-version
1010
1111RUN apt-get update && apt-get install -y iperf3 libusb-dev
Original file line number Diff line number Diff line change 1- 0.11.21
1+ 0.11.23
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL summary="devfile jumpstarter developer image"
77LABEL description="Image with developers tools."
88LABEL io.k8s.display-name="jumpstarter-developer-universal"
99
10- COPY --from=ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
10+ COPY --from=ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
1111
1212USER root
1313COPY .py-version /tmp/.py-version
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 AS uv-bin
1+ FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 AS uv-bin
22FROM --platform=$BUILDPLATFORM registry.fedoraproject.org/fedora:44 AS builder
33COPY --from=uv-bin /uv /uvx /bin/
44RUN dnf install -y make git && \
@@ -20,7 +20,7 @@ LABEL summary="devfile jumpstarter developer image"
2020LABEL description="Devspaces image for consuming jumpstarter as a client"
2121LABEL io.k8s.display-name="jumpstarter-client-developer"
2222
23- COPY --from=ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
23+ COPY --from=ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
2424
2525USER root
2626COPY .py-version /tmp/.py-version
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 AS uv-bin
1+ FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 AS uv-bin
22FROM --platform=$BUILDPLATFORM registry.fedoraproject.org/fedora:44 AS builder
33COPY --from=uv-bin /uv /uvx /bin/
44RUN dnf install -y make git && \
55 dnf clean all && \
66 rm -rf /var/cache/dnf
77
88FROM registry.fedoraproject.org/fedora:44 AS product
9- COPY --from=ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
9+ COPY --from=ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
1010RUN dnf install -y python3 ustreamer libusb1 android-tools python3-libgpiod curl \
1111 nftables dnsmasq iproute procps-ng tcpdump && \
1212 dnf clean all && \
You can’t perform that action at this time.
0 commit comments