Skip to content

Initial commit - #1

Merged
kroese merged 14 commits into
masterfrom
dev
Jul 3, 2026
Merged

Initial commit#1
kroese merged 14 commits into
masterfrom
dev

Conversation

@kroese

@kroese kroese commented Jul 3, 2026

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings July 3, 2026 02:36
@@ -0,0 +1,25 @@
services:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/chromeos to dockurr/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 thread kubernetes.yml
Comment on lines 29 to 33
containers:
- name: chromeos
image: forkymcforkface/chromeos
image: dockurr/chromeos
env:
- name: VERSION
Comment thread .github/readme.md
@@ -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>
Comment thread .github/readme.md Outdated
##### Kubernetes:

```shell
kubectl apply -f https://raw.githubusercontent.com/forkymcforkface/chromeos/main/kubernetes.yml
Comment thread .github/readme.md Outdated
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"
kroese and others added 4 commits July 3, 2026 04:42
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@kroese
kroese merged commit 98dec2c into master Jul 3, 2026
2 checks passed
@kroese
kroese deleted the dev branch July 3, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants