Skip to content

Commit

Permalink
Removed deprecation notice from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jul 13, 2023
1 parent 6089364 commit 009dea5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[![Pipeline Status](https://gitlab.com/ix.ai/swarm-launcher/badges/master/pipeline.svg)](https://gitlab.com/ix.ai/swarm-launcher/)
[![Docker Stars](https://img.shields.io/docker/stars/ixdotai/swarm-launcher.svg)](https://hub.docker.com/r/ixdotai/swarm-launcher/)
[![Docker Pulls](https://img.shields.io/docker/pulls/ixdotai/swarm-launcher.svg)](https://hub.docker.com/r/ixdotai/swarm-launcher/)
[![Docker Image Version (latest)](https://img.shields.io/docker/v/ixdotai/swarm-launcher/latest)](https://hub.docker.com/r/ixdotai/swarm-launcher/)
[![Docker Image Size (latest)](https://img.shields.io/docker/image-size/ixdotai/swarm-launcher/latest)](https://hub.docker.com/r/ixdotai/swarm-launcher/)
[![Docker Image Version (latest)](https://img.shields.io/docker/v/ixdotai/swarm-launcher)](https://hub.docker.com/r/ixdotai/swarm-launcher/)
[![Gitlab Project](https://img.shields.io/badge/GitLab-Project-554488.svg)](https://gitlab.com/ix.ai/swarm-launcher/)

A docker image to allow the launch of container in docker swarm, with options normally unavailable to swarm mode
Expand All @@ -25,10 +24,6 @@ The following architectures are supported by this image:
* `linux/arm/v6`
* `linux/386`

## Deprecations

**WARNING**: Due to the [introduction of storage usage quotas by GitLab](https://docs.gitlab.com/ee/user/usage_quotas.html), the `registry.gitlab.com` images will **not** be updated anymore and will soon be removed. Please switch to either Docker Hub or GitHub (see below).

## Docs and Usage examples

See [Docs](docs/) and [Usage Examples](docs/usage_examples)
Expand Down

0 comments on commit 009dea5

Please sign in to comment.