Peter Woolery admin
  • Joined on 2025-02-21

bmr-used-scrapers (latest)

Published 2026-05-22 15:24:56 -07:00 by admin

Installation

docker pull git.research.bike/admin/bmr-used-scrapers:latest
sha256:0be4aebf288cc62e7063070db537ee5a404e7a85d948bae95ebe9671721596d6

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in /
CMD ["/bin/bash"]
SHELL [/bin/bash -o pipefail -c]
ENV PYTHONUNBUFFERED=1
ENV PYTHONIOENCODING=UTF-8
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends tzdata locales && sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
ENV TZ=America/New_York
RUN /bin/bash -o pipefail -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
RUN /bin/bash -o pipefail -c apt-get install -y --no-install-recommends fonts-liberation fonts-liberation2 fonts-font-awesome fonts-ubuntu fonts-terminus fonts-powerline fonts-open-sans fonts-mononoki fonts-roboto fonts-lato # buildkit
RUN /bin/bash -o pipefail -c apt-get install -y --no-install-recommends libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libcups2 libdbus-1-3 libdrm2 libgbm1 libgtk-3-0 libnspr4 libnss3 libu2f-udev libvulkan1 libwayland-client0 libxcomposite1 libxdamage1 libxfixes3 libxkbcommon0 libxrandr2 xdg-utils ca-certificates curl sudo unzip wget xvfb x11-utils # buildkit
RUN /bin/bash -o pipefail -c wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt-get install -y --no-install-recommends ./google-chrome-stable_current_amd64.deb && rm ./google-chrome-stable_current_amd64.deb # buildkit
RUN /bin/bash -o pipefail -c apt-get install -y --no-install-recommends python3 python3-pip python3-setuptools python3-dev python3-tk python3.10 && rm -f /usr/bin/python3 && ln -s python3.10 /usr/bin/python3 && echo "alias python=python3" >> ~/.bashrc # buildkit
RUN /bin/bash -o pipefail -c apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/bash -o pipefail -c pip install --no-cache-dir --upgrade pip setuptools wheel # buildkit
RUN /bin/bash -o pipefail -c pip install --no-cache-dir --upgrade seleniumbase pyautogui emoji rich python-dotenv sqlalchemy pymysql # buildkit
RUN /bin/bash -o pipefail -c seleniumbase get chromedriver --path # buildkit
COPY GumtreeAU.py /GumtreeAU.py # buildkit
COPY Mercari.py /Mercari.py # buildkit
COPY Buycycle.py /Buycycle.py # buildkit
COPY Pinkbike.py /Pinkbike.py # buildkit
COPY start.py /start.py # buildkit
ENV DISPLAY=:0
ENV SCRIPT=Buycycle.py
COPY docker-entrypoint.sh / # buildkit
RUN /bin/bash -o pipefail -c chmod +x /docker-entrypoint.sh # buildkit
ENTRYPOINT ["/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.version 22.04
Details
Container
2026-05-22 15:24:56 -07:00
20
OCI / Docker
linux/amd64
473 MiB
Versions (1) View all
latest 2026-05-22