Compare commits
4 Commits
e38674ecb5
...
2b15dc2fe2
| Author | SHA1 | Date |
|---|---|---|
|
|
2b15dc2fe2 | |
|
|
236ba5690e | |
|
|
fa67e45814 | |
|
|
2fee29c825 |
|
|
@ -1,2 +0,0 @@
|
||||||
Jerome Ju <jeromeju@google.com>
|
|
||||||
Quan Zhang <zhangquan@google.com>
|
|
||||||
19
README.md
19
README.md
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 🧊 This project is archived and no longer developed or maintained. 🧊
|
||||||
|
|
||||||
|
The code remains available for historic purposes.
|
||||||
|
|
||||||
|
The README as of the archival date remains unchanged below for historic purposes.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
# kaniko - Build Images In Kubernetes
|
# kaniko - Build Images In Kubernetes
|
||||||
|
|
||||||
## 🚨NOTE: kaniko is not an officially supported Google product🚨
|
## 🚨NOTE: kaniko is not an officially supported Google product🚨
|
||||||
|
|
@ -78,6 +86,7 @@ _If you are interested in contributing to kaniko, see
|
||||||
- [Flag `--compressed-caching`](#flag---compressed-caching)
|
- [Flag `--compressed-caching`](#flag---compressed-caching)
|
||||||
- [Flag `--context-sub-path`](#flag---context-sub-path)
|
- [Flag `--context-sub-path`](#flag---context-sub-path)
|
||||||
- [Flag `--custom-platform`](#flag---custom-platform)
|
- [Flag `--custom-platform`](#flag---custom-platform)
|
||||||
|
- [Flag `--destination`](#flag---destination)
|
||||||
- [Flag `--digest-file`](#flag---digest-file)
|
- [Flag `--digest-file`](#flag---digest-file)
|
||||||
- [Flag `--dockerfile`](#flag---dockerfile)
|
- [Flag `--dockerfile`](#flag---dockerfile)
|
||||||
- [Flag `--force`](#flag---force)
|
- [Flag `--force`](#flag---force)
|
||||||
|
|
@ -877,6 +886,16 @@ _This is not virtualization and cannot help to build an architecture not
|
||||||
natively supported by the build host. This is used to build i386 on an amd64
|
natively supported by the build host. This is used to build i386 on an amd64
|
||||||
Host for example, or arm32 on an arm64 host._
|
Host for example, or arm32 on an arm64 host._
|
||||||
|
|
||||||
|
#### Flag `--destination`
|
||||||
|
|
||||||
|
Path where to push the built image. You can set it multiple
|
||||||
|
times for multiple registries, image names or tags.
|
||||||
|
|
||||||
|
Example value: `gcr.io/my-repo/my-image:my-tag`
|
||||||
|
|
||||||
|
When setting the destination to multiple image names, set the
|
||||||
|
[`--cache-repo` flag](#flag---cache-repo) explicitly.
|
||||||
|
|
||||||
#### Flag `--digest-file`
|
#### Flag `--digest-file`
|
||||||
|
|
||||||
Set this flag to specify a file in the container. This file will receive the
|
Set this flag to specify a file in the container. This file will receive the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue