Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
c1a843b3
Unverified
Commit
c1a843b3
authored
Apr 23, 2026
by
Ran Rubin
Committed by
GitHub
Apr 23, 2026
Browse files
fix(container): add tail and env to planner distroless image (#8603)
Signed-off-by:
rrubin
<
rrubin@nvidia.com
>
parent
9e9240db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
container/templates/planner.Dockerfile
container/templates/planner.Dockerfile
+2
-0
No files found.
container/templates/planner.Dockerfile
View file @
c1a843b3
...
@@ -76,6 +76,8 @@ FROM ${PLANNER_RUNTIME_IMAGE}:${PLANNER_RUNTIME_IMAGE_TAG} AS planner
...
@@ -76,6 +76,8 @@ FROM ${PLANNER_RUNTIME_IMAGE}:${PLANNER_RUNTIME_IMAGE_TAG} AS planner
COPY
--from=planner_builder /etc/group /etc/passwd /etc/
COPY
--from=planner_builder /etc/group /etc/passwd /etc/
COPY
--from=planner_builder /bin/dash /bin/sh
COPY
--from=planner_builder /bin/dash /bin/sh
COPY
--from=planner_builder /usr/bin/tail /bin/tail
COPY
--from=planner_builder /usr/bin/env /bin/env
COPY
--from=planner_builder /bin/uv /bin/uvx /usr/local/bin/
COPY
--from=planner_builder /bin/uv /bin/uvx /usr/local/bin/
COPY
--chown=1000:0 --from=planner_builder /home/dynamo /home/dynamo
COPY
--chown=1000:0 --from=planner_builder /home/dynamo /home/dynamo
COPY
--chown=1000:0 --from=planner_builder /opt/dynamo/venv /opt/dynamo/venv
COPY
--chown=1000:0 --from=planner_builder /opt/dynamo/venv /opt/dynamo/venv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment