Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 485 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 485 Bytes

Cleaner Docker Image

Overview

This image contains the script which performs a cleanup of the service account profile in the kyma-project project. The script requires the following environment variables:

  • GOOGLE_APPLICATION_CREDENTIALS which is a path to the service account key.
  • CLOUDSDK_CORE_PROJECT which is a Google Cloud Platform (GCP) project name.

Installation

To build the Docker image, run this command:

docker build -t cleaner:{version} .