@@ -4,6 +4,12 @@ This document collects some information about things developers of the gop shoul
4
4
problems they might face when they try to run and test their changes.
5
5
It provides workarounds or solutions for the given issues.
6
6
7
+ ## Disclaimer
8
+
9
+ The versions listed in this README may not always reflect the most current release.
10
+ Please be aware that newer versions may exist, and it is recommended to use the latest stable version for the best performance and security.
11
+ Always check the official release notes or the project repository for up-to-date version information.
12
+
7
13
## Table of contents
8
14
9
15
<!-- Update with ` doctoc --notitle docs/developers.md --maxlevel 4 `. See https://github.com/thlorenz/doctoc -->
@@ -567,11 +573,11 @@ skopeo copy docker://registry.k8s.io/ingress-nginx/controller:v1.9.6 --dest-cred
567
573
# Using latest will lead to failure with
568
574
# k describe prometheus -n monitoring
569
575
# Message: initializing PrometheusRules failed: failed to parse version: Invalid character(s) found in major number "0latest"
570
- skopeo copy docker://quay.io/prometheus/prometheus:v2.55 .1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus:v2.55 .1
571
- skopeo copy docker://quay.io/prometheus-operator/prometheus-operator:v0.78.2 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-operator
572
- skopeo copy docker://quay.io/prometheus-operator/prometheus-config-reloader:v0.78 .1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-config-reloader
573
- skopeo copy docker://docker.io/grafana/grafana:11.3.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/grafana
574
- skopeo copy docker://quay.io/kiwigrid/k8s-sidecar:1.28 .0 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/k8s-sidecar
576
+ skopeo copy docker://quay.io/prometheus/prometheus:v3.2 .1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus:v3.2 .1
577
+ skopeo copy docker://quay.io/prometheus-operator/prometheus-operator:v0.80.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-operator
578
+ skopeo copy docker://quay.io/prometheus-operator/prometheus-config-reloader:v0.80 .1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-config-reloader
579
+ skopeo copy docker://docker.io/grafana/grafana:11.5.2 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/grafana
580
+ skopeo copy docker://quay.io/kiwigrid/k8s-sidecar:1.30 .0 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/k8s-sidecar
575
581
576
582
# Cert Manager images
577
583
skopeo copy docker://quay.io/jetstack/cert-manager-controller:v1.16.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/cert-manager-controller
@@ -580,7 +586,7 @@ skopeo copy docker://quay.io/jetstack/cert-manager-webhook:v1.16.1 --dest-creds
580
586
581
587
# Needed for the builds to work with proxy-registry
582
588
skopeo copy docker://bitnami/kubectl:1.29 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/bitnami/kubectl:1.29
583
- skopeo copy docker://eclipse-temurin:11 -jre-alpine --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/eclipse-temurin:11 -jre-alpine
589
+ skopeo copy docker://eclipse-temurin:17 -jre-alpine --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/eclipse-temurin:17 -jre-alpine
584
590
skopeo copy docker://ghcr.io/cloudogu/helm:3.16.1-1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/helm:latest
585
591
` ` `
586
592
@@ -607,7 +613,7 @@ docker run --rm -t -u $(id -u) \
607
613
--registry-password-read-only=RegistryRead12345 \
608
614
--kubectl-image=localhost:30000/proxy/bitnami/kubectl:1.29 \
609
615
--helm-image=localhost:30000/proxy/helm:latest \
610
- --petclinic-image=localhost:30000/proxy/eclipse-temurin:11 -jre-alpine \
616
+ --petclinic-image=localhost:30000/proxy/eclipse-temurin:17 -jre-alpine \
611
617
--mailhog-image=localhost:30000/proxy/mailhog:latest \
612
618
--vault-image=localhost:30000/proxy/vault:latest \
613
619
--external-secrets-image=localhost:30000/proxy/external-secrets:latest \
@@ -618,7 +624,7 @@ docker run --rm -t -u $(id -u) \
618
624
--cert-manager-image=localhost:30000/proxy/cert-manager-controller:latest \
619
625
--cert-manager-webhook-image=localhost:30000/proxy/cert-manager-webhook:latest \
620
626
--cert-manager-cainjector-image=localhost:30000/proxy/cert-manager-cainjector:latest \
621
- --prometheus-image=localhost:30000/proxy/prometheus:v2.55 .1 \
627
+ --prometheus-image=localhost:30000/proxy/prometheus:v3.2 .1 \
622
628
--prometheus-operator-image=localhost:30000/proxy/prometheus-operator:latest \
623
629
--prometheus-config-reloader-image=localhost:30000/proxy/prometheus-config-reloader:latest \
624
630
--grafana-image=localhost:30000/proxy/grafana:latest \
@@ -779,11 +785,11 @@ docker run -it -u $(id -u) \
779
785
-v ~ /.config/k3d/kubeconfig-airgapped-playground.yaml:/home/.kube/config \
780
786
--net=host gitops-playground:dev --argocd --yes -x \
781
787
--vault=dev --metrics \
782
- --grafana-image localhost:30002/library/grafana:8.2.1 \
783
- --grafana-sidecar-image localhost:30002/library/k8s-sidecar:1.14.2 \
784
- --prometheus-image localhost:30002/library/prometheus:v2.28 .1 \
785
- --prometheus-operator-image localhost:30002/library/prometheus-operator:v0.50.0 \
786
- --prometheus-config-reloader-image localhost:30002/library/prometheus-config-reloader:v0.50.0 \
788
+ --grafana-image localhost:30002/library/grafana:11.5.2 \
789
+ --grafana-sidecar-image localhost:30002/library/k8s-sidecar:1.30.0 \
790
+ --prometheus-image localhost:30002/library/prometheus:v3.2 .1 \
791
+ --prometheus-operator-image localhost:30002/library/prometheus-operator:v0.80.1 \
792
+ --prometheus-config-reloader-image localhost:30002/library/prometheus-config-reloader:v0.80.1 \
787
793
--external-secrets-image localhost:30002/library/external-secrets:v0.6.1 \
788
794
--external-secrets-certcontroller-image localhost:30002/library/external-secrets:v0.6.1 \
789
795
--external-secrets-webhook-image localhost:30002/library/external-secrets:v0.6.1 \
0 commit comments