mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
update github links to moby/moby
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -447,7 +447,7 @@ ADD %s/file /`
|
||||
}
|
||||
}
|
||||
|
||||
// Regression for https://github.com/docker/docker/pull/27805
|
||||
// Regression for https://github.com/moby/moby/pull/27805
|
||||
// Makes sure that we don't use the cache if the contents of
|
||||
// a file in a subfolder of the context is modified and we re-build.
|
||||
func (s *DockerCLIBuildSuite) TestBuildModifyFileInFolder(c *testing.T) {
|
||||
@@ -5972,7 +5972,7 @@ func (s *DockerCLIBuildSuite) TestBuildIntermediateTarget(c *testing.T) {
|
||||
|
||||
// TestBuildOpaqueDirectory tests that a build succeeds which
|
||||
// creates opaque directories.
|
||||
// See https://github.com/docker/docker/issues/25244
|
||||
// See https://github.com/moby/moby/issues/25244
|
||||
func (s *DockerCLIBuildSuite) TestBuildOpaqueDirectory(c *testing.T) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
dockerFile := `
|
||||
|
||||
Reference in New Issue
Block a user