openeuler/distroless-staticThe official distroless-static docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
This image contains a minimal Linux, glibc runtime for "mostly-statically compiled" languages like Rust and Go.
Statically compiled applications (Go) that do not require libc can use the openeuler/distroless-static image, which contains:
The tag details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.0.0-oe2403lts | openEuler 24.03-LTS static image | amd64, arm64 |
Users are expected to include their compiled application and set the correct cmd in their image. For example
# Dockerfile FROM openeuler/go:latest AS build WORKDIR /go/src/app COPY . . RUN go mod download RUN go vet -v RUN go test -v RUN CGO_ENABLED=0 go build -o /go/bin/app FROM openeuler/distroless-static:1.0.0-oe2403lts COPY --from=build /go/bin/app / CMD ["/app"]
For implementation details, refer to the distroless-base-nonroot documentation.
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务