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
b884d3d7
Commit
b884d3d7
authored
Sep 09, 2025
by
BO ZHANG
🏀
Browse files
add default.toml
parent
e68f0ced
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/default.toml
0 → 100644
View file @
b884d3d7
[DFS]
CSST_DFS_GATEWAY
=
"192.168.25.89:28000"
CSST_DFS_TOKEN
=
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjQ4ODU0NTA2NjQsInN1YiI6InN5c3RlbSJ9.POsuUABytu8-WMtZiYehiYEa5BnlgqNTXT6X3OTyix0"
docker/Dockerfile
View file @
b884d3d7
...
...
@@ -27,7 +27,9 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \
USER
csst
# copy VCS roots into image
COPY
--chown=csst:csst . /pipeline
RUN
mv
pkg/csst-dag/csst_dag/docker/csst
*
/pipeline/app/
RUN
mv
pkg/csst-dag/csst_dag/docker/csst
*
/pipeline/app/
\
&&
pkg/csst-dag/csst_dag/config/default.toml /pipeline/app/config.toml
\
&&
chmod
+x /pipeline/app/csst
# install packages & requirements
RUN
--mount
=
type
=
cache,id
=
pip,uid
=
9000,gid
=
9000,target
=
/home/csst/.cache
\
pip
install
pkg/ccds
\
...
...
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