semaphore-container (v2.9.64)

Published 2024-04-06 14:10:42 +00:00 by enpaul in skylab/semaphore-container

Installation

docker pull vcs.enp.one/skylab/semaphore-container:v2.9.64
sha256:a1b6364ae148270861ee85fe925babeb8f16eb1aafec58e54187abec403a6d02

Image Layers

ADD file:eb6a3def1f69e76655620640e610015f285bc23c97e89855feb1f0548309d518 in /
CMD ["bash"]
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV LANG=C.UTF-8
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
ENV PYTHON_VERSION=3.11.8
RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version # buildkit
RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit
ENV PYTHON_PIP_VERSION=24.0
ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version # buildkit
CMD ["python3"]
ARG SEMAPHORE_VERSION
ARG OPENTOFU_VERSION SEMAPHORE_VERSION
COPY file:360d2691cd8373bfca33456ac69a05b38bf9921bdb48f366d6219410e940d6f4 in /usr/local/bin/spectre
COPY dir:8def65f5fd61f290f033b17d5f008942dc613ca8aac1af0a55a588a2313908f2 in /tmp/wheels
ADD c89aea8b0a14e94613b6dc9d5767497f9dbef0139c66b249433f81a93ddbaf6b in /usr/local/bin/semaphore-wrapper
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c ln -s /usr/local/bin/spectre /usr/local/bin/mpw
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c ln -s /usr/bin/tofu /usr/local/bin/terraform
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c apt-get update --yes
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c apt-get install --yes --no-install-recommends openssh-client apt-transport-https ca-certificates curl gnupg sshpass git tini zip unzip tar python3-aiohttp netcat-traditional
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c apt-get clean --yes
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c mkdir --parents /tmp/apt
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c curl -sSL -o /tmp/apt/opentofu.deb https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_amd64.deb
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c dpkg --install /tmp/apt/opentofu.deb
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c curl -sSL -o /tmp/apt/semaphore.deb https://github.com/ansible-semaphore/semaphore/releases/download/v${SEMAPHORE_VERSION}/semaphore_${SEMAPHORE_VERSION}_linux_amd64.deb
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c dpkg --install /tmp/apt/semaphore.deb
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c rm -rf /tmp/apt
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c python -m pip install /tmp/wheels/*.whl --upgrade --pre --no-index --no-cache-dir --find-links /tmp/wheels --disable-pip-version-check
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c rm -rf /tmp/wheels
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c adduser semaphore --disabled-password --uid 1001 --gid 0
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c mkdir --parents /etc/semaphore /tmp/semaphore /var/lib/semaphore
|2 OPENTOFU_VERSION=1.6.2 SEMAPHORE_VERSION=2.9.64 /bin/sh -c chown -R semaphore:root /etc/semaphore /tmp/semaphore /var/lib/semaphore
WORKDIR /home/semaphore
USER 1001
ENTRYPOINT ["tini", "--"]
CMD ["/usr/local/bin/semaphore-wrapper", "semaphore", "server", "--config", "/etc/semaphore/config.json"]

Labels

Key Value
io.buildah.version 1.33.7
Details
Container
2024-04-06 14:10:42 +00:00
3
OCI / Docker
linux/amd64
234 MiB
Versions (3) View all
v2.9.64 2024-04-06
v2.9.58 2024-03-26
v2.9.45 2024-03-14