CI、たとえば Bitbucket Pipeline で使う docker-compose 入りの container image base.
497
CI、たとえば Bitbucket Pipeline で使う docker-compose 入りの container image base.
❯ docker run -it --rm sogaoh/docker-with-compose ash
/ # cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.11.6
PRETTY_NAME="Alpine Linux v3.11"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
/ # docker --version
Docker version 19.03.8, build afacb8b7f0
/ # docker-compose --version
docker-compose version 1.25.5, build unknown
/ # make --version
GNU Make 4.2.1
Built for x86_64-alpine-linux-musl
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
/ # bash --version
GNU bash, version 5.0.11(1)-release (x86_64-alpine-linux-musl)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
/ # jq --version
jq-master-v20191114-85-g260888d269
Content type
Image
Digest
Size
131.9 MB
Last updated
over 6 years ago
docker pull sogaoh/docker-with-compose