Latest docker image not work

Latest docker image (10.1.0-ce.0) and previous (10.0.4-ce.0) not work, i see this error

gitlab_1   ================================================================================
gitlab_1  | Error executing action `run` on resource 'bash[migrate gitlab-rails database]'
gitlab_1  | ================================================================================
gitlab_1  | 
gitlab_1  | Mixlib::ShellOut::ShellCommandFailed
gitlab_1  | ------------------------------------
gitlab_1  | Expected process to exit with [0], but received '1'
gitlab_1  | ---- Begin output of "bash"  "/tmp/chef-script20171027-41-b850ev" ----
gitlab_1  | STDOUT: rake aborted!
gitlab_1  | Bundler::GemRequireError: There was an error while trying to load the gem 'sys-filesystem'.

and

gitlab_1  | ================================================================================
gitlab_1  | Error executing action `run` on resource 'execute[clear the gitlab-rails cache]'
gitlab_1  | ================================================================================
gitlab_1  | 
gitlab_1  | Mixlib::ShellOut::ShellCommandFailed
gitlab_1  | ------------------------------------
gitlab_1  | Expected process to exit with [0], but received '1'
gitlab_1  | ---- Begin output of /opt/gitlab/bin/gitlab-rake cache:clear ----
gitlab_1  | STDOUT: 
gitlab_1  | STDERR: rake aborted!
gitlab_1  | Bundler::GemRequireError: There was an error while trying to load the gem 'sys-filesystem'.

They’re working for me :slight_smile: You’re going to have to give more detail about your environment.

You need to tell us your OS/version and docker version.

I have two server, ubuntu 16.04 with docker 17.09-ce and alpine with docker 17.07-ce, run with docker-compose 1.16, actually work wit gitlab version 10.0.3-ce.0, my compose is:

version: '3'
services:
 gitlab:
  image: gitlab/gitlab-ce
  ports:
   - "80:80"
   - "22:22"
  environment:
   - GITLAB_OMNIBUS_CONFIG="external_url 'http://gitlab.example.com/'; gitlab_rails['lfs_enabled'] = true;"
  volumes:
   - /opt/data/gitlab/config:/etc/gitlab
   - /opt/data/gitlab/logs:/var/log/gitlab
   - /opt/data/gitlab/data:/var/opt/gitlab

Nothing?

You shouldn’t expect instant replies here. Asking “nothing?” won’t get your question answered faster.

It’s hard to say exactly what is going on. Do both servers have the problem? By default alpine has a very different set of packages.

I have tested also Ubuntu 16.04 and have same result, OS is not a problem. No matter, I use the old version, i do not have time to understand why it does not work. If it has not happened to anyone else, the problem is me, thank you anyway