cloud-hosting-platform

cmc (latest)

Published 2024-10-11 15:28:30 +00:00 by jknapp in cloud-hosting-platform/cloud-memcached-container

Installation

docker pull repo.anhonesthost.net/cloud-hosting-platform/cmc:latest
sha256:775cba42a20f07ab8cf8ee429840ddf1863377196cde2f741885d412ecab1638

Images

Digest OS / Arch Size
830c975269 linux/amd64 172 MiB

Image Layers ( linux/amd64)

COPY / / # buildkit
ENV LANG=C.utf8
CMD ["/bin/bash"]
RUN /bin/sh -c dnf update -y && dnf upgrade -y # buildkit
RUN /bin/sh -c dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y # buildkit
RUN /bin/sh -c dnf update -y && dnf upgrade -y # buildkit
RUN /bin/sh -c dnf install -y memcached procps-ng # buildkit
RUN /bin/sh -c yum clean all # buildkit
COPY ./scripts/entrypoint.sh / # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2024-10-11 15:28:30 +00:00
41
OCI / Docker
Versions (1) View all
latest 2024-10-11