Sign inSign up

clioconnect/alpine

By clioconnect

•Updated about 2 years ago

Different images based on Alpine.

Image
Languages & frameworks
Operating systems
0

234

clioconnect/alpine repository overview

In the most of the cases, an image is a copy from official repository of another vendor. In such case, you better use the original one, if i still exists.

Overall, all of images here has been made for clioconnect specific goals. So, do not expect that they would be good for your own needs!

All of images must be usable as a base repository in Dockerfile FROM similar (but not exact) to:

FROM clioconnect/alpine: php-base.php7.2.24
WORKDIR /app
COPY /src .
COPY /nginx.conf /etc/nginx/nginx.conf
COPY /www.conf /usr/local/etc/php-fpm.d/www.conf
CMD ["nginx", "-g", "daemon off;"]

In such case you will have a new image with nginx, but you should run php7.2.24 just inside the container system like that: "php-fpm".

Tag summary

Content type

Image

Digest

sha256:66b4a646d…

Size

16.4 MB

Last updated

about 2 years ago

docker pull clioconnect/alpine:redis-alpine3.20