-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
timurgaleev
committed
Sep 17, 2023
1 parent
46bfccd
commit d2ddcee
Showing
4 changed files
with
16 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |