aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-08-16 11:56:12 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-08-16 11:56:12 +0200
commit1af6a5dc4ec8e087613275e912c819ea1d0aecbc (patch)
tree9735e31607c4b68c472f536e343331f5910f3d31 /ansible
parent6801612e85c485e9885cfb41cbc84771475a134f (diff)
Leverage alpine rather than golang
golang is now useless as we stop compiling kubernetes binaries. Change-Id: I7b9416281de069d1f454b13eff6e9e6107f7471e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r--ansible/site.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index 0a12e2c3..b1294951 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -9,8 +9,8 @@
dependencies:
- repo: _
dport:
- container: golang
- tag: 1.15-alpine3.12
+ container: alpine
+ tag: 3.12
steps:
- name: build opnfv/functest-kubernetes-core
containers: