Compare commits

...

4 Commits

Author SHA1 Message Date
Boris Klimenko 2f1ca52919
Merge 3e4ca3dae6 into 236ba5690e 2025-08-09 00:15:05 +02:00
Christophe 236ba5690e
Add archive notice to README (#3502) 2025-06-03 10:36:10 -04:00
Quan Zhang fa67e45814
chore: remove @zhangquan and @jeromeju from maintainer list (#3345) 2025-06-03 10:21:02 -04:00
Boris Klimenko 3e4ca3dae6
Fix duplicate variable declaration
VERSION_PACKAGE was declared twice, and first declaration was incorrect (earlier than REPOPATH).
2024-10-07 16:41:09 +02:00
3 changed files with 8 additions and 3 deletions

View File

@ -1,2 +0,0 @@
Jerome Ju <jeromeju@google.com>
Quan Zhang <zhangquan@google.com>

View File

@ -18,7 +18,6 @@ VERSION_MINOR ?= 24
VERSION_BUILD ?= 0
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION_PACKAGE = $(REPOPATH/pkg/version)
SHELL := /bin/bash
GOOS ?= $(shell go env GOOS)

View File

@ -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🚨