Skip to content

Commit

Permalink
Add docker gradle plugin defunct declaration (#573)
Browse files Browse the repository at this point in the history
The `docker` plugin is declared as defunct.
  • Loading branch information
xRuiAlves authored Nov 29, 2022
1 parent 43363d9 commit 5a28308
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-573.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: The `docker` plugin is declared as defunct.
links:
- https://github.com/palantir/gradle-docker/pull/573
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ Docker Gradle Plugin
[![Build Status](https://circleci.com/gh/palantir/gradle-docker.svg?style=shield)](https://circleci.com/gh/palantir/gradle-docker)
[![Gradle Plugins Release](https://img.shields.io/github/release/palantir/gradle-docker.svg)](https://plugins.gradle.org/plugin/com.palantir.docker)

Disclaimer: This Repo is now Defunct
-------------

- This repo is on life support only - although we will keep it working, no new features are accepted;
- It is no longer used internally at Palantir.

Docker Plugin
-------------

This repository provides three Gradle plugins for working with Docker containers:
- `com.palantir.docker`: add basic tasks for building and pushing
docker images based on a simple configuration block that specifies the container
Expand All @@ -18,8 +27,6 @@ This repository provides three Gradle plugins for working with Docker containers
- `com.palantir.docker-run`: adds tasks for starting, stopping, statusing and cleaning
up a named container based on a specified image

Docker Plugin
-------------
Apply the plugin using standard gradle convention:

````gradle
Expand Down

0 comments on commit 5a28308

Please sign in to comment.