agola/internal/services/executor/driver
Simone Gotti 576c09775f go.mod: replace https://github.com/satori/go.uuid
Replace https://github.com/satori/go.uuid with maintained version at
https://github.com/gofrs/uuid

Since the new version uuid.NewV4 returns an error when failing to read
from the random source reader we use uuid.Must to panic on error since
it's considered an unrecoverable error.

In future, if needed, we could handle the error instead of panicking.
2022-02-21 09:43:32 +01:00
..
docker.go executor: add init image config authentication options 2021-05-26 08:57:21 +02:00
docker_test.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
driver.go *: implement ability to add tmpfs volumes to containers 2019-10-08 16:36:23 +02:00
k8s.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
k8s_test.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
k8slease.go executor: fix linter errors 2019-07-02 15:18:52 +02:00