mirror of
https://github.com/rancher/os.git
synced 2025-07-15 15:51:36 +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", \
|
"toolchain/yip", \
|
||||||
"utils/installer", \
|
"utils/installer", \
|
||||||
"utils/k9s", \
|
"utils/k9s", \
|
||||||
|
"utils/rancherd", \
|
||||||
"utils/nerdctl"]
|
"utils/nerdctl"]
|
||||||
|
|
||||||
COPY --from=build /usr/sbin/ros-installer /usr/sbin/ros-installer
|
COPY --from=build /usr/sbin/ros-installer /usr/sbin/ros-installer
|
||||||
|
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ push:
|
|||||||
docker push ${IMAGE}
|
docker push ${IMAGE}
|
||||||
|
|
||||||
.PHONY: push
|
.PHONY: push
|
||||||
push-framework:
|
push-framework: build-framework
|
||||||
docker push ${REPO}-framework:${TAG}
|
docker push ${REPO}-framework:${TAG}
|
||||||
|
|
||||||
.PHONY: iso
|
.PHONY: iso
|
||||||
|
@ -16,6 +16,7 @@ fi
|
|||||||
|
|
||||||
if [ "$PUSH" = "true" ]; then
|
if [ "$PUSH" = "true" ]; then
|
||||||
make push
|
make push
|
||||||
|
make push-framework
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user