Init
This commit is contained in:
commit
f90fdc0598
99 changed files with 15260 additions and 0 deletions
14
.gitlab/_common.gitlab-ci.yml
Normal file
14
.gitlab/_common.gitlab-ci.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
variables:
|
||||
LATEST_IMAGE: '$CI_REGISTRY_IMAGE:latest'
|
||||
DOCKER_VERSION: '24.0.2'
|
||||
GOLANG_VERSION: '1.20'
|
||||
NODE_VERSION: '18'
|
||||
ALPINE_VERSION: '3'
|
||||
DEBIAN_VERSION: '12'
|
||||
TELEPORT_VERSION: '13.1.1'
|
||||
|
||||
image: docker:$DOCKER_VERSION-git
|
||||
|
||||
.login_registry:
|
||||
before_script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
Loading…
Add table
Add a link
Reference in a new issue