Gero Posmyk-Leinemann e9aae6e497
[docker-up] Auto-login dockerd if GITPOD_IMAGE_AUTH is set (#20586)
* [docker-up] Minor fixes and add tests

Tool: gitpod/catfood.gitpod.cloud

* [image-builder-bob] Tests&fixes from an experimental PR

Tool: gitpod/catfood.gitpod.cloud

* [supervisor, ws-manager] Write docker credentials into client config file if passed into workspace

Tool: gitpod/catfood.gitpod.cloud

* [server] Introduce project.settings.enableDockerdAuthentication and expose it on the API

Tool: gitpod/catfood.gitpod.cloud

* [dashboard] Add "Docker registry authentication" toggle under projects/env vars

Tool: gitpod/catfood.gitpod.cloud

* [server] Guard project.settings.enableDockerdAuthentication by org write_settings permission

Tool: gitpod/catfood.gitpod.cloud

* review comments with cleanup + small fixes

Tool: gitpod/catfood.gitpod.cloud
2025-02-12 05:16:48 -05:00

23 lines
555 B
Modula-2

module github.com/gitpod-io/gitpod/docker-up
go 1.22.0
toolchain go1.23.3
require (
github.com/opencontainers/runtime-spec v1.2.0
github.com/rootless-containers/rootlesskit v1.1.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.6
github.com/vishvananda/netlink v1.3.0
golang.org/x/sys v0.30.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
)
replace github.com/gitpod-io/gitpod/common-go => ../common-go // leeway