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

Error during building #1496

Closed
5 tasks done
m0li13 opened this issue Nov 28, 2023 · 2 comments
Closed
5 tasks done

Error during building #1496

m0li13 opened this issue Nov 28, 2023 · 2 comments
Labels

Comments

@m0li13
Copy link

m0li13 commented Nov 28, 2023

Error during Pi-hole Deployment

Details

While executing the build-and-test.sh script, there is an error which stop the docker build proccess.
image

How to resolve this

It is needed to edit the Dockerfile, placed in test directory. in order to use the latest docker version:
COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/

How to reproduce the issue

  1. Environment data
  • Operating System: Raspbian
  • Hardware: RasPi /3B/
  • Docker Install Info and version:
    • Docker version 24.0.7

These common fixes didn't work for my issue

  • I have tried removing/destroying my container, and re-creating a new container
  • I have tried fresh volume data by backing up and moving/removing the old volume data
  • I have tried running the stock docker run example(s) in the readme (removing any customizations I added)
  • I have tried a newer or older version of Docker Pi-hole (depending what version the issue started in for me)
  • I have tried running without my volume data mounts to eliminate volumes as the cause

If the above debugging / fixes revealed any new information note it here.
Add any other debugging steps you've taken or theories on root cause that may help.

@jd-apprentice
Copy link

jd-apprentice commented Dec 11, 2023

I don't think using the :latest is a good idea, is more likely that someone will encounter an error if every build runs on a different version

Copy link

This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.

@github-actions github-actions bot added the stale label Jan 10, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants