Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version '1:9.18.11-1+ubuntu22.04.1+isc+2' for 'bind9' was not found #8

Closed
a254719421 opened this issue Feb 7, 2023 · 1 comment
Closed

Comments

@a254719421
Copy link

a254719421 commented Feb 7, 2023

Hi,I'm using Bind Dockerfile 9.18,but while I was building mirroring,I found that the repo resource doesn't include 9.18.11-1+ubuntu22.04.1+isc+2 and isc+1.

when I try to build the image

=> [internal] load metadata for docker.io/library/ubuntu:jammy

[ 8/14] RUN apt-get -qqqy install bind9=1:9.18.11-1+ubuntu22.04.1+isc+2 bind9utils=1:9.18.11-1+ubuntu22.04.1+isc+2:
#0 0.750 E: Version '1:9.18.11-1+ubuntu22.04.1+isc+2' for 'bind9' was not found
#0 0.750 E: Version '1:9.18.11-1+ubuntu22.04.1+isc+2' for 'bind9utils' was not found

Dockerfile:20
18 | RUN apt-get -qqqy update
19 | RUN apt-get -qqqy dist-upgrade
20 | >>> RUN apt-get -qqqy install bind9=$DEB_VERSION bind9utils=$DEB_VERSION
21 |
22 | # Now remove the pkexec that got pulled as dependency to software-properties-common
error: failed to solve: process "/bin/sh -c apt-get -qqqy install bind9=$DEB_VERSION bind9utils=$DEB_VERSION" did not complete successfully: exit code: 100
FATA[0001] no image was built

@oerdnj
Copy link
Contributor

oerdnj commented Feb 7, 2023

This is an internal project for building the images and you should be using pre-built images. Especially, when you can't fix simple issues like these yourself.

I am going to fix this now because I need to update the libuv1 package in the pre-built images, but my recommendation for you is to use the pre-built packages if you can't fix the basics yourself.

@oerdnj oerdnj closed this as completed Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants