-
Notifications
You must be signed in to change notification settings - Fork 60
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
Dockerfile will not build #88
Comments
I ran into this same issue. The content folder is a git submodule. It should be downloaded because I resolved it by cloning the content repo into the Here is more information on git submodules. https://git-scm.com/book/en/v2/Git-Tools-Submodules |
Yes, that should work, as described in DEVELOPMENT.md f.e.. I didn't get around to fix the Dockerfile yet, feel free to submit PRs. |
Getting this error every time i try to run the project after clone content. I already made changes in content and it's working for add OCaml language in /tech and I'm trying add the static files to the website. I already:
all them result in this error:
seems as this file is on the path where it says that it can't find it. Don't know if I'm doing something wrong, any help here? |
Hello, yes I had the same issue. Not sure what causes it. Try applying this commit to I've had to revert it subsequently, as it did break the deployment (I think in quay.io)... Now I've pushed it once more and hopefully it'll work for you. Let's try solving the issue in Note that there's a container ready to use here: https://quay.io/repository/developer-portal/devel Let me check if the container builds (either with the commit, or without) EDIT: it works with the change I've now pushed. As a sidenote, I have recently refreshed the DEVELOPMENT.md, as well as the Dockerfile and it is fixed (I forgot to close this issue). Generally, there are several ways to build the site: in a container, in a VM, or on your host system- you can choose just one of those (e.g. there's no need to install jekyll, if you want to use or build |
Thanks it just worked for me! |
Yes, but this breaks container builds for me, locally. The simplest solution would be to switch to another %{links} notation which does not suffer these reference issues. Additionaly, a new has occured in
https://quay.io/repository/developer-portal/devel/build/01418da5-442f-478a-9dac-5952ad9fc404 |
Because content is no
.git
repository.VOLUME
in Dockerfilecontent
is not a git repository.https://hub.docker.com/r/developerportal/devel/builds/
The text was updated successfully, but these errors were encountered: