Below you will find pages that utilize the taxonomy term “RemkoMolier”
August 9, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.19.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary docker-hash is a Go tool that computes a SHA-256 hash of Docker images based on their Dockerfile content, build arguments, and referenced files. It helps in detecting changes to these components and can be used for cache-busting and deterministic CI pipelines.
August 8, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.18.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This action computes a deterministic SHA-256 hash for a Docker image build, based on the Dockerfile content, any build arguments, and files referenced by COPY/ADD instructions within the build context. It helps in cache-busting, change detection, and creating deterministic CI pipelines by ensuring that the hash changes whenever there are updates to the Dockerfile or its dependencies.
August 4, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.17.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This action automates the computation of a deterministic SHA-256 hash for Docker images, based on various factors such as the Dockerfile content, build arguments, and files referenced in the build context. It is useful for cache-busting, change detection, and ensuring reproducibility in CI pipelines.