Skip to main content
Glama
build-and-push.sh805 B
#!/bin/bash # Build and push Omnispindle Docker image # Phase 2: Docker Infrastructure Update - Build Script set -e echo "Building Omnispindle Docker image v0.0.9..." # Build the image with both version and latest tags docker build \ -t danedens31/omnispindle:0.0.9 \ -t danedens31/omnispindle:latest \ . echo "Build completed successfully!" # Test the image echo "Testing the built image..." docker run --rm danedens31/omnispindle:0.0.9 python --version echo "Image test completed!" # Push to Docker Hub (requires docker login first) echo "Pushing to Docker Hub..." docker push danedens31/omnispindle:0.0.9 docker push danedens31/omnispindle:latest echo "Push completed successfully!" echo "Images available at:" echo "- danedens31/omnispindle:0.0.9" echo "- danedens31/omnispindle:latest"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MadnessEngineering/fastmcp-todo-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server