Readme background section - #50
Draft
dennisvang wants to merge 30 commits into
Draft
Conversation
a copy of the example from https://docs.docker.com/guides/vuejs/ using hardened images
- switching from dev image to runtime image for nginx - using index digest (manifest list) for multi-platform support - pinning the versions, following https://docs.docker.com/build/building/best-practices/#pin-base-image-versions and https://docs.docker.com/dhi/core-concepts/digests/#multi-platform-images-and-manifests
generated by ai, verified by hand and amended with links etc.
partially based on the example from https://docs.docker.com/guides/vuejs/
This way we don't run redundant checks and can easily implement dependence. The publish job is relatively slow, due to building the docker image, so it is skipped for pull_request updates.
types are: submitted, edited, or dismissed this allows us to trigger the publish job manually, as a workaround for the fact that manual triggers via workflow_dispatch only work on the default branch
dennisvang
force-pushed
the
docs/readme-background
branch
from
July 17, 2026 08:55
95250ad to
6ac7045
Compare
moved it onto a separate branch docs/readme-background because it is not directly related to the present pr
… dir this prevents clients from using stale copies, because it forces the browser to re-validate the file with the server, based on ETag or Last-Modified headers see https://httpwg.org/specs/rfc7234.html#validation.model
dennisvang
force-pushed
the
docs/readme-background
branch
from
July 20, 2026 07:12
6ac7045 to
3f1e35f
Compare
Collaborator
|
Great work @dennisvang! Maybe just a note about the fact that the client only works with turtle would be nice to have? |
pulling in the docker image support
Collaborator
|
Hi @dennisvang! I think this can also be merged, or? |
Collaborator
Author
|
Hi @mihailefter , I was still thinking things over, to be honest. 🤔 |
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.
Added a section to explain FDP background.
This should put things in the proper context.
TODO: