microsoft / microsoft/vscode-azurecontainerapps
[GB18030] Fail to create a container app which image name contains GB18030 characters
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: Win10
Build Version: v0.5.1
GB18030 Language: All
Repro Steps:
- Open a .NET MVC project in VS Code which includes Dockerfile in it.
- Right click one container app environment -> Select "Create Container App..." -> Enter a container app name -> Select "Build from project remotely using Azure Container Registry" -> Select an Azure Container Registry -> Select the default "Dockerfile" in the project folder -> Use the image name which contains GB18030 characters (see below screenshot) and fill the following steps to create a container app.
- Check whether succeeds to create a container app or not.
Expect:
Succeed to create a container app which image name contains GB18030 characters.
Actual:
Fail to create a container app which image name contains GB18030 characters.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure in the .NET MVC project using its Dockerfile, an Azure Container Registry, and an image name containing GB18030 characters. Compare the result with an ASCII-only image name and trace the container-app creation flow to identify where the name is rejected; done means the GB18030 image name creates the container app successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, dockerfile, typescript
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100