Skip to content

Commit

Permalink
Update docker images to be built into cloudfoundry org
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Feb 13, 2023
1 parent 5e4769b commit 1576386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gqt/gqt_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion gqt_setup/gqt_setup_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1576386

Please sign in to comment.