This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: ruby | |
rvm: | |
- 2.6.4 | |
branches: | |
only: | |
- master | |
before_script: | |
- echo $DOCKER_TOKEN | docker login -u $DOCKER_NAMESPACE --password-stdin | |
script: | |
- make release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-PRS-MASTER | |
on: | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
jobs: | |
build: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-RELEASE | |
on: | |
release: | |
types: [published] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
networks: | |
platform: | |
external: true | |
services: | |
mysql: | |
image: ${MYSQL_DOCKER_IMAGE}:${MYSQL_DOCKER_IMAGE_TAG} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
networks: | |
platform: | |
external: true | |
services: | |
server: | |
image: ${LDAP_DOCKER_IMAGE}:${LDAP_DOCKER_IMAGE_TAG} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
networks: | |
platform: | |
external: true | |
services: | |
# --- registry --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
networks: | |
platform: | |
external: true | |
services: | |
server: | |
image: opensuse/portus:2.4.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
server_name hub.*; | |
# Docker-specific stuff. | |
proxy_set_header Host $http_host; # required for Docker client sake | |
proxy_set_header X-Forwarded-Host $http_host; | |
proxy_set_header X-Real-IP $remote_addr; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# LDIF Export for dc=shihadeh,dc=intern | |
# Server: ldap_server (ldap_server) | |
# Search Scope: sub | |
# Search Filter: (objectClass=*) | |
# Total Entries: 8 | |
# | |
# Generated by phpLDAPadmin (http://phpldapadmin.sourceforge.net) on December 14, 2019 6:12 pm | |
# Version: 1.2.3 | |
version: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
networks: | |
platform: | |
external: true | |
services: | |
server: | |
image: ${CLAIR_DOCKER_IMAGE}:${CLAIR_DOCKER_IMAGE_TAG} |