Skip to content

Commit

Permalink
feat:镜像推送异步模式 TencentBlueKing#5640
Browse files Browse the repository at this point in the history
Signed-off-by: sawyersong <[email protected]>
  • Loading branch information
sawyersong2 committed Dec 9, 2021
1 parent 626f56f commit 8c4cfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SampleDockerHostImageScanService : DockerHostImageScanService {
buildId: String,
vmSeqId: String,
userName: String,
imageTagSet: MutableSet<String>,
imageId: String,
dockerClient: DockerClient
): String {
// do something before push images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface DockerHostImageScanService {
buildId: String,
vmSeqId: String,
userName: String,
imageTagSet: MutableSet<String>,
imageId: String,
dockerClient: DockerClient
): String
}

0 comments on commit 8c4cfa8

Please sign in to comment.