Browse Source

Automatic run

data
JustAnotherArchivist's bot 3 years ago
parent
commit
0e832bb87e
25 changed files with 374 additions and 436 deletions
  1. +2
    -2
      archiveteam/repositories.json
  2. +11
    -73
      archiveteam/repositories/warrior-dockerfile/Dockerfile
  3. +3
    -3
      archiveteam/repositories/warrior-dockerfile/info.json
  4. +1
    -1
      archiveteam/repositories/warrior-dockerfile/sources.json
  5. +10
    -10
      archiveteam/repositories/warrior-dockerfile/tags.json
  6. +77
    -77
      archiveteam/repositories/warrior-dockerfile/tags/latest.images.json
  7. +8
    -8
      archiveteam/repositories/warrior-dockerfile/tags/latest.info.json
  8. +234
    -234
      dockerhub-metadata.retrieve.log
  9. +4
    -4
      warcforceone/repositories.json
  10. +1
    -1
      warcforceone/repositories/dnsmasq/info.json
  11. +2
    -2
      warcforceone/repositories/dnsmasq/tags.json
  12. +1
    -1
      warcforceone/repositories/dnsmasq/tags/latest.images.json
  13. +2
    -2
      warcforceone/repositories/dnsmasq/tags/latest.info.json
  14. +1
    -1
      warcforceone/repositories/github-grab/info.json
  15. +2
    -2
      warcforceone/repositories/github-grab/tags.json
  16. +1
    -1
      warcforceone/repositories/github-grab/tags/latest.images.json
  17. +2
    -2
      warcforceone/repositories/github-grab/tags/latest.info.json
  18. +1
    -1
      warcforceone/repositories/google-sites-grab/info.json
  19. +2
    -2
      warcforceone/repositories/google-sites-grab/tags.json
  20. +1
    -1
      warcforceone/repositories/google-sites-grab/tags/latest.images.json
  21. +2
    -2
      warcforceone/repositories/google-sites-grab/tags/latest.info.json
  22. +1
    -1
      warcforceone/repositories/tencent-weibo-grab/info.json
  23. +2
    -2
      warcforceone/repositories/tencent-weibo-grab/tags.json
  24. +1
    -1
      warcforceone/repositories/tencent-weibo-grab/tags/latest.images.json
  25. +2
    -2
      warcforceone/repositories/tencent-weibo-grab/tags/latest.info.json

+ 2
- 2
archiveteam/repositories.json View File

@@ -10,8 +10,8 @@
"is_automated": true,
"can_edit": false,
"star_count": 16,
"pull_count": 11155265,
"last_updated": "2018-12-17T00:42:59.374566Z",
"pull_count": 11156042,
"last_updated": "2021-03-14T00:03:03.230660Z",
"is_migrated": true,
"collaborator_count": 0,
"affiliation": null,


+ 11
- 73
archiveteam/repositories/warrior-dockerfile/Dockerfile View File

@@ -1,80 +1,18 @@
# Use phusion/baseimage as base image.
FROM phusion/baseimage:0.11
FROM atdr.meo.ws/archiveteam/grab-base

# Use baseimage-docker's init system.
CMD ["/sbin/my_init"]

ADD get-wget-lua.sh /

# Install dependencies
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
autoconf \
flex \
gcc \
git \
isc-dhcp-client \
jq \
libgnutls28-dev \
liblua5.1-0 \
liblua5.1-0-dev \
make \
net-tools \
pciutils \
python \
python-pip \
python-setuptools \
python3 \
python3-pip \
python3-setuptools \
rsync \
software-properties-common \
sudo \
wget \
&& chmod +x /get-wget-lua.sh && sync && bash -c "/get-wget-lua.sh" \
&& apt-get remove -y \
autoconf \
flex \
gcc \
libgnutls28-dev \
liblua5.1-0-dev \
make \
&& apt-get clean && apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Setup system for the warrior
RUN useradd warrior
RUN mkdir /home/warrior && chown warrior: /home/warrior

# Clone warrior code
USER warrior
RUN useradd -m warrior && echo "warrior ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
ENV PATH="/home/warrior/.local/bin:${PATH}"
WORKDIR /home/warrior
RUN git clone -b docker https://github.com/ArchiveTeam/warrior-code2.git
USER root

# Add the boot script (this will install the actual warrior on boot)
RUN mkdir -p /etc/my_init.d
ADD boot.sh /etc/my_init.d/warrior-boot.sh
USER warrior

# running as root and/or requiring sudo is a bad practice in docker containers,
# sadly sudo is hard-coded all over the place in `warrior-code2`
RUN echo "warrior ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN mkdir data projects && ln -fs /usr/local/bin/wget-lua /home/warrior/data/wget-at
COPY --from=atdr.meo.ws/archiveteam/wget-lua:v1.20.3-at-gnutls /wget /home/warrior/data/wget-at-gnutls

# Expose web interface port
EXPOSE 8001
RUN git clone --depth 1 --recurse-submodules https://github.com/ArchiveTeam/warrior-code2.git

# Add the warrior service entry for runit
RUN mkdir /etc/service/warrior
ADD warrior.sh /etc/service/warrior/run
COPY --chown=warrior:warrior start.py .

# ENV to JSON
ADD env-to-json.sh /home/warrior

ENV DOWNLOADER=""
ENV HTTP_PASSWORD=""
ENV HTTP_USERNAME=""
ENV SELECTED_PROJECT=""
ENV SHARED_RSYNC_THREADS=""
ENV WARRIOR_ID=""
ENV CONCURRENT_ITEMS=""
EXPOSE 8001
STOPSIGNAL SIGINT

ENTRYPOINT [ "python", "start.py" ]

+ 3
- 3
archiveteam/repositories/warrior-dockerfile/info.json View File

@@ -9,14 +9,14 @@
"is_automated": true,
"can_edit": false,
"star_count": 16,
"pull_count": 11155265,
"last_updated": "2018-12-17T00:42:59.374566Z",
"pull_count": 11156044,
"last_updated": "2021-03-14T00:03:03.230660Z",
"is_migrated": true,
"collaborator_count": 0,
"affiliation": null,
"hub_user": "archiveteam",
"has_starred": false,
"full_description": "## A Dockerfile for the [ArchiveTeam Warrior](https://www.archiveteam.org/index.php?title=ArchiveTeam_Warrior)\n<img alt=\"Warrior logo\" src=\"https://www.archiveteam.org/images/f/f3/Archive_team.png\" height=\"100px\"><img alt=\"Docker logo\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/79/Docker_%28container_engine%29_logo.png\" height=\"100px\">\n\nBuild, run, grab the container IP and access the web interface on port 8001.\n\nAvailable as a Trusted Build on the index as [`archiveteam/warrior-dockerfile`](https://index.docker.io/u/archiveteam/warrior-dockerfile/) so you can just\n\n```\ndocker pull archiveteam/warrior-dockerfile\n# run without -d to follow the warrior install process\n# you will need to detach or stop-and-start the container.\n# use -p to bind port 8001 on the docker container\n# (default ip 172.17.0.x) to port 8001 on localhost.\ndocker run [-d] [-p 127.0.0.1:8001:8001] archiveteam/warrior-dockerfile\n```\n\nIf you prefer to just run the process in the background, and automatically start it again after machine reboot, use this instead:\n\n``` shell-interaction\ndocker run --detach \\\n --publish 127.0.0.1:8001:8001 \\\n --restart always \\\n archiveteam/warrior-dockerfile\n```\n\n\n### Configuration\n\n\n#### Manual Using the Web Interface\nTo access the web interface get the container IP from `docker inspect` and point your browser to `http://IP:8001`. If you are running this container on a headless machine, be sure to bind the docker container's port to a port on that machine (e.g. `-p 8001:8001`) so that you can access the web interface on your LAN.\n\nYou can stop and resume the Warrior with `docker stop` and `docker start`\n\n\n#### Using Environment Variables\n\nIf you don't mount a `projects.json` configuration, you can provide seed settings using\nenvironment variables. Once a `projects.json` file exists, environment variables\nwill be ignored. Please note: This is currently not available in the Raspberry PI image.\n\n##### Example:\n\n```shell\n docker run \\\n --detach \\\n --env DOWNLOADER=\"your name\" -e \\\n --env SELECTED_PROJECT=\"auto\" \\\n --publish 8001:8001 \\\n --restart always \\\n archiveteam/warrior-dockerfile\n```\n\n##### Mapping\n\n| ENV | JSON key | Example | Default |\n|----------------------|----------------------|-------------------|---------|\n| DOWNLOADER | downloader | | |\n| HTTP_PASSWORD | http_password | | |\n| HTTP_USERNAME | http_username | | |\n| SELECTED_PROJECT | selected_project | `auto`, `tumblr` | |\n| SHARED_RSYNC_THREADS | shared:rsync_threads | | `20` |\n| WARRIOR_ID | warrior_id | | |\n| CONCURRENT_ITEMS | concurrent_items | | `3` |\n\n## Raspberry Pi\nYou can build the container with the following command:\n``` shell-interaction\ndocker build --rm -t warrior-arm32v5:latest -f Dockerfile.raspberry .\n```\n\nThe image needs a place to store the downloaded data as well as its\nconfiguration. Say you have a location suitable at /var/local/warrior\nuse the command below, otherwise update the data and config.json paths.\n\nFirst, create an empty config.json if it doesn't exist. Otherwise when you\nmount the path with docker it will create it as a directory.\n``` shell-interaction\ntouch /var/local/warrior/config.json\n```\n\nNow start the container.\n``` shell-interaction\ndocker run \\\n\t--volume /var/local/warrior/data:/data/data \\\n\t--volume /var/local/warrior/config.json:/home/warrior/projects/config.json \\\n\t--publish 8001:8001 \\\n\t--restart always \\\n\twarrior-arm32v5:latest\n```\n",
"full_description": "## A Dockerfile for the [ArchiveTeam Warrior](https://www.archiveteam.org/index.php?title=ArchiveTeam_Warrior)\n<img alt=\"Warrior logo\" src=\"https://www.archiveteam.org/images/f/f3/Archive_team.png\" height=\"100px\"><img alt=\"Docker logo\" src=\"https://upload.wikimedia.org/wikipedia/commons/7/79/Docker_%28container_engine%29_logo.png\" height=\"100px\">\n\n\nBuild, run, grab the container IP and access the web interface on port 8001.\n\nAvailable as a built image at `atdr.meo.ws/archiveteam/warrior-dockerfile` so you can just \n\n```\ndocker pull atdr.meo.ws/archiveteam/warrior-dockerfile\n# run without -d to follow the warrior install process\n# you will need to detach or stop-and-start the container.\n# use -p to bind port 8001 on the docker container\n# (default ip 172.17.0.x) to port 8001 on localhost.\ndocker run [-d] [-p 127.0.0.1:8001:8001] atdr.meo.ws/archiveteam/warrior-dockerfile\n```\n\nIf you prefer to just run the process in the background, and automatically start it again after machine reboot, use this instead:\n\n``` shell-interaction\ndocker run --detach \\\n --publish 127.0.0.1:8001:8001 \\\n --restart unless-stopped \\\n atdr.meo.ws/archiveteam/warrior-dockerfile\n```\n\nTo easily access the Warrior's web interface of multiple containers, try binding a different port for each subsequent container:\n\n``` shell-interaction\ndocker run --detach \\\n --publish 127.0.0.1:8002:8001 \\\n --restart unless-stopped \\\n atdr.meo.ws/archiveteam/warrior-dockerfile\n```\n\n\n### Configuration\n\n\n#### Manual Using the Web Interface\nTo access the web interface get the container IP from `docker inspect` and point your browser to `http://IP:8001`. If you are running this container on a headless machine, be sure to bind the docker container's port to a port on that machine (e.g. `-p 8001:8001`) so that you can access the web interface on your LAN.\n\nYou can stop and resume the Warrior with `docker stop` and `docker start`\n\n\n#### Using Environment Variables\n\nIf you don't mount a `projects/config.json` configuration, you can provide seed settings using\nenvironment variables. Once a `projects/config.json` file exists, environment variables\nwill be ignored. Please note: This is currently not available in the Raspberry PI image.\n\n##### Example:\n\n```shell\n docker run \\\n --detach \\\n --env DOWNLOADER=\"your name\" \\\n --env SELECTED_PROJECT=\"auto\" \\\n --publish 8001:8001 \\\n --restart unless-stopped \\\n atdr.meo.ws/archiveteam/warrior-dockerfile\n```\n\n##### Mapping\n\n| ENV | JSON key | Example | Default |\n|----------------------|----------------------|-------------------|---------|\n| DOWNLOADER | downloader | | |\n| HTTP_PASSWORD | http_password | | |\n| HTTP_USERNAME | http_username | | |\n| SELECTED_PROJECT | selected_project | `auto`, `tumblr` | |\n| SHARED_RSYNC_THREADS | shared:rsync_threads | | `20` |\n| WARRIOR_ID | warrior_id | | |\n| CONCURRENT_ITEMS | concurrent_items | | `3` |\n\n## Raspberry Pi\nYou can build the container with the following command:\n``` shell-interaction\ndocker build --rm -t warrior-arm32v5:latest -f Dockerfile.raspberry .\n```\n\nThe image needs a place to store the downloaded data as well as its\nconfiguration. Say you have a location suitable at /var/local/warrior\nuse the command below, otherwise update the data and config.json paths.\n\nFirst, create an empty config.json if it doesn't exist. Otherwise when you\nmount the path with docker it will create it as a directory.\n``` shell-interaction\ntouch /var/local/warrior/config.json\n```\n\nNow start the container.\n``` shell-interaction\ndocker run \\\n\t--volume /var/local/warrior/data:/data/data \\\n\t--volume /var/local/warrior/config.json:/home/warrior/projects/config.json \\\n\t--publish 8001:8001 \\\n\t--restart unless-stopped \\\n\twarrior-arm32v5:latest\n```\n\n## Kubernetes\n\n``` shell-interaction\nkubectl create namespace archive\nkubectl apply -n archive -f warrior.yml\n```\n\nIf everything works out you should be able to connect to any of your k8s' nodes IP on port 30163 to view.\n\nYou can build the image on other platforms (e.g. Raspberry Pi here for example) by using [`docker buildx`](https://github.com/docker/buildx), e.g.:\n\n``` shell-interaction\ndocker buildx build -t <yourusername>/archive-team-warrior:latest --platform linux/arm/v7 --push .\n```\n",
"permissions": {
"read": true,
"write": false,


+ 1
- 1
archiveteam/repositories/warrior-dockerfile/sources.json View File

@@ -12,7 +12,7 @@
"repo_links": false,
"repository": "warrior-dockerfile",
"resource_uri": "/api/build/v1/source/db2598ef-71cc-4786-a83b-ac055d36ba67/",
"state": "Empty",
"state": "Success",
"uuid": "db2598ef-71cc-4786-a83b-ac055d36ba67"
}
]

+ 10
- 10
archiveteam/repositories/warrior-dockerfile/tags.json View File

@@ -6,27 +6,27 @@
"images": [
{
"architecture": "amd64",
"features": "",
"features": null,
"variant": null,
"digest": "sha256:742864ef616f0a80bdd162538964c43df677f0912716ebda44605063258a6d18",
"digest": "sha256:950369c4a03f5b365dd34efcbb4192d6a840839945dd957ab70542d8e24d4424",
"os": "linux",
"os_features": "",
"os_features": null,
"os_version": null,
"size": 119940149,
"size": 86994029,
"status": "active",
"last_pulled": "2021-03-13T23:26:36.999477Z",
"last_pushed": null
"last_pulled": "2021-03-14T00:03:03.151471Z",
"last_pushed": "2021-03-14T00:03:02.895807Z"
}
],
"last_updated": "2018-12-17T00:42:59.092382Z",
"last_updated": "2021-03-14T00:03:02.895807Z",
"last_updater": 6731,
"last_updater_username": "archiveteam",
"name": "latest",
"repository": 4436,
"full_size": 119940149,
"full_size": 86994029,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:26:36.999477Z",
"tag_last_pushed": "2018-12-17T00:42:59.092382Z"
"tag_last_pulled": "2021-03-14T00:03:03.151471Z",
"tag_last_pushed": "2021-03-14T00:03:02.895807Z"
}
]

+ 77
- 77
archiveteam/repositories/warrior-dockerfile/tags/latest.images.json View File

