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

Tag for 8.6.0 #646

Closed
schmunk42 opened this issue Mar 23, 2016 · 5 comments
Closed

Tag for 8.6.0 #646

schmunk42 opened this issue Mar 23, 2016 · 5 comments

Comments

@schmunk42
Copy link

I think it's available from :latest, but is there a special reason why there's no 8.6.0 tag here?

@Ilya-Kuchaev
Copy link

8.6.1 is available. They are really fast :)

@sameersbn
Copy link
Owner

there are some issues regarding relative_url with the 8.6 release. #39 (comment)

@schmunk42
Copy link
Author

Thank you for the info.

Another option would be a 8.6.0-beta1 tag for this repo.

@sameersbn
Copy link
Owner

@schmunk42 added a 8.6.0-beta1 tag.

@recteurlp
Copy link

Quick Fix it should work for other sub uri than /gitlab but not tested

docker exec -it gitlab bash
export RELATIVE_URL="/gitlab"
sed -i 's:try_files $uri $uri/ /index.html $uri.html @gitlab;:alias /home/git/gitlab/public/assets;:' /etc/nginx/sites-enabled/gitlab
sed -i "s:url(/assets/:url(${RELATIVE_URL}/assets/:g" application-c0f2658d29adbe2eb8bff8f10d06476438d47a6f3d756ab00e20ed87803333e9.css
sed -i "s:url(\"/assets/:url(\"${RELATIVE_URL}/assets/:g" application-c0f2658d29adbe2eb8bff8f10d06476438d47a6f3d756ab00e20ed87803333e9.css
supervisorcrl restart nginx

Could you consider something like this ? maybe for a 8.6.1-beta release ?

sameersbn pushed a commit that referenced this issue Mar 27, 2016
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

4 participants