summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/docker-builder001.yaml
blob: 179bec2de2ae2d208fe8d3fb6ba1e06efa089020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
builders:
    - docker-build-publish:
        repo-name: 'test'
        repo-tag: 'test-tag'
        no-cache: true
        no-force-pull: false
        skip-build: false
        skip-decorate: false
        skip-latest: false
        skip-tag: false
        file-path: '/tmp/'
        build-context: '/tmp/'
        create-fingerprint: true
        build-args: --build-arg https_proxy="http://some.proxy:port"
        force-tag: true