1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin f2072fd798 Begin Jenkins CI pipeline
dustin/pythonctnr/pipeline/head Something is wrong with the build of this commit Details
2022-08-07 10:57:09 -05:00
1 changed files with 1 additions and 8 deletions

View File

@ -1,11 +1,4 @@
spec:
initContainers:
- name: chown-workspace
image: docker.io/busybox
command:
- chown
- 1000:1000
- /home/jenkins/
containers:
- name: buildroot
image: registry.pyrocufflink.blue/buildroot
@ -21,7 +14,7 @@ spec:
volumes:
- name: tmp
emptyDir:
medium: Memory
medium: memory
sizeLimit: 100Mi
- name: workspace-volume
ephemeral: