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
08ab97b4
Commit
08ab97b4
authored
Feb 24, 2026
by
Zhang Xiaoli
Browse files
make build command supports specifying a tag
parent
fdcd8e81
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
21 additions
and
27 deletions
+21
-27
L1/dockerfiles/csst-cpic-l1-qc0/Makefile
L1/dockerfiles/csst-cpic-l1-qc0/Makefile
+2
-2
L1/dockerfiles/csst-cpic-l1/Makefile
L1/dockerfiles/csst-cpic-l1/Makefile
+2
-1
L1/dockerfiles/csst-hstdm-l1/Makefile
L1/dockerfiles/csst-hstdm-l1/Makefile
+2
-2
L1/dockerfiles/csst-ifs-l1-qc0/Makefile
L1/dockerfiles/csst-ifs-l1-qc0/Makefile
+2
-2
L1/dockerfiles/csst-ifs-l1-rss/Makefile
L1/dockerfiles/csst-ifs-l1-rss/Makefile
+2
-2
L1/dockerfiles/csst-mci-l1/Makefile
L1/dockerfiles/csst-mci-l1/Makefile
+2
-2
L1/dockerfiles/csst-msc-l1-ast/Makefile
L1/dockerfiles/csst-msc-l1-ast/Makefile
+2
-2
L1/dockerfiles/csst-msc-l1-mbi/Makefile
L1/dockerfiles/csst-msc-l1-mbi/Makefile
+3
-2
L1/dockerfiles/csst-msc-l1-mbi/test.sh
L1/dockerfiles/csst-msc-l1-mbi/test.sh
+0
-8
L1/dockerfiles/csst-msc-l1-ooc/Makefile
L1/dockerfiles/csst-msc-l1-ooc/Makefile
+2
-2
L1/dockerfiles/csst-msc-l1-qc0/Makefile
L1/dockerfiles/csst-msc-l1-qc0/Makefile
+2
-2
No files found.
L1/dockerfiles/csst-cpic-l1-qc0/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-cpic-l1-qc0
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-cpic-l1-qc0
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-cpic-l1-qc0
docker pull csu-harbor.csst.nao:10443/csst/csst-cpic-l1-qc0
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-cpic-l1/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-cpic-l1
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-cpic-l1
TAG
?=
latest
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-cpic-l1
docker pull csu-harbor.csst.nao:10443/csst/csst-cpic-l1
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-hstdm-l1/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-hstdm-l1
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-hstdm-l1
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-hstdm-l1
docker pull csu-harbor.csst.nao:10443/csst/csst-hstdm-l1
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-ifs-l1-qc0/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-ifs-l1-qc0
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-ifs-l1-qc0
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-ifs-l1-qc0
docker pull csu-harbor.csst.nao:10443/csst/csst-ifs-l1-qc0
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-ifs-l1-rss/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-ifs-l1-rss
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-ifs-l1-rss
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-ifs-l1-rss
docker pull csu-harbor.csst.nao:10443/csst/csst-ifs-l1-rss
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-mci-l1/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-mci-l1
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-mci-l1
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-mci-l1
docker pull csu-harbor.csst.nao:10443/csst/csst-mci-l1
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-msc-l1-ast/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-ast-astrometry
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-ast-astrometry
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-ast-astrometry
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-ast-astrometry
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-msc-l1-mbi/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-mbi
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-mbi
TAG
?=
latest
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-mbi
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-mbi
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
dist
:
dist
:
...
...
L1/dockerfiles/csst-msc-l1-mbi/test.sh
deleted
100644 → 0
View file @
fdcd8e81
#!/bin/bash
# 获取输出目录下的文件名
output_files
=
$(
ls
-1
-F
/pipeline/output |
grep
-v
[
$/
]
)
# 文件名存入output_files.txt文件中
echo
$output_files
>>
/work/output_files.txt
echo
$(
ls
-1
-F
/pipeline/output |
grep
-v
[
$/
]
)
\ No newline at end of file
L1/dockerfiles/csst-msc-l1-ooc/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-ooc
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-ooc
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-ooc
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-ooc
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
L1/dockerfiles/csst-msc-l1-qc0/Makefile
View file @
08ab97b4
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-qc0
IMAGE_NAME
:=
csu-harbor.csst.nao:10443/cnic/csst-msc-l1-qc0
IMAGE_PATH
:=
/nfs/tmp/scalebox-imag
es
TAG
?=
lat
es
t
all
:
build push dist
all
:
build push dist
build
:
build
:
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-qc0
docker pull csu-harbor.csst.nao:10443/csst/csst-msc-l1-qc0
:
$(TAG)
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
docker build
--network
=
host
-t
$(IMAGE_NAME)
.
push
:
push
:
docker push
$(IMAGE_NAME)
docker push
$(IMAGE_NAME)
...
...
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