-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Was cloning the repo and composing. Ran into:
[+] Building 2.4s (8/19)
=> [internal] load local bake definitions 0.0s
=> => reading from stdin 642B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2.03kB 0.0s
=> [internal] load metadata for docker.io/jlesage/baseimage-gui:debian-10 1.2s
=> [auth] jlesage/baseimage-gui:pull token for registry-1.docker.io 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED [ 1/13] FROM docker.io/jlesage/baseimage-gui:debian-10@sha256:61836d04969eb43724cf118848f957ece439113c 0.0s
=> [internal] load build context 0.2s
=> => transferring context: 624.34kB 0.2s
=> ERROR [ 2/13] RUN apt-get update 0.9s
Looking at the Dockerfile, Debian needs to be updated from:
FROM jlesage/baseimage-gui:debian-10
To:
FROM jlesage/baseimage-gui:debian-11
Will then allow for build to occur.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels