Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev committed Sep 17, 2023
1 parent 46bfccd commit d2ddcee
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 41 deletions.
13 changes: 0 additions & 13 deletions Dockerfile-alpine

This file was deleted.

12 changes: 0 additions & 12 deletions Dockerfile-latest

This file was deleted.

12 changes: 0 additions & 12 deletions Dockerfile-slim

This file was deleted.

20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Demo Spring Application

[![CircleCI](https://circleci.com/gh/timurgaleev/demo-spring.svg?style=svg)](https://circleci.com/gh/timurgaleev/demo-spring)[![GitHub release](https://img.shields.io/github/release/timurgaleev/demo-spring.svg)](https://github.com/timurgaleev/demo-spring/releases)![Shields.io](https://img.shields.io/github/last-commit/timurgaleev/demo-spring?style=flat-square)[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=timurgaleev/demo-spring)](https://dependabot.com)[![Maintainability](https://api.codeclimate.com/v1/badges/624611417cd803cee7d4/maintainability)](https://codeclimate.com/github/timurgaleev/demo-spring/maintainability)

[![DockerHub Badge](http://dockeri.co/image/timurgaleev/demo-spring)](https://hub.docker.com/r/timurgaleev/demo-spring)
[![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:v1.4.3
docker pull docker.pkg.github.com/timurgaleev/demo-spring/demo-spring:latest
```

0 comments on commit d2ddcee

Please sign in to comment.