@@ -3,168 +3,168 @@
"architecture": "amd64",
"features": null,
"variant": null,
"digest": "sha256:742864ef616f0a80bdd162538964c43df677f0912716ebda44605063258a6d18",
"digest": "sha256:950369c4a03f5b365dd34efcbb4192d6a840839945dd957ab70542d8e24d4424",
"layers": [
{
"digest": "sha256:c64513b741452f95d8a147b69c30f403f6289542dd7b2b51dd8ba0cb35d0e08b",
"size": 31658876,
"instruction": "ADD file:4bb62bb05874068552efeb626f8b31b4a29f26d6cc8c7d7fc7ab4c1fdece957a in / "
"digest": "sha256:45b42c59be334ecda0daaa139b2f7d310e45c564c5f12263b1b8e68ec9e810ed",
"size": 27095142,
"instruction": "ADD file:d5c41bfaf15180481d8606f50799297e3f49b8a258c7c2cd988ab2bf0013272d in / "
},
{
"digest": "sha256:01b8b12bad90b51d9f15dd4b63103ea6221b339ac3b3e75807c963e678f28624",
"size": 847,
"instruction": "/bin/sh -c set -xe \t\t&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d \t&& echo 'exit 101' >> /usr/sbin/policy-rc.d \t&& chmod +x /usr/sbin/policy-rc.d \t\t&& dpkg-divert --local --rename --add /sbin/initctl \t&& cp -a /usr/sbin/policy-rc.d /sbin/initctl \t&& sed -i 's/^exit.*/exit 0/' /sbin/initctl \t\t&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup \t\t&& echo 'DPkg::Post-Invoke { \"rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true\"; };' > /etc/apt/apt.conf.d/docker-clean \t&& echo 'APT::Update::Post-Invoke { \"rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true\"; };' >> /etc/apt/apt.conf.d/docker-clean \t&& echo 'Dir::Cache::pkgcache \"\"; Dir::Cache::srcpkgcache \"\";' >> /etc/apt/apt.conf.d/docker-clean \t\t&& echo 'Acquire::Languages \"none\";' > /etc/apt/apt.conf.d/docker-no-languages \t\t&& echo 'Acquire::GzipIndexes \"true\"; Acquire::CompressionTypes::Order:: \"gz\";' > /etc/apt/apt.conf.d/docker-gzip-indexes \t\t&& echo 'Apt::AutoRemove::SuggestsImportant \"false\";' > /etc/apt/apt.conf.d/docker-autoremove-suggests"
"size": 0,
"instruction": " CMD [\"bash\"]"
},
{
"digest": "sha256:c5d85cf7a05fec99bb829db84dc5a21cc0aca569253f45d1ea10ca9e8a03fa9a",
"size": 468,
"instruction": "/bin/sh -c rm -rf /var/lib/apt/lists/*"
"size": 0,
"instruction": " ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"digest": "sha256:b6b268720157210d21bbe49f6112f815774e6d2a6144b14911749fadfdb034f0",
"size": 849,
"instruction": "/bin/sh -c sed -i 's/^#\\s*\\(deb.*universe\\)$/\\1/g' /etc/apt/sources.list"
"size": 0,
"instruction": " ENV LANG=C.UTF-8"
},
{
"digest": "sha256:e12192999ff18f01315563c63333d7c1059cd8e64dffe75fffe504b95eeb093c",
"size": 163,
"instruction": "/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container"
"digest": "sha256:8cd3485318dba8e325f6b665105e10c51f4011cf2e2b4378ae2b92e104ff3566",
"size": 2769103,
"instruction": "/bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tca-certificates \t\tnetbase \t\ttzdata \t; \trm -rf /var/lib/apt/lists/*"
},
{
"size": 0,
"instruction": " CMD [\"/bin/bash\"]"
"instruction": " ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568"
},
{
"size": 0,
"instruction": " MAINTAINER Phusion <info@phusion.nl>"
"instruction": " ENV PYTHON_VERSION=3.9.1"
},
{
"digest": "sha256:d39ece66b66711cd10d00ecca889e6d9471a6c746abd4b1864d5159396013b07",
"size": 15045,
"instruction": "COPY dir:4156d6d2c4b57f6457db9076a456c428e0bc9deee73f34aaba10f3045eedeb35 in /bd_build "
"digest": "sha256:b430e1981978aa8083832db9dc3f927e4336fbccf20f27a0419a5d31f78205b7",
"size": 10888464,
"instruction": "/bin/sh -c set -ex \t\t&& savedAptMark=\"$(apt-mark showmanual)\" \t&& apt-get update && apt-get install -y --no-install-recommends \t\tdpkg-dev \t\tgcc \t\tlibbluetooth-dev \t\tlibbz2-dev \t\tlibc6-dev \t\tlibexpat1-dev \t\tlibffi-dev \t\tlibgdbm-dev \t\tliblzma-dev \t\tlibncursesw5-dev \t\tlibreadline-dev \t\tlibsqlite3-dev \t\tlibssl-dev \t\tmake \t\ttk-dev \t\tuuid-dev \t\twget \t\txz-utils \t\tzlib1g-dev \t\t$(command -v gpg > /dev/null || echo 'gnupg dirmngr') \t\t&& wget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\" \t&& wget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\" \t&& export GNUPGHOME=\"$(mktemp -d)\" \t&& gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys \"$GPG_KEY\" \t&& gpg --batch --verify python.tar.xz.asc python.tar.xz \t&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \t&& rm -rf \"$GNUPGHOME\" python.tar.xz.asc \t&& mkdir -p /usr/src/python \t&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \t&& rm python.tar.xz \t\t&& cd /usr/src/python \t&& gnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\" \t&& ./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-optimizations \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-system-expat \t\t--with-system-ffi \t\t--without-ensurepip \t&& make -j \"$(nproc)\" \t\tLDFLAGS=\"-Wl,--strip-all\" \t&& make install \t&& rm -rf /usr/src/python \t\t&& find /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t\t&& ldconfig \t\t&& apt-mark auto '.*' > /dev/null \t&& apt-mark manual $savedAptMark \t&& find /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec ldd '{}' ';' \t\t| awk '/=>/ { print $(NF-1) }' \t\t| sort -u \t\t| xargs -r dpkg-query --search \t\t| cut -d: -f1 \t\t| sort -u \t\t| xargs -r apt-mark manual \t&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \t&& rm -rf /var/lib/apt/lists/* \t\t&& python3 --version"
},
{
"digest": "sha256:65599be66378ba1b7638eb7f0ff71dc10f857d45ad289e61627e1256b3c52945",
"size": 35933387,
"instruction": "/bin/sh -c /bd_build/prepare.sh && \t/bd_build/system_services.sh && \t/bd_build/utilities.sh && \t/bd_build/cleanup.sh"
"digest": "sha256:37d877dc41c386154662483278f5b856d8c34e200d571eb41cee562506fa5bfb",
"size": 232,
"instruction": "/bin/sh -c cd /usr/local/bin \t&& ln -s idle3 idle \t&& ln -s pydoc3 pydoc \t&& ln -s python3 python \t&& ln -s python3-config python-config"
},
{
"size": 0,
"instruction": " ENV DEBIAN_FRONTEND=teletype LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8"
"instruction": " ENV PYTHON_PIP_VERSION=21.0.1"
},
{
"size": 0,
"instruction": " CMD [\"/sbin/my_init\"]"
"instruction": " ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py"
},
{
"size": 0,
"instruction": " CMD [\"/sbin/my_init\"]"
"instruction": " ENV PYTHON_GET_PIP_SHA256=8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4"
},
{
"digest": "sha256:5ce76b79e2fd9cff49fd987ba4b49641b5899ba24fa91893a5fdf7450c5d77ed",
"size": 673,
"instruction": "ADD file:5d94870fb53583fde1ef15d0c418754c94d42d0a82bc7b53e3dc93386a6cc064 in / "
"digest": "sha256:0b70d4ba14ef92ccaa7839657e6fca3422f09041c50a44011d6a2382d0c23fe8",
"size": 2452248,
"instruction": "/bin/sh -c set -ex; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends wget; \t\twget -O get-pip.py \"$PYTHON_GET_PIP_URL\"; \techo \"$PYTHON_GET_PIP_SHA256 *get-pip.py\" | sha256sum --check --strict -; \t\tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\tpython get-pip.py \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t\"pip==$PYTHON_PIP_VERSION\" \t; \tpip --version; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \t\t\t\\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' \\) \\) \t\t\\) -exec rm -rf '{}' +; \trm -f get-pip.py"
},
{
"digest": "sha256:9e96699e9e5ea169fd670896e04b4da6d193c143e030b5440f0e0c57442234f7",
"size": 52162287,
"instruction": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends autoconf flex gcc git isc-dhcp-client jq libgnutls28-dev liblua5.1-0 liblua5.1-0-dev make net-tools pciutils python python-pip python-setuptools python3 python3-pip python3-setuptools rsync software-properties-common sudo wget && chmod +x /get-wget-lua.sh && sync && bash -c \"/get-wget-lua.sh\" && apt-get remove -y autoconf flex gcc libgnutls28-dev liblua5.1-0-dev make && apt-get clean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*"
},
{
"digest": "sha256:29870fd4e7bd112857984e8febf2d4c159b2088dcdac2df482073f76da9c3663",
"size": 2017,
"instruction": "/bin/sh -c useradd warrior"
"size": 0,
"instruction": " CMD [\"python3\"]"
},
{
"digest": "sha256:29239dfdf917ce262ce161c99dfc4771868480db2fa98e64b61ad3513c898c78",
"size": 125,
"instruction": "/bin/sh -c mkdir /home/warrior && chown warrior: /home/warrior"
"digest": "sha256:51e511e3cbd66c61dcce357f4c29f288ad3eb987e9968d0844e22fa7e82eb21f",
"size": 926625,
"instruction": "COPY file:c7a381cd8311209dda148a7d15ef252c496da848907afaa18f8371d09648021e in /usr/local/bin/wget-lua "
},
{
"size": 0,
"instruction": " USER warrior"
"instruction": " ENV LC_ALL=C"
},
{
"size": 0,
"instruction": "WORKDIR /home/warrior"
"digest": "sha256:9c4e0d73f9edb77a6f5728b07417bf9b6059dad26c58c346de042b1919edf001",
"size": 41775305,
"instruction": "/bin/sh -c echo deb http://deb.debian.org/debian buster-backports main contrib > /etc/apt/sources.list.d/backports.list && DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io update && DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io install rsync liblua5.1-0 libluajit-5.1-2 libidn11 lua-socket libpsl5 git && DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io -t buster-backports install zstd libzstd-dev libzstd1 && pip install requests seesaw warcio zstandard && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/*"
},
{
"digest": "sha256:99bc5d955aa52a839127a03297349b0205954c88b13cbc572c3d754f294e7b68",
"size": 163573,
"instruction": "/bin/sh -c git clone -b docker https://github.com/ArchiveTeam/warrior-code2.git"
"digest": "sha256:a784ffdb0117d6e1e0d953c2a0e122294ed0a6ea3a9fec89bd86c08f95b21b91",
"size": 127,
"instruction": "WORKDIR /grab"
},
{
"size": 0,
"instruction": " USER root"
"instruction": " STOPSIGNAL SIGINT"
},
{
"size": 0,
"instruction": "/bin/sh -c mkdir -p /etc/my_init.d"
"instruction": " ENTRYPOINT [\"run-pipeline3\" \"--disable-web-server\" \"pipeline.py\"]"
},
{
"digest": "sha256:b15ca0c6a79bf7c837e68bdb569e60f1d9c50372dd0c79a4bae6986b857cdd66",
"size": 259,
"instruction": "ADD file:47d258ef4e4ea1a817763d1496002fc6f8ddf531a760e99b078816f3196fccd6 in /etc/my_init.d/warrior-boot.sh "
"size": 0,
"instruction": " LABEL org.label-schema.build-date=2021-02-13T11:22:27Z"
},
{
"digest": "sha256:6b59ed47645d2520c1677fdfe1ad21b75bc782518bd09f2125a3fa784a1bc353",
"size": 539,
"instruction": "/bin/sh -c echo \"warrior ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
"size": 0,
"instruction": " LABEL org.label-schema.schema-version=1.0"
},
{
"size": 0,
"instruction": " EXPOSE 8001"
"instruction": " LABEL org.label-schema.vcs-ref=12e91dd22b133c16867803c5536d73d91d397450"
},
{
"digest": "sha256:a0be2c0f04b4ee626df02c7dd6d4379a10e6504a1f99f1737e9a9a96ef26f991",
"size": 184,
"instruction": "/bin/sh -c mkdir /etc/service/warrior"
"size": 0,
"instruction": " LABEL org.label-schema.vcs-url=https://github.com/ArchiveTeam/grab-base-df.git"
},
{
"digest": "sha256:c93d3f659e1baeb1bce005a4e692b95db8db3574f415a1c01133d1779136650e",
"size": 349,
"instruction": "ADD file:6a76fa03c473181539860b5a1806568aa61928c6fa5f0950e88306616d576d3c in /etc/service/warrior/run "
"digest": "sha256:cffecb4d7e634bb55aa496a02ed12ed7e63f3fd2eac54edd1276760b1fec97cb",
"size": 4225,
"instruction": "/bin/sh -c useradd -m warrior && echo \"warrior ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
},
{
"digest": "sha256:d80eda2ef6b14c973c0372a8f706de70324fb7a531196e7a3bd2e0c978b64f4e",
"size": 508,
"instruction": "ADD file:48a7d65247d6ff3054a26127cbe7816687abbc79b682b0442b660e7480187a6e in /home/warrior "
"size": 0,
"instruction": " ENV PATH=/home/warrior/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"size": 0,
"instruction": " ENV DOWNLOADER="
"instruction": "WORKDIR /home/warrior"
},
{
"size": 0,
"instruction": " ENV HTTP_PASSWORD="
"instruction": " USER warrior"
},
{
"size": 0,
"instruction": " ENV HTTP_USERNAME="
"digest": "sha256:7f5535f7afe3d5a079e63934ccd1ffc393f0e7830d97ab7ba6d939791da6db75",
"size": 208,
"instruction": "/bin/sh -c mkdir data projects && ln -fs /usr/local/bin/wget-lua /home/warrior/data/wget-at"
},
{
"size": 0,
"instruction": " ENV SELECTED_PROJECT="
"digest": "sha256:b82eb4e74d282aa605955e0b748198cc54e2f21398775f395aab9314b4ca0a7e",
"size": 926932,
"instruction": "COPY file:81179a1531031571f28f1a29036cd17eae205c50c8dc3036b334c7a8100c264e in /home/warrior/data/wget-at-gnutls "
},
{
"digest": "sha256:498aba23d1f4a0feb7c5cb56cc8e7c9bbecdde7d24473580819ba91c9f4b2de4",
"size": 154817,
"instruction": "/bin/sh -c git clone --depth 1 --recurse-submodules https://github.com/ArchiveTeam/warrior-code2.git"
},
{
"digest": "sha256:6c9f94f0c288239146e144fd4acaf2db0eaba4a1fe218bf55c353bffdea657d1",
"size": 601,
"instruction": "COPY --chown=warrior:warriorfile:66e5e27e03322be46fd4ba08de97c57d7f162d0a71926c6fb81740936566b3e3 in . "
},
{
"size": 0,
"instruction": " ENV SHARED_RSYNC_THREADS="
"instruction": " EXPOSE 8001"
},
{
"size": 0,
"instruction": " ENV WARRIOR_ID="
"instruction": " STOPSIGNAL SIGINT"
},
{
"size": 0,
"instruction": " ENV CONCURRENT_ITEMS="
"instruction": " ENTRYPOINT [\"python\" \"start.py\"]"
}
],
"os": "linux",
"os_features": null,
"os_version": null,
"size": 119940149,
"size": 86994029,
"status": "active",
"last_pulled": "2021-03-13T23:26:36.999477Z",
"last_pushed": null
"last_pulled": "2021-03-14T00:03:03.151471Z",
"last_pushed": "2021-03-14T00:03:02.895807Z"
}
]

