Sign inSign up

qiuchenjun/gosu

By qiuchenjun

Updated almost 2 years ago

gosu binary files,arm64; amd64

Image
1

1.1K

qiuchenjun/gosu repository overview

在 Dockerfile 中的使用示例:

COPY --from=qiuchenjun/gosu /gosu /usr/local/bin/gosu

RUN set -eux; \
    chmod +x /usr/local/bin/gosu; \
    gosu --version; \
    gosu nobody true

源码:https://github.com/tianon/gosu

Tag summary

Content type

Image

Digest

sha256:12cb1f348

Size

959.9 kB

Last updated

almost 2 years ago

docker pull qiuchenjun/gosu