Skip to content

Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage #33088

@VitaliyKulikov

Description

@VitaliyKulikov
  • gradle plugin version: id("org.springframework.boot") version "2.7.5"
  • dsl: kotlin
  • snippet:
tasks.bootBuildImage {
  imageName = "sample"
  tags = listOf("tag1", "tag2")
}
  • command: gradle bootBuildImage
  • actual:
Successfully built image 'docker.io/library/sample:latest'
Successfully created image tag 'docker.io/library/tag1'
Successfully created image tag 'docker.io/library/tag2'
  • expected:
Successfully built image 'docker.io/library/sample:latest'
Successfully created image tag 'docker.io/library/sample:tag1'
Successfully created image tag 'docker.io/library/sample:tag2'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions