From 825f07583e26f0106cb25ecb545e7c5559d2e8a8 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 11 Mar 2020 14:57:27 -0400 Subject: [PATCH] makefile: use ceph based containers by default Signed-off-by: John Mulligan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd6067d..d10d31d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DOCKER_CI_IMAGE = go-ceph-ci CONTAINER_CMD := docker CONTAINER_OPTS := --security-opt $(shell grep -q selinux /sys/kernel/security/lsm && echo "label=disabled" || echo "apparmor:unconfined") -CONTAINER_CONFIG_DIR := . +CONTAINER_CONFIG_DIR := testing/containers/ceph VOLUME_FLAGS := CEPH_VERSION := nautilus