+ 8
- 8
archiveteam/repositories/warrior-dockerfile/tags/latest.info.json View File

@@ -7,24 +7,24 @@
"architecture": "amd64",
"features": "",
"variant": null,
"digest": "sha256:742864ef616f0a80bdd162538964c43df677f0912716ebda44605063258a6d18",
"digest": "sha256:950369c4a03f5b365dd34efcbb4192d6a840839945dd957ab70542d8e24d4424",
"os": "linux",
"os_features": "",
"os_version": null,
"size": 119940149,
"size": 86994029,
"status": "active",
"last_pulled": "2021-03-13T23:26:36.999477Z",
"last_pushed": null
"last_pulled": "2021-03-14T00:03:03.151471Z",
"last_pushed": "2021-03-14T00:03:02.895807Z"
}
],
"last_updated": "2018-12-17T00:42:59.092382Z",
"last_updated": "2021-03-14T00:03:02.895807Z",
"last_updater": 6731,
"last_updater_username": "archiveteam",
"name": "latest",
"repository": 4436,
"full_size": 119940149,
"full_size": 86994029,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:26:36.999477Z",
"tag_last_pushed": "2018-12-17T00:42:59.092382Z"
"tag_last_pulled": "2021-03-14T00:03:03.151471Z",
"tag_last_pushed": "2021-03-14T00:03:02.895807Z"
}

