Conversation
| @@ -0,0 +1,25 @@ | |||
| services: | |||
There was a problem hiding this comment.
[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)
There was a problem hiding this comment.
Pull request overview
This PR updates deployment/configuration references to use the dockurr/chromeos container image, introduces a dedicated Docker Hub README under .github/, and adds a Codespaces/devcontainer setup for running the container in a development environment.
Changes:
- Switch Docker image references in Compose and Kubernetes manifests from
forkymcforkface/chromeostodockurr/chromeos. - Update the Docker Hub description workflow to read from
.github/readme.md. - Add a devcontainer + Codespaces compose configuration for running the container in GitHub Codespaces.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| kubernetes.yml | Updates the container image reference for Kubernetes deployment. |
| compose.yml | Updates the container image reference for Docker Compose usage. |
| .github/workflows/hub.yml | Points the Docker Hub description updater to .github/readme.md and triggers on that path. |
| .github/readme.md | Adds a Docker Hub/auxiliary README, including usage examples and FAQ. |
| .devcontainer/devcontainer.json | Adds devcontainer configuration for a Compose-based Codespaces setup. |
| .devcontainer/codespaces.yml | Adds a Compose file intended for Codespaces/devcontainer usage. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
29
to
33
| containers: | ||
| - name: chromeos | ||
| image: forkymcforkface/chromeos | ||
| image: dockurr/chromeos | ||
| env: | ||
| - name: VERSION |
| @@ -0,0 +1,427 @@ | |||
| <h1 align="center">ChromeOS<br /> | |||
| <div align="center"> | |||
| <a href="https://github.com/dockur/chromeos/"><img src="https://github.com/dockur/chromeos/raw/master/.github/logo.png" title="Logo" style="max-width:100%;" width="128" /></a> | |||
| ##### Kubernetes: | ||
|
|
||
| ```shell | ||
| kubectl apply -f https://raw.githubusercontent.com/forkymcforkface/chromeos/main/kubernetes.yml |
Comment on lines
+14
to
+15
| "dockerComposeFile": "codespaces.yml", | ||
| "initializeCommand": "docker system prune --all --force" |
Comment on lines
+9
to
+12
| KEEP_AWAKE: "N" | ||
| RAM_SIZE: "half" | ||
| DISK_SIZE: "max" | ||
| CPU_CORES: "max" |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
No description provided.