Skip to content

Utility repository for publishing docker images that we depend on.

License

Notifications You must be signed in to change notification settings

nod-ai/base-docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <<IMAGE>>

About

Utility repository for publishing docker images that we depend on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published