+ 234
- 234
dockerhub-metadata.retrieve.log View File

@@ -1,234 +1,234 @@
2021-03-14T00:00:01.930897Z Retrieving Docker Hub user archiveteam
2021-03-14T00:00:01.931201Z Fetching https://hub.docker.com/v2/users/archiveteam/
2021-03-14T00:00:03.048941Z Fetching https://hub.docker.com/v2/repositories/archiveteam/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:04.085493Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/
2021-03-14T00:00:04.861332Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/dockerfile/
2021-03-14T00:00:05.973481Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:06.902542Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:07.476995Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/tags/latest/
2021-03-14T00:00:08.057718Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/tags/latest/images
2021-03-14T00:00:08.127067Z Done with archiveteam
2021-03-14T00:00:08.128291Z Retrieving Docker Hub user warcforceone
2021-03-14T00:00:08.128534Z Fetching https://hub.docker.com/v2/users/warcforceone/
2021-03-14T00:00:09.294369Z Fetching https://hub.docker.com/v2/repositories/warcforceone/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:19.457497Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/
2021-03-14T00:00:20.118472Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/dockerfile/
2021-03-14T00:00:20.751011Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:21.674103Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:22.256559Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/tags/latest/
2021-03-14T00:00:22.830261Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/tags/latest/images
2021-03-14T00:00:23.409685Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/
2021-03-14T00:00:24.032911Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/dockerfile/
2021-03-14T00:00:24.676864Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:25.531002Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:26.107905Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/tags/latest/
2021-03-14T00:00:26.670773Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/tags/latest/images
2021-03-14T00:00:27.247214Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/
2021-03-14T00:00:27.853786Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/dockerfile/
2021-03-14T00:00:28.451725Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:29.332673Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:29.923159Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/tags/latest/
2021-03-14T00:00:30.491905Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/tags/latest/images
2021-03-14T00:00:31.363671Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/
2021-03-14T00:00:31.977073Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/dockerfile/
2021-03-14T00:00:32.573113Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:33.503131Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:34.077841Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/tags/latest/
2021-03-14T00:00:34.645975Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/tags/latest/images
2021-03-14T00:00:35.252454Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/
2021-03-14T00:00:35.861526Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/dockerfile/
2021-03-14T00:00:36.450394Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:37.318603Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:37.903281Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/tags/latest/
2021-03-14T00:00:38.483421Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/tags/latest/images
2021-03-14T00:00:39.049567Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/
2021-03-14T00:00:39.662401Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/dockerfile/
2021-03-14T00:00:40.243305Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:41.137588Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:41.726459Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/tags/latest/
2021-03-14T00:00:42.303453Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/tags/latest/images
2021-03-14T00:00:42.872679Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/
2021-03-14T00:00:43.479483Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/dockerfile/
2021-03-14T00:00:44.065326Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:44.937883Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:45.505107Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/tags/latest/
2021-03-14T00:00:46.078558Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/tags/latest/images
2021-03-14T00:00:46.645319Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/
2021-03-14T00:00:47.256526Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/dockerfile/
2021-03-14T00:00:47.846082Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:48.791664Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:49.365292Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/tags/latest/
2021-03-14T00:00:49.935898Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/tags/latest/images
2021-03-14T00:00:50.507527Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/
2021-03-14T00:00:51.138250Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/dockerfile/
2021-03-14T00:00:51.764516Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:52.635919Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:53.226973Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/tags/latest/
2021-03-14T00:00:53.809118Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/tags/latest/images
2021-03-14T00:00:54.379327Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/
2021-03-14T00:00:55.006049Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/dockerfile/
2021-03-14T00:00:55.592698Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:00:56.451570Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:00:57.038542Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/tags/latest/
2021-03-14T00:00:57.620706Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/tags/latest/images
2021-03-14T00:00:58.198469Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/
2021-03-14T00:00:58.811434Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/dockerfile/
2021-03-14T00:00:59.383903Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:00.256644Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:00.832740Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/tags/latest/
2021-03-14T00:01:01.428604Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/tags/latest/images
2021-03-14T00:01:02.011612Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/
2021-03-14T00:01:03.279903Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/dockerfile/
2021-03-14T00:01:04.023818Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:04.875908Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:05.445058Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/tags/latest/
2021-03-14T00:01:06.023899Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/tags/latest/images
2021-03-14T00:01:06.602542Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/
2021-03-14T00:01:07.225289Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/dockerfile/
2021-03-14T00:01:07.802028Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:08.690507Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:09.263909Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/tags/latest/
2021-03-14T00:01:09.842246Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/tags/latest/images
2021-03-14T00:01:10.404714Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/
2021-03-14T00:01:11.028829Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/dockerfile/
2021-03-14T00:01:11.607907Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:12.522814Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:13.094802Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/tags/latest/
2021-03-14T00:01:13.662115Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/tags/latest/images
2021-03-14T00:01:14.223902Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/
2021-03-14T00:01:14.859673Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/dockerfile/
2021-03-14T00:01:15.438263Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:16.411604Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:16.981137Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/tags/latest/
2021-03-14T00:01:17.547425Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/tags/latest/images
2021-03-14T00:01:18.117900Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/
2021-03-14T00:01:18.735895Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/dockerfile/
2021-03-14T00:01:19.326425Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:19.938849Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:20.501684Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/tags/latest/
2021-03-14T00:01:21.074918Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/tags/latest/images
2021-03-14T00:01:21.637006Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/
2021-03-14T00:01:22.236200Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/dockerfile/
2021-03-14T00:01:22.814976Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:23.709407Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:24.271226Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/tags/latest/
2021-03-14T00:01:24.835395Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/tags/latest/images
2021-03-14T00:01:25.398145Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/
2021-03-14T00:01:26.014174Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/dockerfile/
2021-03-14T00:01:26.642993Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:27.258641Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:27.826204Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/tags/latest/
2021-03-14T00:01:28.390500Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/tags/latest/images
2021-03-14T00:01:28.958206Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/
2021-03-14T00:01:29.565908Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/dockerfile/
2021-03-14T00:01:30.144017Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:31.037053Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:31.607905Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/tags/latest/
2021-03-14T00:01:32.203589Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/tags/latest/images
2021-03-14T00:01:32.786032Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/
2021-03-14T00:01:33.429928Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/dockerfile/
2021-03-14T00:01:34.003283Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:35.150161Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:35.724662Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/tags/latest/
2021-03-14T00:01:36.311900Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/tags/latest/images
2021-03-14T00:01:36.883906Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/
2021-03-14T00:01:37.484930Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/dockerfile/
2021-03-14T00:01:38.052886Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:38.962097Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:39.543909Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/tags/latest/
2021-03-14T00:01:40.114547Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/tags/latest/images
2021-03-14T00:01:40.674856Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/
2021-03-14T00:01:41.284625Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/dockerfile/
2021-03-14T00:01:41.857876Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:42.766142Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:43.331903Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/tags/latest/
2021-03-14T00:01:43.902727Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/tags/latest/images
2021-03-14T00:01:44.475705Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/
2021-03-14T00:01:45.078271Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/dockerfile/
2021-03-14T00:01:45.664606Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:46.526677Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:47.109000Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/tags/latest/
2021-03-14T00:01:47.681742Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/tags/latest/images
2021-03-14T00:01:48.250407Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape-upstream/
2021-03-14T00:01:48.875900Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape-upstream/dockerfile/
2021-03-14T00:01:49.453863Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:50.127017Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape-upstream/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:50.717267Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/
2021-03-14T00:01:51.319103Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/dockerfile/
2021-03-14T00:01:51.901362Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:52.978427Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:53.553755Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/tags/latest/
2021-03-14T00:01:54.121856Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/tags/latest/images
2021-03-14T00:01:54.686261Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/
2021-03-14T00:01:55.310231Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/dockerfile/
2021-03-14T00:01:55.891891Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:01:56.919050Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:01:57.494280Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/tags/latest/
2021-03-14T00:01:58.059905Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/tags/latest/images
2021-03-14T00:01:58.627475Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/
2021-03-14T00:01:59.234117Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/dockerfile/
2021-03-14T00:01:59.811908Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:00.782422Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:01.364800Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/tags/latest/
2021-03-14T00:02:01.931902Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/tags/latest/images
2021-03-14T00:02:02.526561Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/
2021-03-14T00:02:03.138398Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/dockerfile/
2021-03-14T00:02:03.723909Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:04.739300Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:05.309719Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/tags/latest/
2021-03-14T00:02:05.883664Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/tags/latest/images
2021-03-14T00:02:06.449550Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/
2021-03-14T00:02:07.056616Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/dockerfile/
2021-03-14T00:02:07.643481Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:08.673965Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:09.246434Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/tags/latest/
2021-03-14T00:02:09.822283Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/tags/latest/images
2021-03-14T00:02:10.399552Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/
2021-03-14T00:02:11.275900Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/dockerfile/
2021-03-14T00:02:11.859896Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:12.885912Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:13.455903Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/tags/latest/
2021-03-14T00:02:14.024729Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/tags/latest/images
2021-03-14T00:02:14.600737Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/
2021-03-14T00:02:15.202991Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/dockerfile/
2021-03-14T00:02:15.799007Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:16.735898Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:17.314486Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/tags/latest/
2021-03-14T00:02:17.884132Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/tags/latest/images
2021-03-14T00:02:18.456949Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/
2021-03-14T00:02:19.058163Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/dockerfile/
2021-03-14T00:02:19.653703Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:20.521115Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:21.083572Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/tags/latest/
2021-03-14T00:02:21.716526Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/tags/latest/images
2021-03-14T00:02:22.310726Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/
2021-03-14T00:02:22.918357Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/dockerfile/
2021-03-14T00:02:23.499248Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:24.525735Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:25.095033Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/tags/latest/
2021-03-14T00:02:25.658452Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/tags/latest/images
2021-03-14T00:02:26.224545Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/
2021-03-14T00:02:26.838874Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/dockerfile/
2021-03-14T00:02:27.417925Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:28.245186Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:28.818731Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/tags/latest/
2021-03-14T00:02:29.388780Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/tags/latest/images
2021-03-14T00:02:29.951609Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/
2021-03-14T00:02:30.573152Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/dockerfile/
2021-03-14T00:02:31.163900Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:32.376821Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:32.947906Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/tags/latest/
2021-03-14T00:02:33.512765Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/tags/latest/images
2021-03-14T00:02:34.079903Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/
2021-03-14T00:02:34.696667Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/dockerfile/
2021-03-14T00:02:35.281869Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:36.286577Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:36.850011Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/tags/latest/
2021-03-14T00:02:37.427763Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/tags/latest/images
2021-03-14T00:02:38.002735Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/
2021-03-14T00:02:38.610633Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/dockerfile/
2021-03-14T00:02:39.188516Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T00:02:40.054983Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T00:02:40.625051Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/tags/latest/
2021-03-14T00:02:41.202989Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/tags/latest/images
2021-03-14T00:02:41.236904Z Done with warcforceone
2021-03-14T01:00:01.896413Z Retrieving Docker Hub user archiveteam
2021-03-14T01:00:01.896697Z Fetching https://hub.docker.com/v2/users/archiveteam/
2021-03-14T01:00:03.136101Z Fetching https://hub.docker.com/v2/repositories/archiveteam/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:03.935751Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/
2021-03-14T01:00:04.570574Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/dockerfile/
2021-03-14T01:00:05.159778Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:06.103905Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:07.543899Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/tags/latest/
2021-03-14T01:00:08.130588Z Fetching https://hub.docker.com/v2/repositories/archiveteam/warrior-dockerfile/tags/latest/images
2021-03-14T01:00:08.165093Z Done with archiveteam
2021-03-14T01:00:08.165752Z Retrieving Docker Hub user warcforceone
2021-03-14T01:00:08.165909Z Fetching https://hub.docker.com/v2/users/warcforceone/
2021-03-14T01:00:08.952826Z Fetching https://hub.docker.com/v2/repositories/warcforceone/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:09.548119Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/
2021-03-14T01:00:10.163213Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/dockerfile/
2021-03-14T01:00:10.755893Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:11.638039Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:12.206643Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/tags/latest/
2021-03-14T01:00:12.796745Z Fetching https://hub.docker.com/v2/repositories/warcforceone/google-sites-grab/tags/latest/images
2021-03-14T01:00:13.368649Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/
2021-03-14T01:00:13.983520Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/dockerfile/
2021-03-14T01:00:14.575578Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:15.583903Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:16.168731Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/tags/latest/
2021-03-14T01:00:16.739899Z Fetching https://hub.docker.com/v2/repositories/warcforceone/dnsmasq/tags/latest/images
2021-03-14T01:00:17.313407Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/
2021-03-14T01:00:17.937967Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/dockerfile/
2021-03-14T01:00:18.546071Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:19.427900Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:20.000310Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/tags/latest/
2021-03-14T01:00:20.575361Z Fetching https://hub.docker.com/v2/repositories/warcforceone/angelfire-grab/tags/latest/images
2021-03-14T01:00:21.142872Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/
2021-03-14T01:00:21.759904Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/dockerfile/
2021-03-14T01:00:22.341033Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:23.244911Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:23.826929Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/tags/latest/
2021-03-14T01:00:24.406177Z Fetching https://hub.docker.com/v2/repositories/warcforceone/grab-base/tags/latest/images
2021-03-14T01:00:24.989487Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/
2021-03-14T01:00:25.639656Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/dockerfile/
2021-03-14T01:00:26.245756Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:27.102555Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:27.677520Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/tags/latest/
2021-03-14T01:00:28.250078Z Fetching https://hub.docker.com/v2/repositories/warcforceone/github-grab/tags/latest/images
2021-03-14T01:00:28.825676Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/
2021-03-14T01:00:29.432928Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/dockerfile/
2021-03-14T01:00:30.024607Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:30.931455Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:31.514130Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/tags/latest/
2021-03-14T01:00:32.084754Z Fetching https://hub.docker.com/v2/repositories/warcforceone/pastebin-grab/tags/latest/images
2021-03-14T01:00:32.647656Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/
2021-03-14T01:00:33.291539Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/dockerfile/
2021-03-14T01:00:33.875574Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:34.762879Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:35.336875Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/tags/latest/
2021-03-14T01:00:35.919666Z Fetching https://hub.docker.com/v2/repositories/warcforceone/reddit-grab/tags/latest/images
2021-03-14T01:00:36.491633Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/
2021-03-14T01:00:37.094747Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/dockerfile/
2021-03-14T01:00:37.671887Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:38.587430Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:39.154103Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/tags/latest/
2021-03-14T01:00:39.729097Z Fetching https://hub.docker.com/v2/repositories/warcforceone/domains-grab/tags/latest/images
2021-03-14T01:00:40.289866Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/
2021-03-14T01:00:40.907556Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/dockerfile/
2021-03-14T01:00:41.486277Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:42.326456Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:42.909352Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/tags/latest/
2021-03-14T01:00:43.475014Z Fetching https://hub.docker.com/v2/repositories/warcforceone/megawarc-factory/tags/latest/images
2021-03-14T01:00:44.037908Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/
2021-03-14T01:00:44.652774Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/dockerfile/
2021-03-14T01:00:45.235450Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:46.128773Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:46.709299Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/tags/latest/
2021-03-14T01:00:47.268912Z Fetching https://hub.docker.com/v2/repositories/warcforceone/fotoalbum-grab/tags/latest/images
2021-03-14T01:00:47.846636Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/
2021-03-14T01:00:48.475197Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/dockerfile/
2021-03-14T01:00:49.067895Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:49.921940Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:50.503580Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/tags/latest/
2021-03-14T01:00:51.071897Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-playlistnotes-grab/tags/latest/images
2021-03-14T01:00:51.640853Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/
2021-03-14T01:00:52.243046Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/dockerfile/
2021-03-14T01:00:52.839902Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:53.677299Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:54.243224Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/tags/latest/
2021-03-14T01:00:54.811155Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mercurial-grab/tags/latest/images
2021-03-14T01:00:55.387180Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/
2021-03-14T01:00:56.002382Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/dockerfile/
2021-03-14T01:00:56.581468Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:00:57.436946Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:00:58.019598Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/tags/latest/
2021-03-14T01:00:58.592517Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tencent-weibo-grab/tags/latest/images
2021-03-14T01:00:59.171008Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/
2021-03-14T01:00:59.787222Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/dockerfile/
2021-03-14T01:01:00.356449Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:01.238572Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:01.909728Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/tags/latest/
2021-03-14T01:01:02.488604Z Fetching https://hub.docker.com/v2/repositories/warcforceone/theartistunion-grab/tags/latest/images
2021-03-14T01:01:03.065523Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/
2021-03-14T01:01:03.690316Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/dockerfile/
2021-03-14T01:01:04.279904Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:05.227896Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:05.791005Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/tags/latest/
2021-03-14T01:01:06.357085Z Fetching https://hub.docker.com/v2/repositories/warcforceone/bitbucket-grab/tags/latest/images
2021-03-14T01:01:06.927906Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/
2021-03-14T01:01:07.555288Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/dockerfile/
2021-03-14T01:01:08.148533Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:08.790261Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:09.363886Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/tags/latest/
2021-03-14T01:01:09.924751Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync/tags/latest/images
2021-03-14T01:01:10.487174Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/
2021-03-14T01:01:11.087748Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/dockerfile/
2021-03-14T01:01:11.657349Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:12.570153Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:13.137391Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/tags/latest/
2021-03-14T01:01:13.701881Z Fetching https://hub.docker.com/v2/repositories/warcforceone/naver-matome-grab/tags/latest/images
2021-03-14T01:01:14.271754Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/
2021-03-14T01:01:14.879499Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/dockerfile/
2021-03-14T01:01:15.473133Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:16.083901Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:16.670159Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/tags/latest/
2021-03-14T01:01:17.246670Z Fetching https://hub.docker.com/v2/repositories/warcforceone/ateam-airsync-meta/tags/latest/images
2021-03-14T01:01:17.809547Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/
2021-03-14T01:01:18.407640Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/dockerfile/
2021-03-14T01:01:19.063049Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:19.966226Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:20.541928Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/tags/latest/
2021-03-14T01:01:21.117592Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutch-grab/tags/latest/images
2021-03-14T01:01:21.692728Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/
2021-03-14T01:01:22.308677Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/dockerfile/
2021-03-14T01:01:22.898349Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:23.769591Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:24.343205Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/tags/latest/
2021-03-14T01:01:24.923898Z Fetching https://hub.docker.com/v2/repositories/warcforceone/clutchvideos-grab/tags/latest/images
2021-03-14T01:01:25.496899Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/
2021-03-14T01:01:26.117806Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/dockerfile/
2021-03-14T01:01:26.697275Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:27.887908Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:28.454841Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/tags/latest/
2021-03-14T01:01:29.020885Z Fetching https://hub.docker.com/v2/repositories/warcforceone/microsoft-download-center-grab/tags/latest/images
2021-03-14T01:01:29.591902Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/
2021-03-14T01:01:30.191314Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/dockerfile/
2021-03-14T01:01:30.777330Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:31.649889Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:32.239120Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/tags/latest/
2021-03-14T01:01:32.817990Z Fetching https://hub.docker.com/v2/repositories/warcforceone/mixer-grab/tags/latest/images
2021-03-14T01:01:33.397147Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/
2021-03-14T01:01:34.023899Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/dockerfile/
2021-03-14T01:01:34.599679Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:35.514466Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:36.079640Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/tags/latest/
2021-03-14T01:01:36.638947Z Fetching https://hub.docker.com/v2/repositories/warcforceone/soup-io-grab/tags/latest/images
2021-03-14T01:01:37.203313Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape-upstream/
2021-03-14T01:01:37.819564Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape-upstream/dockerfile/
2021-03-14T01:01:38.396804Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:39.029735Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape-upstream/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:39.599903Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/
2021-03-14T01:01:40.198088Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/dockerfile/
2021-03-14T01:01:40.782257Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:41.615397Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:42.198511Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/tags/latest/
2021-03-14T01:01:42.763628Z Fetching https://hub.docker.com/v2/repositories/warcforceone/snscrape/tags/latest/images
2021-03-14T01:01:43.338600Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/
2021-03-14T01:01:43.945081Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/dockerfile/
2021-03-14T01:01:44.533332Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:45.441775Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:46.013177Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/tags/latest/
2021-03-14T01:01:46.573672Z Fetching https://hub.docker.com/v2/repositories/warcforceone/singstar-grab/tags/latest/images
2021-03-14T01:01:47.137532Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/
2021-03-14T01:01:47.751897Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/dockerfile/
2021-03-14T01:01:48.325603Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:49.199916Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:49.792050Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/tags/latest/
2021-03-14T01:01:50.365540Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yahoogroups-grab/tags/latest/images
2021-03-14T01:01:50.931336Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/
2021-03-14T01:01:51.566847Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/dockerfile/
2021-03-14T01:01:52.149532Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:53.054034Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:53.634245Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/tags/latest/
2021-03-14T01:01:54.203900Z Fetching https://hub.docker.com/v2/repositories/warcforceone/playstv-grab/tags/latest/images
2021-03-14T01:01:54.771901Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/
2021-03-14T01:01:55.379896Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/dockerfile/
2021-03-14T01:01:55.973306Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:01:56.831873Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:01:57.396983Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/tags/latest/
2021-03-14T01:01:57.975094Z Fetching https://hub.docker.com/v2/repositories/warcforceone/youtube-likedlists-grab/tags/latest/images
2021-03-14T01:01:58.542236Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/
2021-03-14T01:01:59.160768Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/dockerfile/
2021-03-14T01:01:59.739898Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:00.651855Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:01.217354Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/tags/latest/
2021-03-14T01:02:01.780937Z Fetching https://hub.docker.com/v2/repositories/warcforceone/gfycat-grab/tags/latest/images
2021-03-14T01:02:02.345101Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/
2021-03-14T01:02:02.971505Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/dockerfile/
2021-03-14T01:02:03.564748Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:04.463180Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:05.033516Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/tags/latest/
2021-03-14T01:02:05.597704Z Fetching https://hub.docker.com/v2/repositories/warcforceone/drawr-grab/tags/latest/images
2021-03-14T01:02:06.162179Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/
2021-03-14T01:02:06.770988Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/dockerfile/
2021-03-14T01:02:07.358212Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:08.193872Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:08.757655Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/tags/latest/
2021-03-14T01:02:09.339107Z Fetching https://hub.docker.com/v2/repositories/warcforceone/radio24syv-grab/tags/latest/images
2021-03-14T01:02:09.915904Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/
2021-03-14T01:02:10.522250Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/dockerfile/
2021-03-14T01:02:11.110481Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:11.967166Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:12.547898Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/tags/latest/
2021-03-14T01:02:13.115637Z Fetching https://hub.docker.com/v2/repositories/warcforceone/yourshot-grab/tags/latest/images
2021-03-14T01:02:13.678199Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/
2021-03-14T01:02:14.282510Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/dockerfile/
2021-03-14T01:02:14.849392Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:15.718447Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:16.301460Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/tags/latest/
2021-03-14T01:02:16.863907Z Fetching https://hub.docker.com/v2/repositories/warcforceone/sketch-grab/tags/latest/images
2021-03-14T01:02:17.443400Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/
2021-03-14T01:02:18.059954Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/dockerfile/
2021-03-14T01:02:18.639906Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:19.493002Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:20.063649Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/tags/latest/
2021-03-14T01:02:20.640677Z Fetching https://hub.docker.com/v2/repositories/warcforceone/tinypic-grab/tags/latest/images
2021-03-14T01:02:21.212686Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/
2021-03-14T01:02:21.836197Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/dockerfile/
2021-03-14T01:02:22.408703Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:23.245790Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:23.810127Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/tags/latest/
2021-03-14T01:02:24.377704Z Fetching https://hub.docker.com/v2/repositories/warcforceone/freeml-grab/tags/latest/images
2021-03-14T01:02:24.954719Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/
2021-03-14T01:02:25.566808Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/dockerfile/
2021-03-14T01:02:26.151195Z Fetching https://hub.docker.com/api/build/v1/source/
2021-03-14T01:02:27.006065Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/tags/?page_size=100&page=1&ordering=last_updated
2021-03-14T01:02:27.579376Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/tags/latest/
2021-03-14T01:02:28.147895Z Fetching https://hub.docker.com/v2/repositories/warcforceone/instaudio-grab/tags/latest/images
2021-03-14T01:02:28.179028Z Done with warcforceone

