Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Latest commit

 

History

History
History
21 lines (14 loc) · 677 Bytes

File metadata and controls

21 lines (14 loc) · 677 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM quay.io/devfile/base-developer-image:ubi9-latest
LABEL maintainer="Jumpstarter.dev"
LABEL name="devfile/udi9/jumpstarter"
#labels for container catalog
LABEL summary="devfile jumpstarter developer image"
LABEL description="Image with developers tools."
LABEL io.k8s.display-name="jumpstarter-developer-universal"
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:latest /uvx /bin/uvx
USER root
RUN dnf -y install make git python3.12 libusbx python3-pyusb golang podman && dnf clean all
USER 10001
# This will make sure that we always run python from our venv instead
RUN echo "alias python='uv run python'" >> /home/user/.bashrc
Morty Proxy This is a proxified and sanitized view of the page, visit original site.