Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tagging DevContainer image #7093

Open
Abdelrahman350 opened this issue Aug 19, 2022 · 3 comments
Open

Tagging DevContainer image #7093

Abdelrahman350 opened this issue Aug 19, 2022 · 3 comments
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality
Milestone

Comments

@Abdelrahman350
Copy link

Abdelrahman350 commented Aug 19, 2022

Hello, I use devcontainer from docker-compose. I found that the devcontainer doesn't use the image name and tag specified in the docker-compose file. Instead, it generates a too long random name. So, I would like to request to have control of that name.

My docker-compose:
version: '3.3' services: development: build: context: . dockerfile: Dockerfile image: imageName:tag container_name: 'myContainer'

My devcontainer:
{ "name": "someName", "dockerComposeFile": ["docker-compose.yml"], // The name of the following service has to match one of the services in docker-compose.yml "service": "myService", "extensions": [.....], "workspaceFolder": ".....", "shutdownAction": "stopCompose" }

@github-actions github-actions bot added the containers Issue in vscode-remote containers label Aug 19, 2022
@chrmarti chrmarti added the feature-request Request for new features or functionality label Aug 25, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the Backlog Candidates milestone Aug 25, 2022
@VSCodeTriageBot
Copy link
Collaborator

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@Abdelrahman350
Copy link
Author

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

The feature request got more than 10 upvotes, please move it to your backlog.

@VSCodeTriageBot
Copy link
Collaborator

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants