Namespace
clarkzjw
Image / Tag
leoviz:starlink-test
Content Digest
sha256:65c30a6d6b3df6346fb21c9b0150b53c82a9d51edf053f8e3acf98049fe1ff14
Details
Created

2025-07-09 14:01:41 -0700

Size

1.09 GB

Content Digest
Environment
CARTOPY_DIR

/usr/local/cartopy-data

GPG_KEY

7169605F62C751356D054A26A821E680E5FA6305

NE_CULTURAL

/usr/local/cartopy-data/shapefiles/natural_earth/cultural

NE_PHYSICAL

/usr/local/cartopy-data/shapefiles/natural_earth/physical

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin

PYTHON_SHA256

40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e041

PYTHON_VERSION

3.13.3


Layers

[#000] sha256:8a628cdd7ccc83e90e5a95888fcb0ec24b991141176c515ad101f12d6433eb96 - 2.42% (26.9 MB)

[#001] sha256:f89b8a1b3342398d9ee19b91234cb94aa548bab41d77fe0455c4ef62b33b9422 - 0.3% (3.35 MB)

[#002] sha256:29984f11a3e969b89f0ce2300cbc436d535e7c8b6000c23f27e909355300b878 - 1.08% (12 MB)

[#003] sha256:0f1e2b67e65537d3bcad248a941bd35d5eac68ae37aa053af8f9daa81705ebe3 - 0.0% (251 Bytes)

[#004] sha256:fc9852f778eb1b57f71b1faaab4668b3e25234c712a9dccfd8cd2820dc7bda1e - 29.77% (331 MB)

[#005] sha256:a5fa35c38913f7822cf64254abd9690ee607709024cfa1b3a4bd14ddc5182860 - 0.7% (7.79 MB)

[#006] sha256:6453a7141ff66dfa19a56ffb19f22a347730c3b21f0ea72cc044d2dca68ee74f - 5.38% (59.8 MB)

[#007] sha256:0e1c6597c21199b86b5db00ec750d6c5f93cebc76f05a4b4a821208ee64a66f9 - 0.37% (4.16 MB)

[#008] sha256:6a077faffb8330a360838063fddd22c08d799829b4598d2b6c09ee73aef04050 - 0.0% (93 Bytes)

[#009] sha256:0cdacec8c66438eb52b6717ef114bd8f898643664bbfe1acf91791fc002c2202 - 0.0% (594 Bytes)

[#010] sha256:9ae11209b278a7e14d60219f10428ef46469fc21f4265bcb5042bf6fe3b07e91 - 0.0% (45.6 KB)

[#011] sha256:5475f574ff978d493679c164e70b698b18c26f533e5bd62a00503fc9011c9f8b - 59.97% (667 MB)

[#012] sha256:27dd8bc4f7fce9bb645324ea37467308bf4945639226f5bd1d39f2035c4c7a94 - 0.01% (87.7 KB)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-04-07 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

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

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.13.3

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e041

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

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 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"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 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-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; case "$arch" in amd64|arm64) EXTRA_CFLAGS="${EXTRA_CFLAGS:-} -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"; ;; i386) ;; *) EXTRA_CFLAGS="${EXTRA_CFLAGS:-} -fno-omit-frame-pointer"; ;; esac; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 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/*; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 --version # buildkit

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 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

2025-04-08 19:02:43 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2025-05-30 14:35:50 -0700 (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y iputils-ping wget curl ffmpeg unzip dnsutils build-essential && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2025-05-30 14:35:52 -0700 (buildkit.dockerfile.v0)

RUN /bin/sh -c ARCH=$(dpkg --print-architecture) && case ${ARCH} in amd64) GRPCURL_ARCH="linux_amd64" ;; arm64) GRPCURL_ARCH="linux_arm64" ;; *) echo "Unsupported architecture: ${ARCH}" && exit 1 ;; esac && wget https://github.com/fullstorydev/grpcurl/releases/download/v1.9.3/grpcurl_1.9.3_${GRPCURL_ARCH}.deb && dpkg -i grpcurl_1.9.3_${GRPCURL_ARCH}.deb && rm grpcurl_1.9.3_${GRPCURL_ARCH}.deb # buildkit

2025-05-30 14:36:11 -0700 (buildkit.dockerfile.v0)

RUN /bin/sh -c curl -sSL https://install.python-poetry.org | python3 - --version 2.1.1 # buildkit

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

ENV CARTOPY_DIR=/usr/local/cartopy-data

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

ENV NE_PHYSICAL=/usr/local/cartopy-data/shapefiles/natural_earth/physical

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

ENV NE_CULTURAL=/usr/local/cartopy-data/shapefiles/natural_earth/cultural

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p ${NE_PHYSICAL} {NE_CULTURAL} && wget https://naturalearth.s3.amazonaws.com/10m_physical/ne_10m_coastline.zip -P ${CARTOPY_DIR} && unzip ${CARTOPY_DIR}/ne_10m_coastline.zip -d ${NE_PHYSICAL} && wget https://naturalearth.s3.amazonaws.com/50m_cultural/ne_50m_admin_1_states_provinces_lakes.zip -P ${CARTOPY_DIR} && unzip ${CARTOPY_DIR}/ne_50m_admin_1_states_provinces_lakes.zip -d ${NE_CULTURAL} && wget https://naturalearth.s3.amazonaws.com/50m_cultural/ne_50m_admin_0_boundary_lines_land.zip -P ${CARTOPY_DIR} && unzip ${CARTOPY_DIR}/ne_50m_admin_0_boundary_lines_land.zip -d ${NE_CULTURAL} && rm ${CARTOPY_DIR}/*.zip # buildkit

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

COPY pyproject.toml . # buildkit

2025-05-30 14:36:13 -0700 (buildkit.dockerfile.v0)

COPY poetry.lock . # buildkit

2025-05-30 14:36:30 -0700 (buildkit.dockerfile.v0)

RUN /bin/sh -c poetry install # buildkit

2025-07-09 14:01:40 -0700 (buildkit.dockerfile.v0)

COPY starlink /app/starlink/ # buildkit

2025-07-09 14:01:41 -0700 (buildkit.dockerfile.v0)

WORKDIR /app/starlink

2025-07-09 14:01:41 -0700 (buildkit.dockerfile.v0)

VOLUME [/app/starlink/data]

2025-07-09 14:01:41 -0700 (buildkit.dockerfile.v0)

CMD ["poetry" "run" "python3" "main.py"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete