Compare commits
4 Commits
08eee61d5b
...
f651a8192d
| Author | SHA1 | Date |
|---|---|---|
|
|
f651a8192d | |
|
|
236ba5690e | |
|
|
fa67e45814 | |
|
|
9dc344267b |
|
|
@ -1,2 +0,0 @@
|
|||
Jerome Ju <jeromeju@google.com>
|
||||
Quan Zhang <zhangquan@google.com>
|
||||
16
README.md
16
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
|
||||
|
||||
## 🚨NOTE: kaniko is not an officially supported Google product🚨
|
||||
|
|
@ -1279,12 +1287,12 @@ this specific platform but the underlying principles should apply anywhere else
|
|||
and the examples are kept simple enough, so that you should be able to follow
|
||||
along, even without any previous experiences with this specific platform. When
|
||||
in doubt, visit the
|
||||
[gitlab-ci.yml reference page](https://docs.gitlab.com/ee/ci/yaml/index.html)
|
||||
[.gitlab-ci.yml reference page](https://docs.gitlab.com/ee/ci/yaml/index.html)
|
||||
for a comprehensive overview of the GitLab CI keywords.
|
||||
|
||||
#### Building the Separate Container Images
|
||||
|
||||
gitlab-ci.yml:
|
||||
.gitlab-ci.yml:
|
||||
|
||||
```yaml
|
||||
# define a job for building the containers
|
||||
|
|
@ -1312,7 +1320,7 @@ build-container:
|
|||
|
||||
#### Merging the Container Manifests
|
||||
|
||||
gitlab-ci.yml:
|
||||
.gitlab-ci.yml:
|
||||
|
||||
```yaml
|
||||
# define a job for creating and pushing a merged manifest
|
||||
|
|
@ -1359,7 +1367,7 @@ GitLab, here is a short rundown:
|
|||
`latest` when running on the default branch, to the commit hash when run on
|
||||
other branches and to the release tag when run on a tag pipeline.
|
||||
|
||||
gitlab-ci.yml:
|
||||
.gitlab-ci.yml:
|
||||
|
||||
```yaml
|
||||
container-get-tag:
|
||||
|
|
|
|||
Loading…
Reference in New Issue