moby/runconfig
Sebastiaan van Stijn 66cf6e3a7a
rename "image" vars to prevent conflicts with imports
We have many "image" packages, so these vars easily conflict/shadow
imports. Let's rename them (and in some cases use a const) to
prevent that.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 12:49:53 +01:00
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
opts runconfig/opts: use strings.Cut() 2022-12-21 11:09:03 +01:00
config.go api/server: allow empty body for POST /commit again 2023-05-17 16:01:11 -04:00
config_test.go rename "image" vars to prevent conflicts with imports 2024-01-19 12:49:53 +01:00
config_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
config_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go api: ContainerCreate: lowercase ErrEmptyConfig 2023-10-25 21:25:17 +02:00
hostconfig.go Merge pull request #46447 from akerouanton/api-predefined-networks 2023-11-24 12:26:48 +01:00
hostconfig_test.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
hostconfig_unix.go api: Add consts for predefined networks 2023-09-10 15:39:54 +02:00
hostconfig_windows.go api: Add consts for predefined networks 2023-09-10 15:39:54 +02:00
hostconfig_windows_test.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00