+ 4
- 4
warcforceone/repositories.json View File

@@ -10,7 +10,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 7233281,
"pull_count": 7233461,
"last_updated": "2021-03-09T15:13:54.522031Z",
"is_migrated": false,
"collaborator_count": 0,
@@ -28,7 +28,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 21171824,
"pull_count": 21172063,
"last_updated": "2021-02-20T00:18:15.003220Z",
"is_migrated": false,
"collaborator_count": 0,
@@ -82,7 +82,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 14320181,
"pull_count": 14321378,
"last_updated": "2021-02-03T13:48:21.932838Z",
"is_migrated": false,
"collaborator_count": 0,
@@ -226,7 +226,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 94271810,
"pull_count": 94271811,
"last_updated": "2020-10-31T00:33:22.019703Z",
"is_migrated": false,
"collaborator_count": 0,


+ 1
- 1
warcforceone/repositories/dnsmasq/info.json View File

@@ -9,7 +9,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 21171824,
"pull_count": 21172064,
"last_updated": "2021-02-20T00:18:15.003220Z",
"is_migrated": false,
"collaborator_count": 0,


+ 2
- 2
warcforceone/repositories/dnsmasq/tags.json View File

@@ -14,7 +14,7 @@
"os_version": null,
"size": 4477304,
"status": "active",
"last_pulled": "2021-03-13T23:35:20.56584Z",
"last_pulled": "2021-03-14T00:35:21.095786Z",
"last_pushed": "2021-02-20T00:18:14.704711Z"
}
],
@@ -26,7 +26,7 @@
"full_size": 4477304,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:35:20.56584Z",
"tag_last_pulled": "2021-03-14T00:35:21.095786Z",
"tag_last_pushed": "2021-02-20T00:18:14.704711Z"
}
]

