Skip to content

patoperpetua/docker-gitlab-ci-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singleton SD - DOCKER Gitlab-CI VALIDATOR

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.

IMAGES

  • 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

DOCUMENTATION

HOW TO SETUP PROXY

Execute the following code to create the necessary folders:

mkdir -p .docker/.proxy

Create 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.

About

Contains necessary files to create docker images with gitlab-ci validator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published