cmc (sha256:830c97526959c7f849455c046b04c9c4da6dbc2b8cfd1f8d06aef697bd091e39)

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@sha256:830c97526959c7f849455c046b04c9c4da6dbc2b8cfd1f8d06aef697bd091e39
sha256:830c97526959c7f849455c046b04c9c4da6dbc2b8cfd1f8d06aef697bd091e39

Image Layers

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
1
OCI / Docker
linux/amd64
172 MiB
Versions (1) View all
latest 2024-10-11