Fix job
Change-Id: Ib640c8d6481a948bafde4256f4afec56dde8b9e5
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/ci-dockerfiles-deployment/container-build.jpl b/ci-dockerfiles-deployment/container-build.jpl
index 25434bb..e3da562 100644
--- a/ci-dockerfiles-deployment/container-build.jpl
+++ b/ci-dockerfiles-deployment/container-build.jpl
@@ -1,39 +1,6 @@
pipeline {
agent {
- kubernetes {
- yaml """
-apiVersion: v1
-kind: Pod
-spec:
- volumes:
- - name: docker-auth
- emptyDir: {}
-
- containers:
- - name: awscli
- image: amazon/aws-cli
- command: ['cat']
- tty: true
- volumeMounts:
- - name: docker-auth
- mountPath: /root/.docker
-
- - name: buildah
- image: quay.io/buildah/stable
- command: ['cat']
- tty: true
- resources:
- limits:
- ephemeral-storage: "80Gi"
- env:
- - name: STORAGE_DRIVER
- value: vfs
- volumeMounts:
- - name: docker-auth
- mountPath: /root/.docker
-"""
- defaultContainer 'buildah'
- }
+ inheritFrom 'docker-container-builder'
}
stages {