Skip to content

Commit 1c4520e

Browse files
committed
Merge branch 'main' into rhds-main
2 parents 248e7ec + c2a68a9 commit 1c4520e

File tree

118 files changed

+5593
-4000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+5593
-4000
lines changed

.tekton/singlearch-push-pipeline.yaml

Lines changed: 634 additions & 0 deletions
Large diffs are not rendered by default.

codeserver/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
2020
USER 1001
2121

2222
# Install micropipenv and uv to deploy packages from requirements.txt begin
23-
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
23+
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
2424
# Install micropipenv and uv to deploy packages from requirements.txt end
2525

2626
# Install the oc client begin

codeserver/ubi9-python-3.11/Pipfile.lock

Lines changed: 79 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)