https://github.com/bh2smith/convenience-images
A place for publishing dockerfiles that come in handy sometimes.
https://github.com/bh2smith/convenience-images
Last synced: 6 months ago
JSON representation
A place for publishing dockerfiles that come in handy sometimes.
- Host: GitHub
- URL: https://github.com/bh2smith/convenience-images
- Owner: bh2smith
- License: mit
- Created: 2023-11-13T11:48:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T20:18:22.000Z (about 2 years ago)
- Last Synced: 2025-05-15T10:44:14.077Z (about 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convenience Images
A place for publishing dockerfiles that come in handy sometimes.
These images can be used to speed up github actions in the event that specific dependencies need to be installed.
## Rust Diesel
Built on top of the rust image, but includes an installation of the `diesel-client` with postgres features. It can be used to run database migrations.
Dockerhub: https://hub.docker.com/repository/docker/bh2smith/rust-diesel-pg
## Near Rust
Includes rust:latest as base layer along with [wasm32-unknown-unknown](https://github.com/rustwasm/wasm-bindgen) target and [cargo-make](https://github.com/sagiegurari/cargo-make).
Primarily intended for [Near Smart Contract Development](https://github.com/near/near-sdk-rs)
Dockerhub: https://hub.docker.com/repository/docker/bh2smith/near-rust/
## Deployment
```sh
./publish DIRECTORY_NAME
```