Closed BretFisher closed 1 year ago
Docker image tag(s) pushed:
ghcr.io/dockersamples/example-voting-app-vote:pr-277
dockersamples/examplevotingapp_vote:pr-277
Labels added to images:
org.opencontainers.image.title=example-voting-app
org.opencontainers.image.description=Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
org.opencontainers.image.url=https://github.com/dockersamples/example-voting-app
org.opencontainers.image.source=https://github.com/dockersamples/example-voting-app
org.opencontainers.image.version=pr-277
org.opencontainers.image.created=2022-12-17T03:35:57.204Z
org.opencontainers.image.revision=113e33a3678200d6fb50b44c03563ded377ad18f
org.opencontainers.image.licenses=Apache-2.0
We're simplifying this example repo to make it easier to maintain and use.
One step is removing duplicate apps built in different languages and re-focusing our efforts on the original design of this repo being a Docker polyglot solution. Like the readme diagram, we'll maintain these going forward:
vote: Python result: Node.js worker: .NET
We're removing duplicate Java and .NET versions of these apps.
This PR removes the .NET versions of vote and result.