You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"$FILE does not exist - run 'mvn package -DskipTests' first"
exit 1
fi
if! docker info -f '{{ .DriverStatus }}'| grep "driver-type io.containerd.snapshotter">/dev/null;then
echo"Docker Engine is not running with the containerd snapshotter - this is currently needed to build and test ODC multi-platform images using docker buildx."
echo"If using Docker Desktop, enable \"Use containerd for pulling and storing images\" per https://docs.docker.com/desktop/settings-and-maintenance/settings/#general"
echo"For more technical information on Docker Engine, see https://docs.docker.com/engine/storage/containerd/"