Docker-gitlab: upgrade 11.4.5 -> 11.4.7 not working

Created on 23 Nov 2018  路  7Comments  路  Source: sameersbn/docker-gitlab

hi there

i have a curios problem with my morning upgrade procedure.

i did the following steps:

root@ht001 ~/code/gitlab # docker-compose pull
Pulling redis           ... done
Pulling postgresql      ... done
Pulling registry        ... done
Pulling gitlab          ... done
Pulling dind            ... done
Pulling runner          ... done
Pulling register-runner ... done
root@ht001 ~/code/gitlab # docker-compose up -d --no-deps --build gitlab
Recreating gitlab_gitlab_1 ... done

but the admin-dashboard still hangs on 11.4.5 see below:

image

did I do something wrong?

-matthias

Most helpful comment

Hey at all,

I fixed it on master. I'll be working now for the latest release. Later when I'm home I'll publish the missing tags.

In future this shouldn't happen anymore. I added shellcheck to prevent this cases.

https://github.com/sameersbn/docker-gitlab/pull/1783

All 7 comments

1781 ... my guess

i think you are right ...
there are some build errors on docker hub.

e.g. v11.4.7
https://hub.docker.com/r/sameersbn/gitlab/builds/bmd6z59mx2cky8kq8kxuyza/

image

image

@solidnerd please check this and #1781

Hey at all,

I fixed it on master. I'll be working now for the latest release. Later when I'm home I'll publish the missing tags.

In future this shouldn't happen anymore. I added shellcheck to prevent this cases.

https://github.com/sameersbn/docker-gitlab/pull/1783

@solidnerd I see that the latest tag was rebuilt successfully yesterday. Could you also trigger build for 11.4.7 again? I like to use fixed tag versions in my setup and so far 11.4.7 is stil missing.

@mikehaertl I can't retrigger the build. I rebuilded through my ci and pushed it for you so the tags should also be available back again.

Cool, thanks! Just upgraded to 11.4.7 and it worked fine.

Was this page helpful?
0 / 5 - 0 ratings