Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
Scalebox Apps
Commits
8472bf91
Commit
8472bf91
authored
Jul 18, 2025
by
Zhang Xiaoli
Browse files
Makefile文件中build操作增加docker pull
parent
b2d9a02c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
L1/dockerfiles/csst-msc-l1-mbi-photmix/Makefile
L1/dockerfiles/csst-msc-l1-mbi-photmix/Makefile
+1
-0
L1/dockerfiles/csst-msc-l1-mbi/Makefile
L1/dockerfiles/csst-msc-l1-mbi/Makefile
+1
-0
No files found.
L1/dockerfiles/csst-msc-l1-mbi-photmix/Makefile
View file @
8472bf91
IMAGE_NAME
:=
cnic/csst-msc-l1-mbi-phot
IMAGE_NAME
:=
cnic/csst-msc-l1-mbi-phot
IMAGE_PATH
:=
/nfs/tmp/scalebox-images
IMAGE_PATH
:=
/nfs/tmp/scalebox-images
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-mbi-phot
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
dist
:
dist
:
...
...
L1/dockerfiles/csst-msc-l1-mbi/Makefile
View file @
8472bf91
IMAGE_NAME
:=
cnic/csst-msc-l1-mbi
IMAGE_NAME
:=
cnic/csst-msc-l1-mbi
IMAGE_PATH
:=
/nfs/tmp/scalebox-images
IMAGE_PATH
:=
/nfs/tmp/scalebox-images
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-mbi
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
dist
:
dist
:
...
...
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