scratch
š A multi-arch scratch image that makes it possible to cross-build images from scratch.
100K+
š A multi-arch scratch image that makes it possible to cross-build images from scratch.
This image solves for is such a corner case that most people wouldn't run into it, so you can probably get away with FROM scratch.
The problem arises when you are trying to build an image for another machine architecture, and have to use FROM scratch in your dockerfile, in which case the resulting image will be tagged as being for the build machine's architecture instead of the target architecture (even though Qemu was used).
These Docker images are continuously updated to provide you with the most cutting-edge technology in the container world.
Using FROM shinsenter/scratch creates a trusted multi-arch image tag from scratch.
FROM shinsenter/scratch
# copy files from other source
COPY ...
Then run below command to build your Docker image.
docker build [build options] - < Dockerfile
This repository uses multi-platform images via Docker manifests. Currently, the supported architectures are:
You do not need to use a platform-specific tag (although you can), Docker will automatically choose the appropriate architecture.
As an open-source project, we rely on the support and contributions of our community to continue improving and expanding our capabilities. By joining our community, you will have the opportunity to:
If you're interested in contributing to the project, we follow the standard Github pull request processā and will review your contributions as soon as possible. Even if you're not ready to contribute code, suggestions for improving the documentation or readability are always welcome.
[NEED HELP] Let's work together to improve the documentation and examplesā .
If you find value in this repository, please consider taking the following actions to support my ongoing development efforts:
Your support is greatly appreciated and will help me continue to improve and expand upon this project.
Explore more Docker images at docker.shin.companyā .
Content type
Image
Digest
sha256:0af5a09baā¦
Size
32 Bytes
Last updated
over 2 years ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
2,701
May 11 to May 17