diff --git a/gqt/gqt_suite_test.go b/gqt/gqt_suite_test.go index ae323954f..cf2aafcfe 100644 --- a/gqt/gqt_suite_test.go +++ b/gqt/gqt_suite_test.go @@ -36,7 +36,7 @@ const ( var ( ginkgoIO = garden.ProcessIO{Stdout: GinkgoWriter, Stderr: GinkgoWriter} - // the unprivileged user is baked into the cfgarden/garden-ci-ubuntu image + // the unprivileged user is baked into the cloudfoundry/garden-runc-release image unprivilegedUID = uint32(5000) unprivilegedGID = uint32(5000) diff --git a/gqt_setup/gqt_setup_suite_test.go b/gqt_setup/gqt_setup_suite_test.go index 18935472f..23002ccb0 100644 --- a/gqt_setup/gqt_setup_suite_test.go +++ b/gqt_setup/gqt_setup_suite_test.go @@ -19,7 +19,7 @@ import ( ) var ( - // the unprivileged user is baked into the cfgarden/garden-ci-ubuntu image + // the unprivileged user is baked into the cloudfoundry/garden-runc-release image unprivilegedUID = uint32(5000) unprivilegedGID = uint32(5000)