We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd89cbb + aa0eccf commit dc73c39Copy full SHA for dc73c39
4 files changed
BCI.dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.suse.com/bci/bci-micro:15.6 AS final
+FROM registry.suse.com/bci/bci-micro:15.7 AS final
2
ARG LONG_ARCH="x86_64"
3
ARG SHORT_ARCH="amd64"
4
ARG EBPF_SUBFOLDER="x86_64"
@@ -66,4 +66,4 @@ WORKDIR /opt/stackstate-agent/bin/agent
66
HEALTHCHECK --interval=2m --timeout=5s --retries=2 \
67
CMD ["/probe.sh"]
68
69
-CMD ["/init-process.sh"]
+CMD ["/init-process.sh"]
0 commit comments