We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0d802 commit addec2eCopy full SHA for addec2e
scripts/v2plugin_rootfs.sh
@@ -24,6 +24,8 @@ DOCKER_IMAGE=contivrootfs:${NETPLUGIN_CONTAINER_TAG}
24
docker build -t ${DOCKER_IMAGE} \
25
--build-arg TAR_FILE=$(basename "${NETPLUGIN_TAR_FILE}") install/v2plugin
26
27
+rm install/v2plugin/${NETPLUGIN_TAR_FILE}
28
+
29
# creates a ready to run container but doesn't run it
30
id=$(docker create $DOCKER_IMAGE true)
31
0 commit comments