Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
9c2710ee
Commit
9c2710ee
authored
Sep 09, 2025
by
BO ZHANG
🏀
Browse files
use csst as entrypoint
parent
e4476178
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
9c2710ee
...
@@ -27,8 +27,8 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \
...
@@ -27,8 +27,8 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \
USER
csst
USER
csst
# copy VCS roots into image
# copy VCS roots into image
COPY
--chown=csst:csst . /pipeline
COPY
--chown=csst:csst . /pipeline
RUN
mv
pkg/csst-dag/app /pipeline/app
\
# make csst executable
&&
chmod
+x /pipeline/app/csst
\
RUN
chmod
+x /pipeline/app/csst
# add csst to PATH
# add csst to PATH
ENV
PATH="/pipeline/app:${PATH}"
ENV
PATH="/pipeline/app:${PATH}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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