Skip to content

Tag the built docker images with both the configured tag and "latest" #972

@zadigus

Description

@zadigus

Is your feature request related to a problem?
In my case, it's not a big issue, I have a work-around. I would like to use in the devspace commands some of the docker images I've built because they run k8s jobs that base on built images. Because I use the random tag in development, it's pretty difficult to provide the corresponding k8s manifests with the relevant docker image tags in that command. Therefore I think that having a way to additionally tagging the built images with some tag of my choice (e.g. "latest") would help because I could just use that tag in my command. But I can imagine there are many other use cases where such a functionality would help.

Which solution do you suggest?
Add a new flag to allow additional flagging.

Which alternative solutions exist?
Run the devspace build --tag latest after having run devspace build a first time.

/kind feature

Metadata

Metadata

Assignees

Labels

area/building-imagesIssues related to building Docker imageskind/featureNew feature or feature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions