mirror of
https://github.com/rancher/os.git
synced 2025-07-14 23:39:03 +00:00
Push framework image and fix rancherd
This commit is contained in:
parent
5e4cfa19ab
commit
72291094c0
@ -27,6 +27,7 @@ RUN ["luet", \
|
||||
"toolchain/yip", \
|
||||
"utils/installer", \
|
||||
"utils/k9s", \
|
||||
"utils/rancherd", \
|
||||
"utils/nerdctl"]
|
||||
|
||||
COPY --from=build /usr/sbin/ros-installer /usr/sbin/ros-installer
|
||||
|
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ push:
|
||||
docker push ${IMAGE}
|
||||
|
||||
.PHONY: push
|
||||
push-framework:
|
||||
push-framework: build-framework
|
||||
docker push ${REPO}-framework:${TAG}
|
||||
|
||||
.PHONY: iso
|
||||
|
@ -16,6 +16,7 @@ fi
|
||||
|
||||
if [ "$PUSH" = "true" ]; then
|
||||
make push
|
||||
make push-framework
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user