Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 6b12cf8

Browse files
authored
Merge pull request #167 from jumpstarter-dev/pytest-home-config
Devspaces improvements
2 parents 05f589b + a7eb357 commit 6b12cf8

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

.devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schemaVersion: 2.3.0
22
metadata:
3-
name: jumpstarter-devspace
3+
name: jumpstarter-dev
44
icon: https://jumpstarter.dev/jumpstarter.svg
55
tags:
66
- Python

.devfile/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uvx /bin/uvx
1313

1414
USER root
1515

16-
RUN dnf -y install make git python3.12 libusbx python3-pyusb golang && dnf clean all
16+
RUN dnf -y install make git python3.12 libusbx python3-pyusb golang podman && dnf clean all
1717

1818
USER 10001
1919

.devfile/Containerfile.client

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ USER root
2323
# switch to python 3.12 as the default
2424
RUN rm -rf /usr/bin/python && ln -s /usr/bin/python3.12 /usr/bin/python
2525

26-
RUN dnf -y install make git python3.12 python3.12-pytest libusbx python3-pyusb python3.12-pip golang && dnf clean all
26+
RUN dnf -y install make git python3.12 python3.12 libusbx python3-pyusb python3.12-pip golang && dnf clean all
2727

2828
USER 10001
2929
RUN --mount=from=builder,source=/src/dist,target=/dist python3.12 -m pip install /dist/*.whl
30+
RUN python3.12 -m pip install pytest
31+
32+
RUN mkdir -p /home/user/.config/jumpstarter/clients && chmod a+rwx -R /home/user/.config/jumpstarter/clients
33+

examples/soc-pytest/jumpstarter_example_soc_pytest/image/images/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/soc-pytest/jumpstarter_example_soc_pytest/image/images/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)