Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nod-ai/base-docker-images
Utility repository for publishing docker images that we depend on.
https://github.com/nod-ai/base-docker-images
Last synced: 7 days ago
JSON representation
Utility repository for publishing docker images that we depend on.
- Host: GitHub
- URL: https://github.com/nod-ai/base-docker-images
- Owner: nod-ai
- License: apache-2.0
- Created: 2023-08-21T20:12:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:48:12.000Z (about 2 months ago)
- Last Synced: 2024-09-17T18:32:33.616Z (about 2 months ago)
- Language: Shell
- Size: 51.8 KB
- Stars: 0
- Watchers: 16
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-build
Utility repository for publishing docker images that we depend on.These images build and publish automatically by GH actions. To
build locally, use a command like:```
docker buildx build --file dockerfiles/some.Dockerfile .
```This will print a SHA image id, which you can run with:
```
sudo docker run --rm -it --entrypoint /bin/bash <>
```