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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T15:46:22.000Z (4 months ago)
- Last Synced: 2025-03-21T16:53:30.357Z (4 months ago)
- Language: Shell
- Size: 58.6 KB
- Stars: 0
- Watchers: 16
- Forks: 4
- 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 <>
```