File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ const (
31
31
// context directory
32
32
DefaultDockerfilePath = "Dockerfile"
33
33
34
- DefaultDevTagStrategy = TagStrategySha256
35
- DefaultRunTagStrategy = TagStrategyGitCommit
36
-
37
34
// TagStrategySha256 uses the checksum of the built artifact as the tag
38
35
TagStrategySha256 = "sha256"
39
36
TagStrategyGitCommit = "gitCommit"
@@ -63,9 +60,6 @@ const (
63
60
DefaultCloudBuildDockerImage = "gcr.io/cloud-builders/docker"
64
61
DefaultCloudBuildMavenImage = "gcr.io/cloud-builders/mvn"
65
62
DefaultCloudBuildGradleImage = "gcr.io/cloud-builders/gradle"
66
-
67
- // A regex matching valid repository names (https://github.com/docker/distribution/blob/master/reference/reference.go)
68
- RepositoryComponentRegex string = `^[a-z\d]+(?:(?:[_.]|__|-+)[a-z\d]+)*$`
69
63
)
70
64
71
65
var DefaultKubectlManifests = []string {"k8s/*.yaml" }
You can’t perform that action at this time.
0 commit comments