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 11FROM --platform=$BUILDPLATFORM registry.fedoraproject.org/fedora:44 AS builder
2- COPY --from=ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
2+ COPY --from=ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
33RUN dnf install -y make git && \
44 dnf clean all && \
55 rm -rf /var/cache/dnf
@@ -19,7 +19,7 @@ LABEL summary="devfile jumpstarter developer image"
1919LABEL description="Devspaces image for consuming jumpstarter as a client"
2020LABEL io.k8s.display-name="jumpstarter-client-developer"
2121
22- COPY --from=ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
22+ COPY --from=ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
2323
2424USER root
2525COPY .py-version /tmp/.py-version
Original file line number Diff line number Diff line change 11FROM --platform=$BUILDPLATFORM registry.fedoraproject.org/fedora:44 AS builder
2- COPY --from=ghcr.io/astral-sh/uv:0.11.21 @sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
2+ COPY --from=ghcr.io/astral-sh/uv:0.11.23 @sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
33RUN dnf install -y make git && \
44 dnf clean all && \
55 rm -rf /var/cache/dnf
66
77FROM registry.fedoraproject.org/fedora:44 AS product
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/
99RUN dnf install -y python3 ustreamer libusb1 android-tools python3-libgpiod curl \
1010 nftables dnsmasq iproute procps-ng tcpdump && \
1111 dnf clean all && \
You can’t perform that action at this time.
0 commit comments