cloud-hosting-platform

chc (latest)

Published 2024-11-17 20:17:00 +00:00 by whp-cicd-user

Installation

docker pull repo.anhonesthost.net/cloud-hosting-platform/chc:latest
sha256:e6af08c23a71c792d5b521493d19bdd84809df49734f80e2a6b36ec178d73a8b

Images

Digest OS / Arch Size
2c345ff8bd linux/amd64 408 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 -y install autoconf automake libtool wget gcc-toolset-13-gcc-c++ gcc-c++ haproxy epel-release mariadb-server cronie && dnf -y install certbot # buildkit
RUN /bin/sh -c wget -c https://github.com/inotify-tools/inotify-tools/archive/refs/tags/4.23.9.0.tar.gz # buildkit
RUN /bin/sh -c tar -zvxf 4.23.9.0.tar.gz -C /usr/local/src/ # buildkit
RUN /bin/sh -c cd /usr/local/src/inotify-tools-4.23.9.0/; ./autogen.sh && ./configure --prefix=/usr/local/inotify-tools && make && make install # buildkit
RUN /bin/sh -c rm -rf /usr/local/src/*; rm -f /4.23.9.0.tar.gz # buildkit
RUN /bin/sh -c yum remove -y autoconf automake # buildkit
RUN /bin/sh -c yum clean all # buildkit
RUN /bin/sh -c mkdir /templates # buildkit
RUN /bin/sh -c mkdir /ssl # buildkit
RUN /bin/sh -c mkdir /scripts # buildkit
COPY /scripts/* /scripts/ # buildkit
RUN /bin/sh -c chmod +x /scripts/* # buildkit
COPY ./confs/* /templates/ # buildkit
COPY ./scripts/entrypoint.sh / # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2024-11-17 20:17:00 +00:00
2
OCI / Docker
Versions (1) View all
latest 2024-11-17