Contains necessary files to create docker images with gitlab-ci validator.
The main repository is hosted in gitlab.com/singletonsd/docker/gitlab-ci-validator but it is automaticaly mirrored to github.com/singletonsd, github.com/patoperpetua and to gitlab.com/patoperpetua. If you are in the Github page it may occur that is not updated to the last version.
- singletonsd/docker/gitlab-ci-validator/alpineXXX: alpine base image. Available versions:
- 3.7
- 3.8
- 3.9
- edge
- **singletonsd/docker/gitlab-ci-validator/debianXXX:**debian base image. Available versions:
- 8
- 9
- 10
Execute the following code to create the necessary folders:
mkdir -p .docker/.proxyCreate a file inside .proxy folder called **config.json. Inside it, write the following (make the changes to your actual proxy configuration):
{
"proxies": {
"default": {
"httpProxy": "http://****proxyIP****:***proxyPort***",
"httpsProxy": "http://****proxyIP****:***proxyPort***",
"ftpProxy": "http://****proxyIP****:***proxyPort***"
}
}
}© Singleton SD, Italy, 2019.