1
0
Fork
You've already forked clone
0
forked from crow-plugins/clone
Crow CI plugin for cloning Git repositories
  • Go 88.5%
  • Just 10%
  • Dockerfile 1.5%
2025年12月08日 02:37:09 +00:00
.crow chore(deps): update reg.devxy.io/docker.io/davidanson/markdownlint-cli2 docker tag to v0.20.0 2025年12月08日 02:37:09 +00:00
.forgejo/issue_template chore: add issue templates 2025年07月20日 16:46:29 +02:00
.gitsv ci: add git-sv config 2025年07月19日 11:22:06 +02:00
plugin refactor: move go files into plugin/ 2025年07月20日 14:11:40 +02:00
.editorconfig refactor: restrucutre & rename 2025年07月18日 20:32:20 +02:00
.editorconfig-checker.json refactor: restrucutre & rename 2025年07月18日 20:32:20 +02:00
.gitignore refactor: rename binary to plugin-clone 2025年07月20日 14:33:03 +02:00
.golangci.yml refactor: restrucutre & rename 2025年07月18日 20:32:20 +02:00
.hadolint.yml add precommit and linters ( #103 ) 2023年11月16日 02:45:19 +01:00
.markdownlint.yaml add precommit and linters ( #103 ) 2023年11月16日 02:45:19 +01:00
.pre-commit-config.yaml chore(deps): update pre-commit non-major 2025年12月08日 00:36:59 +00:00
.prettierrc.json refactor: restrucutre & rename 2025年07月18日 20:32:20 +02:00
.yamllint.yaml chore: update pre-commit, add yamllint 2025年07月20日 16:25:02 +02:00
Containerfile chore(deps): update alpine docker tag to v3.23 2025年12月05日 00:37:38 +00:00
go.mod chore(deps): update dependency go to v1.25.5 2025年12月03日 00:37:14 +00:00
go.sum chore(deps): update module github.com/urfave/cli/v3 to v3.6.1 2025年11月18日 00:38:07 +00:00
Justfile refactor: rename binary to plugin-clone 2025年07月20日 14:33:03 +02:00
LICENSE add precommit and linters ( #103 ) 2023年11月16日 02:45:19 +01:00
README.md chore: add badges to README 2025年07月20日 16:22:29 +02:00
renovate.json refactor: restrucutre & rename 2025年07月18日 20:32:20 +02:00

Clone


status-badge Latest release License: Apache-2.0


Crow CI plugin to clone git repositories.

Build

Build the binary with the following command:

just build

Container

Build the Container image with the following command:

docker buildx build \
 --label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
 --label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
 --platform <platform> --output type=docker \
 --file Containerfile --tag <username>/clone:<tag> .