-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Description
➜ nginx-regex-tester git:(master) docker-compose up -d
[+] Building 5.3s (14/17)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/nginx:latest 2.4s
=> [internal] load build context 0.0s
=> => transferring context: 135B 0.0s
=> [ 1/13] FROM docker.io/library/nginx:latest@sha256:593dac25b7733ffb7afe1a72649a43e574778bf025ad60514ef40f6b5d606247 0.0s
=> CACHED [ 2/13] COPY start.sh /usr/local/sbin 0.0s
=> CACHED [ 3/13] RUN chmod +x /usr/local/sbin/start.sh 0.0s
=> CACHED [ 4/13] RUN apt-get update && apt-get install -y -q wget curl apt-transport-https lsb-release ca-certificates gnupg 0.0s
=> CACHED [ 5/13] RUN wget -q -O - http://nginx.org/keys/nginx_signing.key | gpg --dearmor > /usr/share/keyrings/nginx-archive-keyring.gpg 0.0s
=> CACHED [ 6/13] RUN rm /etc/nginx/conf.d/* 0.0s
=> CACHED [ 7/13] COPY regextester.conf /etc/nginx/conf.d 0.0s
=> CACHED [ 8/13] RUN printf "deb https://packages.nginx.org/unit/debian/ `lsb_release -cs` unit" > /etc/apt/sources.list.d/unit.list 0.0s
=> CACHED [ 9/13] RUN printf "deb-src https://packages.nginx.org/unit/debian/ `lsb_release -cs` unit" >> /etc/apt/sources.list.d/unit.list 0.0s
=> ERROR [10/13] RUN apt-get update && apt-get install -y unit php7.0 unit-php 2.7s
------
> [10/13] RUN apt-get update && apt-get install -y unit php7.0 unit-php:
#0 0.731 Hit:1 http://deb.debian.org/debian bookworm InRelease
#0 0.751 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#0 0.785 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#0 1.404 Ign:4 https://packages.nginx.org/unit/debian bookworm InRelease
#0 1.581 Err:5 https://packages.nginx.org/unit/debian bookworm Release
#0 1.581 404 Not Found [IP: 3.125.197.172 443]
#0 1.597 Reading package lists...
#0 2.631 E: The repository 'https://packages.nginx.org/unit/debian bookworm Release' does not have a Release file.
------
failed to solve: executor failed running [/bin/sh -c apt-get update && apt-get install -y unit php7.0 unit-php]: exit code: 100
➜ nginx-regex-tester git:(master) ls
I'm getting this error when I try launch the local server via docker locally using docker-compose up -d command.
Metadata
Metadata
Assignees
Labels
No labels