A template to write a custom Concourse resource type in Rust
This repository has been archived on 2026-01-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Rust 91.2%
  • Dockerfile 7.6%
  • Shell 1.2%
Find a file Use this template
Lucas Schwiderski 27293d832a
All checks were successful
pr / check (push) Successful in 35s
pr / build (push) Successful in 40s
pr / test (push) Successful in 37s
Merge pull request 'Update alpine Docker tag to v3.23.2' (#9) from renovate/alpine-3.x into master
Reviewed-on: #9
2025-12-20 18:38:31 +01:00
.forgejo Update https://github.com/actions-rust-lang/setup-rust-toolchain digest to b598bed 2025-12-20 09:00:50 +00:00
shims Implement basic structure 2025-06-30 13:50:11 +02:00
src Implement basic structure 2025-06-30 13:50:11 +02:00
.gitignore Implement basic structure 2025-06-30 13:50:11 +02:00
.renovaterc Initial commit 2025-06-27 16:12:03 +02:00
Cargo.lock Implement basic structure 2025-06-30 13:50:11 +02:00
Cargo.toml Implement basic structure 2025-06-30 13:50:11 +02:00
Dockerfile Update alpine Docker tag to v3.23.2 2025-12-18 01:46:32 +00:00
LICENSE Initial commit 2025-06-27 16:12:03 +02:00
README.md Implement basic structure 2025-06-30 13:50:11 +02:00
rustfmt.toml Initial commit 2025-06-27 16:12:03 +02:00

Template for a Concourse resource type in Rust

A simple boilerplate to get started with implementing a custom resource type for Concourse in Rust.

See https://concourse-ci.org/implementing-resource-types.html for further information.