Skip to content

Commit 22c65bb

Browse files
committed
add ca-certificates to container image for git
Without this patch git fails to pull from https remotes.
1 parent e913ce6 commit 22c65bb

37 files changed

+51
-51
lines changed

doc/md/tutorial/_hello-holos/examples/01-holos-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
44
-- command.sh --
55
holos --version
66
-- output.txt --
7-
0.104.2
7+
0.104.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.104.2
1+
0.104.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rendered podinfo in 585.290958ms
2-
rendered platform in 585.384958ms
1+
rendered podinfo in 160.977334ms
2+
rendered platform in 161.101292ms

doc/md/tutorial/_helm-values/examples/01-holos-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cmp stdout $WORK/output.txt
44
-- command.sh --
55
holos --version
66
-- output.txt --
7-
0.104.2
7+
0.104.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.104.2
1+
0.104.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[main c67d8cb] add blackbox configuration
1+
[main 70107f8] add blackbox configuration
22
1 file changed, 15 insertions(+)
33
create mode 100644 config/prometheus/blackbox.cue
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[main b572420] integrate blackbox and prometheus together
1+
[main dc787e2] integrate blackbox and prometheus together
22
3 files changed, 1348 insertions(+), 2 deletions(-)
33
create mode 100644 components/prometheus/values.cue.orig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[main 009417b] import values
1+
[main aaf64bb] import values
22
2 files changed, 1815 insertions(+)
33
create mode 100644 components/blackbox/values.cue
44
create mode 100644 components/prometheus/values.cue
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rendered blackbox in 111.012833ms
2-
rendered prometheus in 141.3495ms
3-
rendered platform in 141.443792ms
1+
rendered blackbox in 111.222667ms
2+
rendered prometheus in 139.292917ms
3+
rendered platform in 139.350708ms

doc/md/tutorial/_helm-values/script-02-helm-values/register-components-git-commit-output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[main 03338b1] add blackbox and prometheus
1+
[main 688da56] add blackbox and prometheus
22
5 files changed, 1550 insertions(+)
33
create mode 100644 components/blackbox/blackbox.cue
44
create mode 100644 components/prometheus/prometheus.cue

0 commit comments

Comments
 (0)