About image: publysher/hugo, I do not use that, so I cannot comment. I use a different way to get hugo so that I have a control on which hugo version I am using (line 8 or 9).
Ok, i change docker image to alpine:3.4, and now GitLab passed build. But i have another problem:
=============================================================
Your rendered home page is blank: /index.html is zero-length
* Did you specify a theme on the command-line or in your
"config.toml" file? (Current theme: "nofancy")
* For more debugging information, run "hugo -v"
=============================================================
config.toml
baseurl = "http://lamberk.gitlab.io/docs/"
title = "Picasel Agency Docs"
#if not set copyright, default copyright template will be applied
copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
theme = "nofancy"
[params]
highlight="Assign a syntax highlight style"
[author]
name = "Komarov Valentin"
github = "lamberk"
I use theme nofancy and have only 1 post in content: mysql.md
+++
date = "2016-12-05T18:34:53+03:00"
draft = false
title = "mysql"
+++
Create database:
**CREATE DATABASE database_name CHARACTER SET utf8 COLLATE utf8_general_ci;**
Create user:
**CREATE USER 'username'@'localhost';**
Grant privileges:
**GRANT ALL PRIVILEGES ON database_name.* TO username@localhost WITH GRANT OPTION;**
Just a note to other new GitLab pages users who might end up here through a search - it’s kind of a flaky service.
That’s a bit harsh on it because that’s judging it by some pretty high standards but there are frequent delays with the builds/runners and sporadic downtime occurs somewhat frequently (at least for my tastes).
But, it is free and that’s great, just be aware that builds can sometimes take over an hour to execute and there might be other bumps in the road.
So the original issue here in this thread is common and isn’t indicative of a problem with Hugo, it’s a GitLab thing.