prometheus-community / prometheus-playground

Turnkey sandbox projects demonstrating a wide variety of Prometheus use cases
Apache License 2.0
164 stars 24 forks source link

Update image to version with more up-to-date certs #17

Closed L1ghtman2k closed 1 year ago

L1ghtman2k commented 2 years ago

Fixes the issue caused by expired certs when building the image:

# cd .; git clone https://gopkg.in/yaml.v2 /go/src/gopkg.in/yaml.v2
Cloning into '/go/src/gopkg.in/yaml.v2'...
fatal: unable to access 'https://gopkg.in/yaml.v2/': SSL certificate problem: certificate has expired
package gopkg.in/yaml.v2: exit status 128

# cd .; git clone https://gopkg.in/alecthomas/kingpin.v2 /go/src/gopkg.in/alecthomas/kingpin.v2
Cloning into '/go/src/gopkg.in/alecthomas/kingpin.v2'...
fatal: unable to access 'https://gopkg.in/alecthomas/kingpin.v2/': SSL certificate problem: certificate has expired
package gopkg.in/alecthomas/kingpin.v2: exit status 128

package crypto/ed25519: unrecognized import path "crypto/ed25519" (import path does not begin with hos
tname)

Signed-off-by: Aibek 35672535+L1ghtman2k@users.noreply.github.com