Replace deprecated rwgrim/docker-noop with internal build#430
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix issue with docker compose pulling resources
Replace deprecated rwgrim/docker-noop with internal build
Nov 6, 2025
juliusknorr
approved these changes
Nov 6, 2025
Co-authored-by: juliusknorr <3404133+juliusknorr@users.noreply.github.com>
Co-authored-by: juliusknorr <3404133+juliusknorr@users.noreply.github.com>
Co-authored-by: juliusknorr <3404133+juliusknorr@users.noreply.github.com>
5d281cd to
2fa1347
Compare
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.
Summary
Docker removed support for Image Format v1 and manifest v2 schema 1, causing
rwgrim/docker-nooppulls to fail on second run with:Replaced with internal
ghcr.io/juliusknorr/nextcloud-dev-noop:latestbuilt via GitHub Actions.Changes:
docker/noop/noop.c- Minimal C program (exit(0))docker/noop/Dockerfile- Multi-stage build compiling static binary into scratch image.github/workflows/docker.yml- Addednoopto build matrixdocker-compose.yml- Updateddatabase-sqliteservice image referenceSupports amd64/arm64, built automatically on push to master.
TODO
Checklist
3. to review, feature component)stable32)Warning
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:
artifacts.elastic.co/usr/share/elasticsearch/jdk/bin/java -Xshare:auto -Xms4m -Xmx64m -XX:+UseSerialGC -Des.cgroups.hierarchy.override=/ -Des.path.home=/usr/share/elasticsearch -Des.path.conf=/usr/share/elasticsearch/config -Des.distribution.flavor=default -Des.distribution.type=docker -cp /usr/share/elasticsearch/lib/*:/usr/share/elasticsearch/lib/tools/plugin-cli/* org.elasticsearch.plugins.cli.PluginCli install --batch ingest-attachment(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This section details on the original issue you should resolve
<issue_title>Unable to pull rwgrim/docker-noop</issue_title>
<issue_description>I am seeing this output when I run
docker compose upfor the second time: