feat: dev container + publish image to GHCR#30
Merged
Conversation
Add .devcontainer (Node 24) for source-level development; generic, with no consumer-specific backend baked in. Make the vite proxy target configurable via VITE_PROXY_TARGET (defaults to http://localhost:8080) so the console can point at any backend. CI: build and push the nginx image to GHCR on main; PRs still build only (no push).
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.
무엇 / What
Dev Container 추가 + nginx 이미지를 GHCR 에 publish. Add a dev container and publish the nginx image to GHCR.
구성 / Details
.devcontainer/(Node 24) — 제네릭. 특정 백엔드(bookrecord 등)를 박지 않음 / generic, no consumer baked invite.config.ts: 프록시 타깃을VITE_PROXY_TARGET로 외부화 (기본http://localhost:8080); 다른 백엔드는.env.local로dockerjob:mainpush 시ghcr.io/devslab-kr/devslab-kit-admin-ui:{latest,sha}build & push; PR 은 빌드만(push 안 함)검증 / Verify
npm run build로컬 통과 (vueuse#__PURE__경고는 비치명적)주의 / Note
첫 publish 후 GHCR 패키지를 Public 으로 전환하면 무료 + 인증 없이 pull. repo 에 link 하면 권한 연동.