Conversation
…emote files, and Codespaces support Co-authored-by: iantrich <1287159+iantrich@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update devcontainer for Home Assistant custom card developers
Bootstrap devcontainer for HA custom card development
Mar 2, 2026
…ges) Co-authored-by: iantrich <1287159+iantrich@users.noreply.github.com>
Copilot
AI
changed the title
Bootstrap devcontainer for HA custom card development
Bootstrap HA custom card devcontainer with smart HACS, remote resources, and ghcr.io release workflow
Mar 2, 2026
…or pre-releases Co-authored-by: iantrich <1287159+iantrich@users.noreply.github.com>
Copilot
AI
changed the title
Bootstrap HA custom card devcontainer with smart HACS, remote resources, and ghcr.io release workflow
Add release workflow with beta support to publish to GitHub Container Registry
Mar 2, 2026
Member
|
@copilot I'm getting the following error in the release workflow with this code https://github.com/custom-cards/custom-card-devcontainer/actions/runs/22604654914/job/65493981529 |
… update Co-authored-by: iantrich <1287159+iantrich@users.noreply.github.com>
Contributor
Author
The failure was caused by the base image ( Since Node.js is already installed via nvm, the Yarn apt-source isn't needed. Fixed in b792c47 by removing that file before running RUN rm -f /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
... |
…ithub.com/custom-cards/custom-card-devcontainer into copilot/optimize-devcontainer-performance
Updated Dockerfile to force executable mode during copy: COPY --chmod=0755 container /usr/local/bin/container COPY --chmod=0755 hassfest /usr/local/bin/hassfest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.2.3,1.2,latest; pre-release →1.2.3-beta.1,beta)/etc/apt/sources.list.d/yarn.list(expired GPG key in base image) beforeapt-get updateOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.