UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 98589c78 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'hotfix/synker-config' into 'master'

ensure synker config is also part of the release tarball

See merge request platform-one/big-bang/umbrella!116
parents fe5ad4d2 292bce18
No related branches found
No related tags found
1 merge request!116ensure synker config is also part of the tarball
Pipeline #108264 passed
......@@ -145,7 +145,7 @@ package:
- synker pull -b=1
# Tar up synker as well?
- cp /usr/local/bin/synker /var/lib/registry/synker
- cp /usr/local/bin/synker synker.yaml /var/lib/registry/
- tar -C /var/lib/registry -czvf $IMAGE_PKG .
- tar -czvf $IMAGE_PKG /var/lib/registry
......
......@@ -14,6 +14,18 @@ options:
quiet: false
debug: info
# NOTE: destination configurations below are environment specific and should be modified to match your environment.
destination:
registry:
# Hostname of the destination registry to push to
hostname: p1-registry
# Port of the destination registry to push to
port: 5000
#
osChoice: linux
disablePolicyChecks: true
source:
authFile: /root/.docker/config.json
images:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment