aboutsummaryrefslogtreecommitdiffstats
path: root/fedora.yaml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-18 21:56:46 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-18 21:56:46 +0200
commit5588787f0bdc17bd58c5b0b409d28d19d7c5e4d3 (patch)
tree30d5b2c29bbc8e41f5643320a01bbed82260f66f /fedora.yaml
parent3bdc7a4894697d0258e41444e4a54d6ca3543e00 (diff)
downloadjenkinsfiles-5588787f0bdc17bd58c5b0b409d28d19d7c5e4d3.tar.gz
more arch trials
Diffstat (limited to 'fedora.yaml')
-rw-r--r--fedora.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/fedora.yaml b/fedora.yaml
new file mode 100644
index 0000000..b169519
--- /dev/null
+++ b/fedora.yaml
@@ -0,0 +1,9 @@
+apiVersion: v1
+kind: Pod
+spec:
+ containers:
+ - name: fedora
+ image: fedora
+ command:
+ - cat
+ tty: true