init commit for coverting to podman

This commit is contained in:
zerodoctor
2023-10-04 23:19:30 -05:00
parent 7e9969423c
commit 04332e5527
96 changed files with 2034 additions and 534 deletions

View File

@@ -1,6 +1,6 @@
---
kind: pipeline
type: docker
type: podman
server:
image: docker-18-04
@@ -12,4 +12,4 @@ steps:
- go build
- go test
...
...

View File

@@ -1,8 +1,8 @@
---
kind: pipeline
type: docker
type: podman
steps:
foo: bar
...
...

View File

@@ -10,7 +10,7 @@ data: f0e4c2f76c58916ec25
---
kind: pipeline
type: docker
type: podman
name: default
version: 1
@@ -54,7 +54,7 @@ services:
command: [ "--debug" ]
image_pull_secrets:
- dockerconfigjson
- podmanconfigjson
trigger:
branch: [ master ]

View File

@@ -1,9 +1,9 @@
---
kind: pipeline
type: docker
type: podman
name: test
steps:
- ~
...
...

View File

@@ -1,5 +1,5 @@
---
kind: pipeline
type: docker
type: podman
...
...