Skip to content

Commit 8fd3a11

Browse files
authored
adjusted location of a folder with internal libraries (#1130)
1 parent 0a6496d commit 8fd3a11

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

platform/services/installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
66
# across both images.
77
ENV UV_PYTHON_DOWNLOADS=0
88

9-
WORKDIR /deploy/installer
9+
WORKDIR /deploy/services/installer
1010

1111
COPY --link --from=ghcr.io/astral-sh/uv:0.6.12@sha256:515b886e8eb99bcf9278776d8ea41eb4553a794195ef5803aa7ca6258653100d /uv /bin/uv
1212
COPY --link --from=libs . /libs

platform/services/installer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test-integration:
1717
build-installer:
1818
$(eval CONTAINER_ID := $(shell docker run -d --rm $(IMAGE_TAG) sleep 10))
1919
@sleep 2
20-
@docker cp $(CONTAINER_ID):/deploy/installer/dist/platform_installer .
20+
@docker cp $(CONTAINER_ID):/deploy/services/installer/dist/platform_installer .
2121

2222
build-image:
2323
@echo "Building docker image for installer"

platform/services/installer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
]
4343

4444
[tool.uv.sources]
45-
geti-k8s-tools = { path = "../../libs/k8s_tools", editable = true }
45+
geti-k8s-tools = { path = "../../../libs/k8s_tools", editable = true }
4646

4747
[tool.ruff]
4848
target-version = "py310"

platform/services/installer/uv.lock

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

0 commit comments

Comments
 (0)