We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94358a1 commit 35156e0Copy full SHA for 35156e0
logging-k8s-stdout-otlp-json/build.sh
logging-k8s-stdout-otlp-json/k3d.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-./build.sh
+docker build -f Dockerfile -t "dice:1.1-SNAPSHOT" .
6
k3d cluster create jsonlogging || k3d cluster start jsonlogging
7
k3d image import -c jsonlogging dice:1.1-SNAPSHOT
8
0 commit comments