kubesphere / devops-agent

Agents for Kubesphere DevOps
Apache License 2.0
64 stars 76 forks source link

Add podman in the base, maven, go, nodejs images #30

Closed LinuxSuRen closed 3 years ago

LinuxSuRen commented 3 years ago

Before this PR, Docker is the container runtime on the base image. In order to keep compatible, I didn't remove docker from the base image directly. Instead, I create a variant image via an image tag. All the images which contain Podman will have the suffix -podman. Such as ghcr.io/kubesphere/builder-base:v3.1.0-podman

This is part of https://github.com/kubesphere/ks-devops/issues/67

ks-ci-bot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JohnNiang, LinuxSuRen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubesphere/devops-agent/blob/master/OWNERS)~~ [LinuxSuRen] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
JohnNiang commented 3 years ago

/lgtm