Compare commits

..

3 Commits

Author SHA1 Message Date
Jeff McCune
22c65bbc6c add ca-certificates to container image for git
Without this patch git fails to pull from https remotes.
2025-09-01 06:45:58 -07:00
Jeff McCune
e913ce6368 Merge pull request #444 from WhyKickAmooCow/patch-1
Add ca-certificates to container image
2025-09-01 06:43:31 -07:00
Adam
0abfa660d0 Add ca-certificates to container image
Signed-off-by: Adam <WhyKickAmooCow@users.noreply.github.com>
2025-09-01 23:20:39 +12:00
38 changed files with 52 additions and 52 deletions

View File

@@ -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/*

View File

@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
-- command.sh --
holos --version
-- output.txt --
0.104.2
0.104.3

View File

@@ -1 +1 @@
0.104.2
0.104.3

View File

@@ -1,2 +1,2 @@
rendered podinfo in 585.290958ms
rendered platform in 585.384958ms
rendered podinfo in 160.977334ms
rendered platform in 161.101292ms

View File

@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
-- command.sh --
holos --version
-- output.txt --
0.104.2
0.104.3

View File

@@ -1 +1 @@
0.104.2
0.104.3

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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(-)

View File

@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
-- command.sh --
holos --version
-- output.txt --
0.104.2
0.104.3

View File

@@ -1 +1 @@
0.104.2
0.104.3

View File

@@ -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

View File

@@ -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

View File

@@ -1,2 +1,2 @@
rendered httpbin in 76.075042ms
rendered platform in 76.152ms
rendered httpbin in 77.754459ms
rendered platform in 77.832042ms

View File

@@ -1,2 +1,2 @@
rendered httpbin in 75.982958ms
rendered platform in 76.07325ms
rendered httpbin in 77.095625ms
rendered platform in 77.190416ms

View File

@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
-- command.sh --
holos --version
-- output.txt --
0.104.2
0.104.3

View File

@@ -1,2 +1,2 @@
rendered podinfo in 188.373167ms
rendered platform in 188.466708ms
rendered podinfo in 159.277916ms
rendered platform in 159.380625ms

View File

@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
-- command.sh --
holos --version
-- output.txt --
0.104.2
0.104.3

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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(-)

View File

@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
-- command.sh --
holos --version
-- output.txt --
0.104.2
0.104.3

View File

@@ -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

View File

@@ -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

View File

@@ -1,2 +1,2 @@
rendered httpbin in 84.769458ms
rendered platform in 84.835458ms
rendered httpbin in 77.710709ms
rendered platform in 77.792958ms

View File

@@ -1,2 +1,2 @@
rendered httpbin in 78.073167ms
rendered platform in 78.155208ms
rendered httpbin in 76.942666ms
rendered platform in 77.014958ms

View File

@@ -1 +1 @@
2
3