Update outdated toc in README.md

Links to command line arguments where all broken on github, since preceding dashes where missing from the links. This commit contains an autogenerated doc after running: doctoc --github README.md (version 1.4.0)
This commit is contained in:
Daniel Strobusch 2019-11-17 12:56:36 +01:00
parent 4f789a0dfe
commit 0c1949ba1d
No known key found for this signature in database
GPG Key ID: 305FC1B7491BC270
1 changed files with 48 additions and 47 deletions

View File

@ -25,13 +25,14 @@ _If you are interested in contributing to kaniko, see [DEVELOPMENT.md](DEVELOPME
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [kaniko - Build Images In Kubernetes](#kaniko---build-images-in-kubernetes) - [Community](#community)
- [How does kaniko work?](#how-does-kaniko-work) - [How does kaniko work?](#how-does-kaniko-work)
- [Known Issues](#known-issues) - [Known Issues](#known-issues)
- [Demo](#demo) - [Demo](#demo)
- [Tutorial](#tutorial) - [Tutorial](#tutorial)
- [Using kaniko](#using-kaniko) - [Using kaniko](#using-kaniko)
- [kaniko Build Contexts](#kaniko-build-contexts) - [kaniko Build Contexts](#kaniko-build-contexts)
- [Using Azure Blob Storage](#using-azure-blob-storage)
- [Using Private Git Repository](#using-private-git-repository) - [Using Private Git Repository](#using-private-git-repository)
- [Running kaniko](#running-kaniko) - [Running kaniko](#running-kaniko)
- [Running kaniko in a Kubernetes cluster](#running-kaniko-in-a-kubernetes-cluster) - [Running kaniko in a Kubernetes cluster](#running-kaniko-in-a-kubernetes-cluster)
@ -46,30 +47,30 @@ _If you are interested in contributing to kaniko, see [DEVELOPMENT.md](DEVELOPME
- [Pushing to Docker Hub](#pushing-to-docker-hub) - [Pushing to Docker Hub](#pushing-to-docker-hub)
- [Pushing to Amazon ECR](#pushing-to-amazon-ecr) - [Pushing to Amazon ECR](#pushing-to-amazon-ecr)
- [Additional Flags](#additional-flags) - [Additional Flags](#additional-flags)
- [--build-arg](#build-arg) - [--build-arg](#--build-arg)
- [--cache](#cache) - [--cache](#--cache)
- [--cache-dir](#cache-dir) - [--cache-dir](#--cache-dir)
- [--cache-repo](#cache-repo) - [--cache-repo](#--cache-repo)
- [--digest-file](#digest-file) - [--digest-file](#--digest-file)
- [--oci-layout-path](#oci-layout-path) - [--oci-layout-path](#--oci-layout-path)
- [--insecure-registry](#insecure-registry) - [--insecure-registry](#--insecure-registry)
- [--skip-tls-verify-registry](#skip-tls-verify-registry) - [--skip-tls-verify-registry](#--skip-tls-verify-registry)
- [--cleanup](#cleanup) - [--cleanup](#--cleanup)
- [--insecure](#insecure) - [--insecure](#--insecure)
- [--insecure-pull](#insecure-pull) - [--insecure-pull](#--insecure-pull)
- [--no-push](#no-push) - [--no-push](#--no-push)
- [--reproducible](#reproducible) - [--reproducible](#--reproducible)
- [--single-snapshot](#single-snapshot) - [--single-snapshot](#--single-snapshot)
- [--skip-tls-verify](#skip-tls-verify) - [--skip-tls-verify](#--skip-tls-verify)
- [--skip-tls-verify-pull](#skip-tls-verify-pull) - [--skip-tls-verify-pull](#--skip-tls-verify-pull)
- [--snapshotMode](#snapshotmode) - [--snapshotMode](#--snapshotmode)
- [--target](#target) - [--target](#--target)
- [--tarPath](#tarpath) - [--tarPath](#--tarpath)
- [--verbosity](#verbosity) - [--verbosity](#--verbosity)
- [Debug Image](#debug-image) - [Debug Image](#debug-image)
- [Security](#security) - [Security](#security)
- [Comparison with Other Tools](#comparison-with-other-tools) - [Comparison with Other Tools](#comparison-with-other-tools)
- [Community](#community) - [Community](#community-1)
- [Limitations](#limitations) - [Limitations](#limitations)
- [mtime and snapshotting](#mtime-and-snapshotting) - [mtime and snapshotting](#mtime-and-snapshotting)