Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malt3/bzlmod-oci-go

Example of using bzlmod with rules_oci and rules_go
https://github.com/malt3/bzlmod-oci-go

Last synced: about 1 month ago
JSON representation

Example of using bzlmod with rules_oci and rules_go

Awesome Lists containing this project

README

        

# Example for using `rules_go` and `rules_oci` with bzlmod

## Usage

```shell-session
bazel build //app:app_tar
docker load --input $(bazel cquery --output=files //app:app_tar)
docker run -it --rm app:latest
```