1 Repo
Strategies for reusing a single container image across multiple services with different configurations.
Distinguishing note: None of the candidates cover the specific architectural pattern of image reuse across multiple services.
Explore 1 awesome GitHub repository matching devops & infrastructure · Container Image Sharing. Refine with filters or upvote what's useful.
Superjson is a lossless JSON serialization library and data transcoder. It converts complex JavaScript and TypeScript data types into strings and metadata to ensure that type identity is preserved during data transfer. The library preserves non-native types such as Dates, Maps, and Sets by splitting values into a JSON-compatible payload and a separate map of type-specific metadata. It utilizes a registry-based mapping system that allows for the definition of custom type handlers to manage third-party data types during serialization and deserialization. This utility supports cross-process dat
Allows sharing a single built image across multiple services to enable unique start commands.