+ 1
- 1
warcforceone/repositories/dnsmasq/tags/latest.images.json View File

@@ -38,7 +38,7 @@
"os_version": null,
"size": 4477304,
"status": "active",
"last_pulled": "2021-03-13T23:35:20.56584Z",
"last_pulled": "2021-03-14T00:35:21.095786Z",
"last_pushed": "2021-02-20T00:18:14.704711Z"
}
]

+ 2
- 2
warcforceone/repositories/dnsmasq/tags/latest.info.json View File

@@ -13,7 +13,7 @@
"os_version": null,
"size": 4477304,
"status": "active",
"last_pulled": "2021-03-13T23:35:20.56584Z",
"last_pulled": "2021-03-14T00:35:21.095786Z",
"last_pushed": "2021-02-20T00:18:14.704711Z"
}
],
@@ -25,6 +25,6 @@
"full_size": 4477304,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:35:20.56584Z",
"tag_last_pulled": "2021-03-14T00:35:21.095786Z",
"tag_last_pushed": "2021-02-20T00:18:14.704711Z"
}

+ 1
- 1
warcforceone/repositories/github-grab/info.json View File

@@ -9,7 +9,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 14320189,
"pull_count": 14321385,
"last_updated": "2021-02-03T13:48:21.932838Z",
"is_migrated": false,
"collaborator_count": 0,


