Skip to content

Commit

Permalink
Added registery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpz7 committed Jan 2, 2021
1 parent 7afa967 commit e96287e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 51 deletions.
100 changes: 50 additions & 50 deletions sharpcd.yml
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
version: 1

tasks:
# basic_task:
# name: Basic
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/master/testing/basic.yml
basic_task:
name: Basic
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/basic.yml

registry_task:
name: Registry
type: docker
registry: docker.mcaq.me
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/basic.yml
compose: /sharpcd/master/testing/registry.yml

env_task:
name: Enviroment Test Fail
type: docker
envfile: .env
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/env.yml

external_task:
name: External Docker Parts
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/external.yml

env_task2:
name: Enviroment Test Pass
type: docker
envfile: ./testing/.env
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/env.yml

file_task:
name: No Compose File
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/basic

# env_task:
# name: Enviroment Test Fail
# type: docker
# envfile: .env
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/master/testing/env.yml

# external_task:
# name: External Docker Parts
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/master/testing/external.yml

# env_task2:
# name: Enviroment Test Pass
# type: docker
# envfile: ./testing/.env
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/master/testing/env.yml

# file_task:
# name: No Compose File
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/master/testing/basic

# Delayed_task:
# name: Delayed stop
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/master/testing/delayed.yml

# Restart_task:
# name: Test Log exit
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/master/testing/restart.yml
Delayed_task:
name: Delayed stop
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/delayed.yml

Restart_task:
name: Test Log exit
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/master/testing/restart.yml
2 changes: 1 addition & 1 deletion testing/basic.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: '3'
services:
hello_world:
image: docker.mcaq.me/stuandbob
image: ubuntu
command: tail -f /dev/null
5 changes: 5 additions & 0 deletions testing/registry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: '3'
services:
hello_world:
image: docker.mcaq.me/stuandbob
command: tail -f /dev/null

0 comments on commit e96287e

Please sign in to comment.