Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit c06bad6

Browse files
committed
Set docker property in image build and push pipelines
1 parent 6e27851 commit c06bad6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

wercker.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ build:
3838
3939
push-operator-image:
4040
base-path: "/go/src/github.com/oracle/mysql-operator"
41+
box: alpine
42+
docker: true
4143
steps:
44+
- script:
45+
name: Install build utils
46+
code: apk --no-cache add docker make
47+
4248
- script:
4349
name: set environment variables
4450
code: |
@@ -84,7 +90,13 @@ push-operator-image:
8490

8591
push-agent-image:
8692
base-path: "/go/src/github.com/oracle/mysql-operator"
93+
box: alpine
94+
docker: true
8795
steps:
96+
- script:
97+
name: Install build utils
98+
code: apk --no-cache add docker make
99+
88100
- script:
89101
name: set environment variables
90102
code: |

0 commit comments

Comments
 (0)