Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: dierbei <[email protected]>
  • Loading branch information
dierbei committed Sep 19, 2023
1 parent dc24447 commit a70a8ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ INSTALL_DIR := /var/lib/kuasar
BIN_DIR := /usr/local/bin
SYSTEMD_SERVICE_DIR := /usr/lib/systemd/system
SYSTEMD_CONF_DIR := /etc/sysconfig
# Build the kuasar.img container runtime environment
# CONTAINER_RUNTIME ?= containerd

.PHONY: vmm wasm quark clean all install-vmm install-wasm install-quark install

Expand Down
2 changes: 1 addition & 1 deletion vmm/scripts/image/centos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
exit_flag=0
export IMAGE_NAME=${IMAGE_NAME:-"centos:7"}
export ROOTFS_DIR=${ROOTFS_DIR:-"/tmp/kuasar-rootfs"}
export CONTAINER_RUNTIME=${RUNTIME:-"container"}
export CONTAINER_RUNTIME=${RUNTIME:-"containerd"}
CONTAINERD_NS=${CONTAINERD_NS:-"default"}

function fn_check_result() {
Expand Down

0 comments on commit a70a8ea

Please sign in to comment.