Skip to content

Commit 5c2c924

Browse files
committed
feat: update docker file
1 parent a349379 commit 5c2c924

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

provider/model/model.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,15 +1348,15 @@ type CommitResponse struct {
13481348
}
13491349

13501350
type ArtifactDockerFileDescription struct {
1351-
Sha *string `json:"sha"`
1352-
Name *string `json:"name"`
1353-
Path *string `json:"path"`
1354-
LastUpdatedAt *string `json:"last_updated_at"`
1355-
GitURL *string `json:"git_url"`
1356-
HTMLURL *string `json:"html_url"`
1357-
URI *string `json:"uri"` // Unique identifier
1358-
DockerfileContent string `json:"dockerfile_content"`
1359-
DockerfileContentBase64 *string `json:"dockerfile_content_base64"`
1360-
Repository map[string]interface{} `json:"repository"`
1361-
Images []string `json:"images"` // New field to store extracted base images
1351+
Sha *string
1352+
Name *string
1353+
Path *string
1354+
LastUpdatedAt *string
1355+
GitURL *string
1356+
HTMLURL *string
1357+
URI *string // Unique identifier
1358+
DockerfileContent string
1359+
DockerfileContentBase64 *string
1360+
Repository map[string]interface{}
1361+
Images []string // New field to store extracted base images
13621362
}

0 commit comments

Comments
 (0)