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

ensure docker guest builddir is not tainted from a previous host build #87

Merged
merged 2 commits into from
Dec 16, 2023

Conversation

cosmicpsyop
Copy link
Contributor

was able to repro'ed dockerfile error with jammy. what was discovered was the host directory was tainted from a build that used flatbuffers 2.0.8
alternatively, one could just manually do it.

make clean
docker build . -t cosmicpsyop/strfry -f ubuntu.Dockerfile
docker run -v $HOME/src/strfry/strfry-db:/app/strfry-db -v /home/xsited/src/forks/strfry/strfry.conf:/app/strfry.conf  -t cosmicpsyop/strfry   

testing: #86
#69

@cosmicpsyop cosmicpsyop changed the title ensure the builddir is not tainted from a previous host build ensure docker guest builddir is not tainted from a previous host build Dec 8, 2023
@hoytech
Copy link
Owner

hoytech commented Dec 16, 2023

Thanks for this!

@hoytech hoytech merged commit b63eada into hoytech:master Dec 16, 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

Successfully merging this pull request may close these issues.

2 participants