942.2 Get:959 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 python3-cssselect all 1.2.0-2 [18.5 kB]
942.3 Err:87 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 openssl arm64 3.0.13-0ubuntu3.1
942.3   404  Not Found [IP: 185.125.190.36 80]
942.6 Err:180 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 linux-libc-dev arm64 6.8.0-38.38
942.6   404  Not Found [IP: 185.125.190.39 80]
942.6 Err:732 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libssl-dev arm64 3.0.13-0ubuntu3.1
942.6   404  Not Found [IP: 185.125.190.39 80]
942.6 E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/openssl_3.0.13-0ubuntu3.1_arm64.deb  404  Not Found [IP: 185.125.190.36 80]
942.6 E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux/linux-libc-dev_6.8.0-38.38_arm64.deb  404  Not Found [IP: 185.125.190.39 80]
942.6 E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/libssl-dev_3.0.13-0ubuntu3.1_arm64.deb  404  Not Found [IP: 185.125.190.39 80]
942.6 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
942.6 Fetched 363 MB in 15min 16s (396 kB/s)




 > [stage-1 3/6] RUN apt-get install -y htop openssl:
1.212 Reading package lists...
4.929 Building dependency tree...
5.523 Reading state information...
7.065 The following additional packages will be installed:
7.077   libnl-3-200 libnl-genl-3-200
7.093 Suggested packages:
7.093   lm-sensors lsof strace ca-certificates
7.264 The following NEW packages will be installed:
7.275   htop libnl-3-200 libnl-genl-3-200 openssl
7.715 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded.
7.715 Need to get 1225 kB of archives.
7.715 After this operation, 2733 kB of additional disk space will be used.
7.715 Ign:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 openssl arm64 3.0.13-0ubuntu3.1
7.873 Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnl-3-200 arm64 3.7.0-0.3build1 [57.5 kB]
8.221 Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnl-genl-3-200 arm64 3.7.0-0.3build1 [12.2 kB]
8.264 Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 htop arm64 3.3.0-4build1 [171 kB]
8.677 Err:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 openssl arm64 3.0.13-0ubuntu3.1
8.677   404  Not Found [IP: 185.125.190.39 80]
8.696 Fetched 240 kB in 1s (184 kB/s)
8.696 E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/openssl_3.0.13-0ubuntu3.1_arm64.deb  404  Not Found [IP: 185.125.190.39 80]
8.696 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

services: immich-server: container_name: pocketbase-backend image: ‘ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}’ volumes: - ‘/home/shashank/ssd/services/photos:/usr/src/app/upload’ - ‘/etc/localtime:/etc/localtime:ro’ env_file: - .env ports: - ‘2283:3001’ restart: always networks: pocketbase-network: null labels: - coolify.managed=true - coolify.type=service - coolify.name=pocketbase-backend - traefik.enable=true - traefik.http.middlewares.gzip.compress=true - traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https - traefik.http.routers.http-0-pocketbase-backend.entryPoints=http - traefik.http.routers.http-0-pocketbase-backend.middlewares=redirect-to-https - ‘traefik.http.routers.http-0-pocketbase-backend.rule=Host(backend.shashank-sharma.xyz) && PathPrefix(/)’ - traefik.http.routers.http-0-pocketbase-backend.service=http-0-pocketbase-backend - traefik.http.routers.https-0-pocketbase-backend.entryPoints=https - traefik.http.routers.https-0-pocketbase-backend.middlewares=gzip - ‘traefik.http.routers.https-0-pocketbase-backend.rule=Host(backend.shashank-sharma.xyz) && PathPrefix(/)’ - traefik.http.routers.https-0-pocketbase-backend.service=https-0-pocketbase-backend - traefik.http.routers.https-0-pocketbase-backend.tls.certresolver=letsencrypt - traefik.http.routers.https-0-pocketbase-backend.tls=true - traefik.http.services.http-0-pocketbase-backend.loadbalancer.server.port=8091 - traefik.http.services.https-0-pocketbase-backend.loadbalancer.server.port=8091 environment: COOLIFY_CONTAINER_NAME: pocketbase-backend networks: pocketbase-network: name: pocketbase-network external: true