10000 GitHub - unifio/dockerfile-ci
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

unifio/dockerfile-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
< 8000 div data-testid="latest-commit-details" class="d-none d-sm-flex flex-items-center">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unif.io CI Dockerfile

CircleCI

Update the global environment variables from the .circleci/config.xml file to configure tool versions and Docker image registries.

  environment:
      ALPINE_VERSION: '3.10'
      CI_REGISTRY: 'unifio/ci'
      CI_MAJOR_VERSION: '4'
      COVALENCE_REGISTRY: 'unifio/covalence'
      
65E3
COVALENCE_VERSION: '0.9.9'
      DUMBINIT_VERSION: '1.2.2'
      GOSU_VERSION: '1.12'
      NODE_VERSION: '10.16.1'
      PACKER_REGISTRY: 'unifio/packer'
      PACKER_VERSION: '1.6.4'
      RUBY_VERSION: '2.5.5'
      SOPS_VERSION: '3.6.0'
      TERRAFORM_REGISTRY: 'unifio/terraform'
      TERRAFORM_VERSION: '0.12.29'

To build locally with the latest binaries in the CI container first initialize all the binaries:

PACKER_VERSION=1.6.4  docker-compose build packer
TERRAFORM_VERSION=0.10.8 docker-compose build terraform
./copybins.sh

Then build:

COVALENCE_VERSION=0.9.9 PACKER_VERSION=1.6.4 TERRAFORM_VERSION=0.12.29 docker-compose build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0