+ 2
- 2
warcforceone/repositories/github-grab/tags.json View File

@@ -14,7 +14,7 @@
"os_version": null,
"size": 355285549,
"status": "active",
"last_pulled": "2021-03-13T23:43:10.360373Z",
"last_pulled": "2021-03-14T00:43:10.316516Z",
"last_pushed": "2021-02-03T13:48:21.641084Z"
}
],
@@ -26,7 +26,7 @@
"full_size": 355285549,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:43:10.360373Z",
"tag_last_pulled": "2021-03-14T00:43:10.316516Z",
"tag_last_pushed": "2021-02-03T13:48:21.641084Z"
}
]

+ 1
- 1
warcforceone/repositories/github-grab/tags/latest.images.json View File

@@ -148,7 +148,7 @@
"os_version": null,
"size": 355285549,
"status": "active",
"last_pulled": "2021-03-13T23:43:10.360373Z",
"last_pulled": "2021-03-14T00:43:10.316516Z",
"last_pushed": "2021-02-03T13:48:21.641084Z"
}
]

+ 2
- 2
warcforceone/repositories/github-grab/tags/latest.info.json View File

@@ -13,7 +13,7 @@
"os_version": null,
"size": 355285549,
"status": "active",
"last_pulled": "2021-03-13T23:43:10.360373Z",
"last_pulled": "2021-03-14T00:43:10.316516Z",
"last_pushed": "2021-02-03T13:48:21.641084Z"
}
],
@@ -25,6 +25,6 @@
"full_size": 355285549,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:43:10.360373Z",
"tag_last_pulled": "2021-03-14T00:43:10.316516Z",
"tag_last_pushed": "2021-02-03T13:48:21.641084Z"
}

+ 1
- 1
warcforceone/repositories/google-sites-grab/info.json View File

@@ -9,7 +9,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 7233281,
"pull_count": 7233461,
"last_updated": "2021-03-09T15:13:54.522031Z",
"is_migrated": false,
"collaborator_count": 0,


+ 2
- 2
warcforceone/repositories/google-sites-grab/tags.json View File

@@ -14,7 +14,7 @@
"os_version": null,
"size": 85974704,
"status": "active",
"last_pulled": "2021-03-13T23:35:31.08245Z",
"last_pulled": "2021-03-14T00:35:59.335813Z",
"last_pushed": "2021-03-09T15:13:54.208661Z"
}
],
@@ -26,7 +26,7 @@
"full_size": 85974704,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:35:31.08245Z",
"tag_last_pulled": "2021-03-14T00:35:59.335813Z",
"tag_last_pushed": "2021-03-09T15:13:54.208661Z"
}
]

+ 1
- 1
warcforceone/repositories/google-sites-grab/tags/latest.images.json View File

@@ -125,7 +125,7 @@
"os_version": null,
"size": 85974704,
"status": "active",
"last_pulled": "2021-03-13T23:35:31.08245Z",
"last_pulled": "2021-03-14T00:35:59.335813Z",
"last_pushed": "2021-03-09T15:13:54.208661Z"
}
]

+ 2
- 2
warcforceone/repositories/google-sites-grab/tags/latest.info.json View File

@@ -13,7 +13,7 @@
"os_version": null,
"size": 85974704,
"status": "active",
"last_pulled": "2021-03-13T23:35:31.08245Z",
"last_pulled": "2021-03-14T00:35:59.335813Z",
"last_pushed": "2021-03-09T15:13:54.208661Z"
}
],
@@ -25,6 +25,6 @@
"full_size": 85974704,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T23:35:31.08245Z",
"tag_last_pulled": "2021-03-14T00:35:59.335813Z",
"tag_last_pushed": "2021-03-09T15:13:54.208661Z"
}

+ 1
- 1
warcforceone/repositories/tencent-weibo-grab/info.json View File

@@ -9,7 +9,7 @@
"is_automated": false,
"can_edit": false,
"star_count": 0,
"pull_count": 94271810,
"pull_count": 94271811,
"last_updated": "2020-10-31T00:33:22.019703Z",
"is_migrated": false,
"collaborator_count": 0,


+ 2
- 2
warcforceone/repositories/tencent-weibo-grab/tags.json View File

@@ -14,7 +14,7 @@
"os_version": null,
"size": 353998513,
"status": "active",
"last_pulled": "2021-03-13T16:01:09.226074Z",
"last_pulled": "2021-03-14T00:02:00.23017Z",
"last_pushed": "2020-10-31T00:33:13.098519Z"
}
],
@@ -26,7 +26,7 @@
"full_size": 353998513,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T16:01:09.226074Z",
"tag_last_pulled": "2021-03-14T00:02:00.23017Z",
"tag_last_pushed": "2020-10-31T00:33:13.098519Z"
}
]

+ 1
- 1
warcforceone/repositories/tencent-weibo-grab/tags/latest.images.json View File

@@ -137,7 +137,7 @@
"os_version": null,
"size": 353998513,
"status": "active",
"last_pulled": "2021-03-13T16:01:09.226074Z",
"last_pulled": "2021-03-14T00:02:00.23017Z",
"last_pushed": "2020-10-31T00:33:13.098519Z"
}
]

+ 2
- 2
warcforceone/repositories/tencent-weibo-grab/tags/latest.info.json View File

@@ -13,7 +13,7 @@
"os_version": null,
"size": 353998513,
"status": "active",
"last_pulled": "2021-03-13T16:01:09.226074Z",
"last_pulled": "2021-03-14T00:02:00.23017Z",
"last_pushed": "2020-10-31T00:33:13.098519Z"
}
],
@@ -25,6 +25,6 @@
"full_size": 353998513,
"v2": true,
"tag_status": "active",
"tag_last_pulled": "2021-03-13T16:01:09.226074Z",
"tag_last_pulled": "2021-03-14T00:02:00.23017Z",
"tag_last_pushed": "2020-10-31T00:33:13.098519Z"
}

Loading…
Cancel
Save