mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 05:12:03 +00:00 
			
		
		
		
	Add signing targets for binfmt, c-compile, go-compile, rngd, tini, toybox-media
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
		| @@ -23,6 +23,12 @@ tag: hash | ||||
| 	docker rmi $(IMAGE):build | ||||
| 	rm -f hash | ||||
|  | ||||
| sign: tag | ||||
| 	DOCKER_CONTENT_TRUST=1 docker pull linuxkit/$(IMAGE):$(shell cat hash) || \ | ||||
| 		DOCKER_CONTENT_TRUST=1 docker push linuxkit/$(IMAGE):$(shell cat hash) | ||||
| 	rm -f hash | ||||
| 	docker rmi $(IMAGE):build || true | ||||
|  | ||||
| clean: | ||||
| 	rm -f hash | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user