Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/malt3/bzlmod-oci-go
- Owner: malt3
- Created: 2023-03-25T18:18:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T19:08:16.000Z (almost 2 years ago)
- Last Synced: 2023-08-19T19:47:34.952Z (over 1 year ago)
- Language: Starlark
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```