Add dozzle.dev devcontainer feature - #95
Merged
Merged
Conversation
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add feature dozzle.dev
Add Mar 16, 2026
dozzle.dev devcontainer feature
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.
Adds a devcontainer feature to install the
dozzlebinary — a lightweight Docker log monitoring web UI.Why non-trivial
Dozzle ships no GitHub release binaries — only Docker Hub images (
amir20/dozzle). The install script works around this by speaking directly to the Docker Hub OCI registry API using onlycurl+tar, with no Docker daemon required.Install approach
auth.docker.iolatestorv{X.Y.Z})amd64,arm64,armhf, etc.)FROM scratchimage, contains only the statically-linkeddozzlebinary/usr/local/bin/dozzleChanges
src/dozzle.dev/devcontainer-feature.json— feature definition withversionoption (latestorX.Y.Z)src/dozzle.dev/install.sh— OCI registry-based install, follows existing repo conventionstest/dozzle.dev/test.sh— verifies binary exists at/usr/local/bin/dozzle.github/workflows/test.yaml— addsdozzle.devto bothtest-autogeneratedandtest-scenariosmatricesWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
dozzle.dev/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)https://api.github.com/repos/amir20/dozzle/releases/usr/bin/curl curl -s REDACTED -H Accept: application/vnd.github+json ad_url']) for a in rel['assets']](http block)/usr/bin/curl curl -v REDACTED(http block)https://api.github.com/repos/amir20/dozzle/releases/294909104/assets/usr/bin/curl curl -s REDACTED(http block)https://api.github.com/repos/amir20/dozzle/releases/latest/usr/bin/curl curl -s REDACTED(http block)https://api.github.com/repos/amir20/dozzle/releases/tags/v10.1.1/usr/bin/curl curl -s REDACTED conntrack --ctstate INVALID,NEW -j DROP(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
dozzle.dev#38✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.