mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 16:54:58 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22c65bbc6c | ||
|
|
e913ce6368 | ||
|
|
0abfa660d0 |
@@ -30,7 +30,7 @@ COPY --from=build \
|
||||
# Extra packages
|
||||
# git - https://github.com/holos-run/holos/issues/440
|
||||
RUN apt update && \
|
||||
apt install -y --no-install-recommends git && \
|
||||
apt install -y --no-install-recommends git ca-certificates && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
|
||||
-- command.sh --
|
||||
holos --version
|
||||
-- output.txt --
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rendered podinfo in 585.290958ms
|
||||
rendered platform in 585.384958ms
|
||||
rendered podinfo in 160.977334ms
|
||||
rendered platform in 161.101292ms
|
||||
|
||||
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
|
||||
-- command.sh --
|
||||
holos --version
|
||||
-- output.txt --
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[main c67d8cb] add blackbox configuration
|
||||
[main 70107f8] add blackbox configuration
|
||||
1 file changed, 15 insertions(+)
|
||||
create mode 100644 config/prometheus/blackbox.cue
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[main b572420] integrate blackbox and prometheus together
|
||||
[main dc787e2] integrate blackbox and prometheus together
|
||||
3 files changed, 1348 insertions(+), 2 deletions(-)
|
||||
create mode 100644 components/prometheus/values.cue.orig
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[main 009417b] import values
|
||||
[main aaf64bb] import values
|
||||
2 files changed, 1815 insertions(+)
|
||||
create mode 100644 components/blackbox/values.cue
|
||||
create mode 100644 components/prometheus/values.cue
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
rendered blackbox in 111.012833ms
|
||||
rendered prometheus in 141.3495ms
|
||||
rendered platform in 141.443792ms
|
||||
rendered blackbox in 111.222667ms
|
||||
rendered prometheus in 139.292917ms
|
||||
rendered platform in 139.350708ms
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[main 03338b1] add blackbox and prometheus
|
||||
[main 688da56] add blackbox and prometheus
|
||||
5 files changed, 1550 insertions(+)
|
||||
create mode 100644 components/blackbox/blackbox.cue
|
||||
create mode 100644 components/prometheus/prometheus.cue
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
rendered prometheus in 976.842666ms
|
||||
rendered blackbox in 1.010637584s
|
||||
rendered platform in 1.010700333s
|
||||
rendered blackbox in 778.713375ms
|
||||
rendered prometheus in 839.024292ms
|
||||
rendered platform in 839.07325ms
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[main 90f970f] render integrated blackbox and prometheus manifests
|
||||
[main 2d46297] render integrated blackbox and prometheus manifests
|
||||
2 files changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
|
||||
-- command.sh --
|
||||
holos --version
|
||||
-- output.txt --
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[main 409f74c] add httpbin
|
||||
[main f621828] add httpbin
|
||||
4 files changed, 113 insertions(+)
|
||||
create mode 100644 components/httpbin/httpbin.cue
|
||||
create mode 100644 components/httpbin/httpbin.yaml
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[main d00077c] annotate httpbin for prometheus probes
|
||||
[main 0cccd8c] annotate httpbin for prometheus probes
|
||||
2 files changed, 18 insertions(+)
|
||||
create mode 100644 components/httpbin/patches.cue
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rendered httpbin in 76.075042ms
|
||||
rendered platform in 76.152ms
|
||||
rendered httpbin in 77.754459ms
|
||||
rendered platform in 77.832042ms
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rendered httpbin in 75.982958ms
|
||||
rendered platform in 76.07325ms
|
||||
rendered httpbin in 77.095625ms
|
||||
rendered platform in 77.190416ms
|
||||
|
||||
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
|
||||
-- command.sh --
|
||||
holos --version
|
||||
-- output.txt --
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rendered podinfo in 188.373167ms
|
||||
rendered platform in 188.466708ms
|
||||
rendered podinfo in 159.277916ms
|
||||
rendered platform in 159.380625ms
|
||||
|
||||
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
|
||||
-- command.sh --
|
||||
holos --version
|
||||
-- output.txt --
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[main 7087e1c] add blackbox configuration
|
||||
[main 7761ac1] add blackbox configuration
|
||||
1 file changed, 15 insertions(+)
|
||||
create mode 100644 config/prometheus/blackbox.cue
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[main da0fb3b] integrate blackbox and prometheus together
|
||||
[main 8c81fed] integrate blackbox and prometheus together
|
||||
3 files changed, 1348 insertions(+), 2 deletions(-)
|
||||
create mode 100644 components/prometheus/values.cue.orig
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[main c511284] import values
|
||||
[main 18c7aad] import values
|
||||
2 files changed, 1815 insertions(+)
|
||||
create mode 100644 components/blackbox/values.cue
|
||||
create mode 100644 components/prometheus/values.cue
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
rendered blackbox in 110.982334ms
|
||||
rendered prometheus in 143.239167ms
|
||||
rendered platform in 143.288292ms
|
||||
rendered blackbox in 110.354458ms
|
||||
rendered prometheus in 138.13225ms
|
||||
rendered platform in 138.168958ms
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[main b01e9d8] add blackbox and prometheus
|
||||
[main ff5bfaa] add blackbox and prometheus
|
||||
5 files changed, 1550 insertions(+)
|
||||
create mode 100644 components/blackbox/blackbox.cue
|
||||
create mode 100644 components/prometheus/prometheus.cue
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
rendered prometheus in 914.69225ms
|
||||
rendered blackbox in 928.397375ms
|
||||
rendered platform in 928.461334ms
|
||||
rendered blackbox in 693.763959ms
|
||||
rendered prometheus in 788.544209ms
|
||||
rendered platform in 788.618792ms
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[main b751097] render integrated blackbox and prometheus manifests
|
||||
[main 4033953] render integrated blackbox and prometheus manifests
|
||||
2 files changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
|
||||
-- command.sh --
|
||||
holos --version
|
||||
-- output.txt --
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.104.2
|
||||
0.104.3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[main 1a292da] add httpbin
|
||||
[main 1b332f8] add httpbin
|
||||
4 files changed, 113 insertions(+)
|
||||
create mode 100644 components/httpbin/httpbin.cue
|
||||
create mode 100644 components/httpbin/httpbin.yaml
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[main fcd85b9] annotate httpbin for prometheus probes
|
||||
[main e37f8ce] annotate httpbin for prometheus probes
|
||||
2 files changed, 18 insertions(+)
|
||||
create mode 100644 components/httpbin/patches.cue
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rendered httpbin in 84.769458ms
|
||||
rendered platform in 84.835458ms
|
||||
rendered httpbin in 77.710709ms
|
||||
rendered platform in 77.792958ms
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rendered httpbin in 78.073167ms
|
||||
rendered platform in 78.155208ms
|
||||
rendered httpbin in 76.942666ms
|
||||
rendered platform in 77.014958ms
|
||||
|
||||
@@ -1 +1 @@
|
||||
2
|
||||
3
|
||||
|
||||
Reference in New Issue
Block a user