An open API service indexing awesome lists of open source software.

https://github.com/timurgaleev/demo-spring

Sample Spring application for building deploying to Kubernetes
https://github.com/timurgaleev/demo-spring

aws azure-pipeline cd ci cicd circleci devops docker jenkins k8s kubernetes

Last synced: 13 days ago
JSON representation

Sample Spring application for building deploying to Kubernetes

Awesome Lists containing this project

README

          

# Demo Spring Application

[![CircleCI](https://circleci.com/gh/timurgaleev/demo-spring.svg?style=svg)](https://circleci.com/gh/timurgaleev/demo-spring)

[![GitHub Build](https://img.shields.io/github/actions/workflow/status/timurgaleev/demo-spring/push.yml?branch=main&style=for-the-badge&logo=github)](https://github.com/nalbam/sample-spring/actions/workflows/push.yml)

[![GitHub release](https://img.shields.io/github/release/timurgaleev/demo-spring?style=for-the-badge&logo=github)](https://github.com/timurgaleev/demo-spring/releases)

[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/timurgaleev/demo-spring?label=Docker%20Hub&style=for-the-badge&logo=docker)](https://hub.docker.com/r/timurgaleev/demo-spring)

[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/timurgaleev/demo-spring?style=for-the-badge&logo=docker)](https://hub.docker.com/r/timurgaleev/demo-spring)

[![Docker Pulls](https://img.shields.io/docker/pulls/timurgaleev/demo-spring?style=for-the-badge&logo=docker)](https://hub.docker.com/r/timurgaleev/demo-spring)

### CircleCi
### GitHub Actions

### DockerHub
## Pull image from the command line

```bash
docker pull docker.pkg.github.com/timurgaleev/demo-spring/demo-spring:latest
```