digitalocean / digitalocean/doctl

Ability to define a tag name when deploying a prebuilt image from the Container Registry to Apps Platform

Open
#953 4 comments 3 reactions 0 assignees View on GitHub
suggestion
Dominant language
Go
Stars
3.4k
Forks
496
Avg merge
1d 2h
Merged PRs (30d)
31

Description

**What is the problem this feature would solve? Please describe.**

Deployments from DO Container Registry to Apps platform are limited and require manual input which is not ideal.
After contacting support i understand there are plans to support "deploy_on_push" for prebuilt images, but there's no ETA on that.

**Describe the solution you'd like**

Maybe it would be possible to include a new flag or some other way to specify the tag name when creating a new deployment using the cli.

Perhaps something like this
```
$ doctl apps create-deployment --tag={TAG_NAME}
```

which would update the app.spec
```
services:
image:
tag: {NEW_TAG_NAME}
```
before starting the deployment

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.