dg-npm-templates
Version:
Npx generator for react app dependency creation by digite
38 lines (37 loc) • 718 B
YAML
apiVersion: v1
kind: Pod
metadata:
name: springboot-app
spec:
containers:
- name: node-js
image: node:14.17.3
command:
- sleep
args:
- 99d
- name: python3
image: python:3.7.11-stretch
command:
- sleep
args:
- 99d
- name: awscli
image: amazon/aws-cli:2.2.36
command:
- sleep
args:
- 99d
- name: build-image
image: gcr.io/kaniko-project/executor:v1.6.0-debug
securityContext:
runAsUser: 0
command:
- sleep
args:
- 99d
volumeMounts:
- name: jenkins-docker-cfg
mountPath: /kaniko/.docker
volumes:
- name: jenkins-docker-cfg