-
Notifications
You must be signed in to change notification settings - Fork 30
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
wget missing url #102
Comments
In recent versions of the Dockerfile, the DOWNLOAD_URL variable has been changed to DOWNLOAD_URL_amd64 and DOWNLOAD_URL_arm64. If you need to build an older version, you need to switch to the corresponding version's commit. For version 16.7.3, I think you need to use this commit: https://github.com/zengxs/gitlab-arm64/tree/538df3e194b2c2c6b3d0b1194411f0d87c7773c8 I hope this resolves your issue. If you have any further questions, feel free to ask. |
Sorry for writing something that might belong to mistakes of newbies. Process:
Same error. |
I apologize for the delayed response. I've reviewed your steps and noticed that there is a critical step missing. After you git clone the repository, you need to switch to the specific commit of the version you're referring to. Here are the corrected steps:
Please try this and let me know if you encounter any further issues. |
after the checkout I did
but I get the same error. Wrong assumption of the final step? |
I apologize for the oversight. You are right, I have rechecked the build commands, and starting from version 16.11.1, an additional Please update your build command to include this argument, like so: docker build . \
-t gitlab-ce:16.11.1-ce.0 \
--build-arg RELEASE_PACKAGE=gitlab-ce \
--build-arg RELEASE_VERSION=16.11.1-ce.0 \
--build-arg TARGETARCH=arm64
# Build GitLab EE image
docker build . \
-t gitlab-ee:16.11.1-ce.0 \
--build-arg RELEASE_PACKAGE=gitlab-ee \
--build-arg RELEASE_VERSION=16.11.1-ce.0 \
--build-arg TARGETARCH=arm64 For versions prior to 16.11.1, this parameter is not required. |
I apologize for the ongoing issues you're experiencing. I've been quite busy, which has slowed down my response time. However, I plan to look into this further later this week. I will try to reproduce the problem in my testing environment and work on finding a solution. Thank you for your patience. |
No problem, I appreciate your care |
At the end of the installation, I presume, I get the following
I selected 16.7.3-ce.0 as in the example
The text was updated successfully, but these errors were encountered: