esphome-builder (latest)
Published 2024-03-27 02:23:36 +00:00 by mlaga97
Installation
docker pull git.mlaga97.space/mlaga97/esphome-builder:latest
sha256:1e188f0f41c66ceb85463eed1bd516bf2ce594385ebc4196c6035285feb52b3d
About this package
Repository of Docker images created by Anaconda
Image Layers
ADD file:40ad95eaf61b2797e8d2282bc2388bce34c3c24ed78e694695a8c3dbcd3ddbbb in / |
CMD ["bash"] |
LABEL maintainer=Anaconda, Inc |
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 |
RUN /bin/sh -c apt-get update -q && apt-get install -q -y --no-install-recommends bzip2 ca-certificates git libglib2.0-0 libsm6 libxext6 libxrender1 mercurial openssh-client procps subversion wget && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
CMD ["/bin/bash"] |
ARG CONDA_VERSION=py311_24.1.2-0 |
RUN |1 CONDA_VERSION=py311_24.1.2-0 /bin/sh -c set -x && UNAME_M="$(uname -m)" && if [ "${UNAME_M}" = "x86_64" ]; then MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"; SHA256SUM="3f2e5498e550a6437f15d9cc8020d52742d0ba70976ee8fce4f0daefa3992d2e"; elif [ "${UNAME_M}" = "s390x" ]; then MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh"; SHA256SUM="0489909051fd9e2c9addfa5fbd531ccb7f8f2463ac47376b8854e5a09b1c4011"; elif [ "${UNAME_M}" = "aarch64" ]; then MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh"; SHA256SUM="1e046ef2d9d47289db2491f103c81b0b4baf943a9234ac59bd5bca076c881d98"; fi && wget "${MINICONDA_URL}" -O miniconda.sh -q && echo "${SHA256SUM} miniconda.sh" > shasum && if [ "${CONDA_VERSION}" != "latest" ]; then sha256sum --check --status shasum; fi && mkdir -p /opt && bash miniconda.sh -b -p /opt/conda && rm miniconda.sh shasum && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && echo "conda activate base" >> ~/.bashrc && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && /opt/conda/bin/conda clean -afy # buildkit |
ADD ./00mlaga97proxy /etc/apt/apt.conf.d/00mlaga97proxy # buildkit |
RUN /bin/sh -c useradd --create-home --shell /bin/bash esphome # buildkit |
RUN /bin/sh -c apt update && apt install -y python3 python3-pip # buildkit |
RUN /bin/sh -c pip install esphome # buildkit |
RUN /bin/sh -c usermod -aG dialout esphome # buildkit |
WORKDIR /root/esphome |
Labels
Key | Value |
---|---|
maintainer | Anaconda, Inc |
org.opencontainers.image.created | 2024-02-29T22:00:33.510Z |
org.opencontainers.image.description | Repository of Docker images created by Anaconda |
org.opencontainers.image.licenses | |
org.opencontainers.image.revision | 24607a64fb73f7993da9cd90158c686d6ec0373c |
org.opencontainers.image.source | https://github.com/ContinuumIO/docker-images |
org.opencontainers.image.title | docker-images |
org.opencontainers.image.url | https://github.com/ContinuumIO/docker-images |
org.opencontainers.image.version | 24.1.2-0 |