2025-03-31 22:07:10 UTC
88.9 MB
/etc/profile
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
XDG_DATA_HOME/config
config_file/config/icloudpd.conf
[#000] sha256:69aa61ccf55e5bf8e7a069b89e8afb42b4f3443b3785868795af8046d810d608 - 3.72% (3.3 MB)
[#001] sha256:338feeb089bd3e1ebff78a358fc229dc3aa358a00953176d2cb95ae583ad9b10 - 96.23% (85.5 MB)
[#002] sha256:f669023177f6075b4d9136970c28a4ec18bd8b922db1abcef499af63ce69041b - 0.0% (161 Bytes)
[#003] sha256:cd48dc25fbf978f02990ee682bda6145ef3747db34c98c87c38e714a7f50a184 - 0.03% (29.9 KB)
[#004] sha256:942be7e29dfac94a62556aa09ffe32e196246d757e8d718e2038903bf4f69164 - 0.0% (1.05 KB)
[#005] sha256:b737d02a5bfed43b052e51b6ea71849cba4f850d170e6a832fcef5234583c12f - 0.01% (13.1 KB)
[#006] sha256:e31ed87b2ff8e8a18dcf4c2af423238a1317157459f5375ca18f4dc8f2425a00 - 0.0% (1.3 KB)
ADD alpine-minirootfs-3.21.3-x86.tar.gz / # buildkit
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-03-31 22:07:09 UTC (buildkit.dockerfile.v0)LABEL maintainer=boredazfcuk
2025-03-31 22:07:09 UTC (buildkit.dockerfile.v0)ENV XDG_DATA_HOME=/config TZ=UTC ENV=/etc/profile config_file=/config/icloudpd.conf
2025-03-31 22:07:09 UTC (buildkit.dockerfile.v0)ARG icloudpd_version=1.27.2
2025-03-31 22:07:09 UTC (buildkit.dockerfile.v0)ARG build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev
2025-03-31 22:07:09 UTC (buildkit.dockerfile.v0)ARG app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp
2025-03-31 22:07:09 UTC (buildkit.dockerfile.v0)RUN |3 icloudpd_version=1.27.2 build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp /bin/sh -c echo "$(date '+%d/%m/%Y - %H:%M:%S') | ***** Build started for boredazfcuk's docker-icloudpd *****" && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install requirements" && apk add --no-progress --no-cache --virtual build ${build_dependencies} && apk add --no-progress --no-cache ${app_dependencies} && find /usr/share/nano -name '*.nanorc' -printf "include %p\n" >>/etc/nanorc && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install iCloudPD latest release" && python -m venv /opt/icloudpd && source /opt/icloudpd/bin/activate && pip3 install --upgrade pip && pip3 install --no-cache-dir icloudpd && deactivate && apk del build # buildkit
2025-03-31 22:07:09 UTC (buildkit.dockerfile.v0)COPY build_version.txt /opt # buildkit
2025-03-31 22:07:10 UTC (buildkit.dockerfile.v0)COPY --chmod=0755 *.sh /usr/local/bin/ # buildkit
2025-03-31 22:07:10 UTC (buildkit.dockerfile.v0)COPY authenticate.exp /opt/authenticate.exp # buildkit
2025-03-31 22:07:10 UTC (buildkit.dockerfile.v0)COPY CONFIGURATION.md /opt # buildkit
2025-03-31 22:07:10 UTC (buildkit.dockerfile.v0)COPY profile /etc/profile # buildkit
2025-03-31 22:07:10 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/healthcheck.sh"] "1m0s" "10s" "10s" "0s" '\x00'}
2025-03-31 22:07:10 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2025-03-31 22:07:10 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/usr/local/bin/launcher.sh"]
2025-03-31 19:56:25 UTC
101 MB
/etc/profile
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
XDG_DATA_HOME/config
config_file/config/icloudpd.conf
[#000] sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 3.45% (3.47 MB)
[#001] sha256:39220171376461161e9a185ddebe43b749d18ac73a10104d133220a8e6855be3 - 96.5% (97.1 MB)
[#002] sha256:17e382a93ae456769ebfd601b5a9967659ea89b695e462ee54f52f07cac4da50 - 0.0% (160 Bytes)
[#003] sha256:43d6ff6d0762fb3054f22f7f7380b0508444b89cafbd93c4e50e52e990633619 - 0.03% (29.9 KB)
[#004] sha256:ff0bc12669db1f1110ef03599bc3c2e81364347701f421f9673dcc459f5fdacc - 0.0% (1.05 KB)
[#005] sha256:ff1df78cd28d550b820abca1711ca97c74b071299f7dc06f9d5e95f7059b363c - 0.01% (13.1 KB)
[#006] sha256:503c54f35b75619040d762c9c24dddbe220ccb90178a76a94bb2bd9513956b1c - 0.0% (1.3 KB)
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)LABEL maintainer=boredazfcuk
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)ENV XDG_DATA_HOME=/config TZ=UTC ENV=/etc/profile config_file=/config/icloudpd.conf
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)ARG icloudpd_version=1.27.2
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)ARG build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)ARG app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)RUN |3 icloudpd_version=1.27.2 build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp /bin/sh -c echo "$(date '+%d/%m/%Y - %H:%M:%S') | ***** Build started for boredazfcuk's docker-icloudpd *****" && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install requirements" && apk add --no-progress --no-cache --virtual build ${build_dependencies} && apk add --no-progress --no-cache ${app_dependencies} && find /usr/share/nano -name '*.nanorc' -printf "include %p\n" >>/etc/nanorc && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install iCloudPD latest release" && python -m venv /opt/icloudpd && source /opt/icloudpd/bin/activate && pip3 install --upgrade pip && pip3 install --no-cache-dir icloudpd && deactivate && apk del build # buildkit
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)COPY build_version.txt /opt # buildkit
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)COPY --chmod=0755 *.sh /usr/local/bin/ # buildkit
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)COPY authenticate.exp /opt/authenticate.exp # buildkit
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)COPY CONFIGURATION.md /opt # buildkit
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)COPY profile /etc/profile # buildkit
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/healthcheck.sh"] "1m0s" "10s" "10s" "0s" '\x00'}
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2025-03-31 19:56:25 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/usr/local/bin/launcher.sh"]
2025-03-31 22:06:42 UTC
88.8 MB
/etc/profile
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
XDG_DATA_HOME/config
config_file/config/icloudpd.conf
[#000] sha256:76099982f06682e28a60c3b774ef20931d07b0a2f551203484e633d8c0361ee7 - 3.61% (3.21 MB)
[#001] sha256:1c6cb0c13c48bb13ed995f8076ab9b950921ab965fed8c4e53ef8c2b8d56bf70 - 96.34% (85.6 MB)
[#002] sha256:8e271ef49e5b97e110905b5aa95c4957d7c3a8cafa7b599b018984d64d4976e9 - 0.0% (161 Bytes)
[#003] sha256:c7cc5babf0e4f323cf0073d70097ec66277dfb8a400c19c7974aa951eaf38c7a - 0.03% (29.9 KB)
[#004] sha256:1c3144750c45ebf4d44370e602a492a159eef730e887eaa56cddb59f020e4e49 - 0.0% (1.05 KB)
[#005] sha256:6fcbff86836911fa99798f16a2346cabc0edab849aca26feef589245fdbbf138 - 0.01% (13.1 KB)
[#006] sha256:8c52f3acd9ed9553b40da61470fb0e6458099ae1c3aa043ded58e76c9c6d632c - 0.0% (1.3 KB)
ADD alpine-minirootfs-3.21.3-armhf.tar.gz / # buildkit
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)LABEL maintainer=boredazfcuk
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)ENV XDG_DATA_HOME=/config TZ=UTC ENV=/etc/profile config_file=/config/icloudpd.conf
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)ARG icloudpd_version=1.27.2
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)ARG build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)ARG app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)RUN |3 icloudpd_version=1.27.2 build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp /bin/sh -c echo "$(date '+%d/%m/%Y - %H:%M:%S') | ***** Build started for boredazfcuk's docker-icloudpd *****" && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install requirements" && apk add --no-progress --no-cache --virtual build ${build_dependencies} && apk add --no-progress --no-cache ${app_dependencies} && find /usr/share/nano -name '*.nanorc' -printf "include %p\n" >>/etc/nanorc && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install iCloudPD latest release" && python -m venv /opt/icloudpd && source /opt/icloudpd/bin/activate && pip3 install --upgrade pip && pip3 install --no-cache-dir icloudpd && deactivate && apk del build # buildkit
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)COPY build_version.txt /opt # buildkit
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)COPY --chmod=0755 *.sh /usr/local/bin/ # buildkit
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)COPY authenticate.exp /opt/authenticate.exp # buildkit
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)COPY CONFIGURATION.md /opt # buildkit
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)COPY profile /etc/profile # buildkit
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/healthcheck.sh"] "1m0s" "10s" "10s" "0s" '\x00'}
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2025-03-31 22:06:42 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/usr/local/bin/launcher.sh"]
2025-03-31 22:06:33 UTC
87.8 MB
/etc/profile
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
XDG_DATA_HOME/config
config_file/config/icloudpd.conf
[#000] sha256:85f3b18f9f5a8655db86c6dfb02bb01011ffef63d10a173843c5c65c3e9137b7 - 3.36% (2.95 MB)
[#001] sha256:9702a5ad6ce323865c00ee61553fd38f56d98eebc1848f46cb4bb8a5854396f2 - 96.59% (84.8 MB)
[#002] sha256:390d27a6264188b8a8e5658a5a4adbd1ae2dfb320884ce2aaea95d2e78dc6e43 - 0.0% (161 Bytes)
[#003] sha256:6d6cbd591b0dc375e28481a397e8f0c9b48e5dc5ce69261159e6076b6c2e2e8b - 0.03% (29.9 KB)
[#004] sha256:6448e3d74200ece42a0cfd73c64e3f4f96256ed42c679af3ab1d3abe2e238598 - 0.0% (1.05 KB)
[#005] sha256:dbfc1718a29f327d23a9b4356f86eae4f2a4a9a8e675b79ab75aa4fecf5811c5 - 0.01% (13.1 KB)
[#006] sha256:4de68e68d2b63f764600b3a05ed30fb7b9f7436f53ad8d3890102aa48a40ba82 - 0.0% (1.3 KB)
ADD alpine-minirootfs-3.21.3-armv7.tar.gz / # buildkit
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-03-31 22:06:32 UTC (buildkit.dockerfile.v0)LABEL maintainer=boredazfcuk
2025-03-31 22:06:32 UTC (buildkit.dockerfile.v0)ENV XDG_DATA_HOME=/config TZ=UTC ENV=/etc/profile config_file=/config/icloudpd.conf
2025-03-31 22:06:32 UTC (buildkit.dockerfile.v0)ARG icloudpd_version=1.27.2
2025-03-31 22:06:32 UTC (buildkit.dockerfile.v0)ARG build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev
2025-03-31 22:06:32 UTC (buildkit.dockerfile.v0)ARG app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp
2025-03-31 22:06:32 UTC (buildkit.dockerfile.v0)RUN |3 icloudpd_version=1.27.2 build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp /bin/sh -c echo "$(date '+%d/%m/%Y - %H:%M:%S') | ***** Build started for boredazfcuk's docker-icloudpd *****" && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install requirements" && apk add --no-progress --no-cache --virtual build ${build_dependencies} && apk add --no-progress --no-cache ${app_dependencies} && find /usr/share/nano -name '*.nanorc' -printf "include %p\n" >>/etc/nanorc && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install iCloudPD latest release" && python -m venv /opt/icloudpd && source /opt/icloudpd/bin/activate && pip3 install --upgrade pip && pip3 install --no-cache-dir icloudpd && deactivate && apk del build # buildkit
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)COPY build_version.txt /opt # buildkit
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)COPY --chmod=0755 *.sh /usr/local/bin/ # buildkit
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)COPY authenticate.exp /opt/authenticate.exp # buildkit
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)COPY CONFIGURATION.md /opt # buildkit
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)COPY profile /etc/profile # buildkit
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/healthcheck.sh"] "1m0s" "10s" "10s" "0s" '\x00'}
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2025-03-31 22:06:33 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/usr/local/bin/launcher.sh"]
2025-03-31 22:06:44 UTC
101 MB
/etc/profile
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
XDG_DATA_HOME/config
config_file/config/icloudpd.conf
[#000] sha256:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 3.78% (3.81 MB)
[#001] sha256:b5bcffedf03a1c4ba62dfa0bb3a71817957d9eb33b9ff9fd3c14505a02e9560b - 96.18% (97 MB)
[#002] sha256:115308efca06e1ec033c89859ac68664f1e87a71f64e064dd998381c0bbb966f - 0.0% (161 Bytes)
[#003] sha256:8ef172f76462cad2f0e0066bd9e519e250e0b9d3bc04286d9558eb6f9109e423 - 0.03% (29.9 KB)
[#004] sha256:b4d6d3df6c690e2aa7f0621ffef1ebef907457357832ddb8f8f0fb4f7ee908d1 - 0.0% (1.05 KB)
[#005] sha256:8fbd6f920d08a6f0f7028a5d6df297a4c3f8d6b3937e96b8350561b1c64ef6f1 - 0.01% (13.1 KB)
[#006] sha256:42d45b508e6cc7ad2efa69862ba3ed42bd856c771c970ccfd66ecc6efe4f92d6 - 0.0% (1.3 KB)
ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)LABEL maintainer=boredazfcuk
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)ENV XDG_DATA_HOME=/config TZ=UTC ENV=/etc/profile config_file=/config/icloudpd.conf
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)ARG icloudpd_version=1.27.2
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)ARG build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)ARG app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)RUN |3 icloudpd_version=1.27.2 build_dependencies=gcc python3-dev libc-dev libffi-dev cargo openssl-dev app_dependencies=findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl libheif imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp /bin/sh -c echo "$(date '+%d/%m/%Y - %H:%M:%S') | ***** Build started for boredazfcuk's docker-icloudpd *****" && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install requirements" && apk add --no-progress --no-cache --virtual build ${build_dependencies} && apk add --no-progress --no-cache ${app_dependencies} && find /usr/share/nano -name '*.nanorc' -printf "include %p\n" >>/etc/nanorc && echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install iCloudPD latest release" && python -m venv /opt/icloudpd && source /opt/icloudpd/bin/activate && pip3 install --upgrade pip && pip3 install --no-cache-dir icloudpd && deactivate && apk del build # buildkit
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)COPY build_version.txt /opt # buildkit
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)COPY --chmod=0755 *.sh /usr/local/bin/ # buildkit
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)COPY authenticate.exp /opt/authenticate.exp # buildkit
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)COPY CONFIGURATION.md /opt # buildkit
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)COPY profile /etc/profile # buildkit
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/healthcheck.sh"] "1m0s" "10s" "10s" "0s" '\x00'}
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2025-03-31 22:06:44 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/usr/local/bin/launcher.sh"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.