Add pipeline and created entrypoint.sh for Dockerfile
This commit is contained in:
22
pipeline/automated-build.yml
Normal file
22
pipeline/automated-build.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
resources:
|
||||
- name: cmc
|
||||
type: git
|
||||
source:
|
||||
uri: https://repo.anhonesthost.net/cloud-hosting-platform/cloud-memcached-container.git
|
||||
branch: trunk
|
||||
|
||||
- name: build-cmc-latest
|
||||
type: docker-image
|
||||
source:
|
||||
repository: registry.dnspegasus.net/cmc
|
||||
tag: latest
|
||||
|
||||
jobs:
|
||||
- name: publish-cmc-latest
|
||||
plan:
|
||||
- get: cmc
|
||||
trigger: true
|
||||
- put: build-cmc-latest
|
||||
params:
|
||||
build: cmc
|
Reference in New Issue
Block a user