1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 06:40:04 +00:00

update index.html

This commit is contained in:
Jason Hall 2019-03-22 13:58:13 -04:00
parent 2ce7ecd8cb
commit 3563c02579

View file

@ -21,14 +21,14 @@ bytes. You can request a specific size and shape of random image. For example,
<p><code>docker pull kontain.me/ko/[import path]</code> serves an image
containing a Go binary fetched using <code>go get</code> and built into a
container image using <a
href="https://github.com/google/go-containerregistry/blob/master/cmd/ko/README.md"><code>ko</code></a>.
For example, <code>docker pull
kontain.me/ko/github.com/google/go-containerregistry/cmd/ko</code> will fetch,
href="https://github.com/google/ko"><code>ko</code></a>. For example,
<code>docker pull kontain.me/ko/github.com/google/ko/cmd/ko</code> will fetch,
build and (eventually) serve a Docker image containing <code>ko</code> itself.
<i>Koception!</i></p>
<p>The registry does not accept pushes and does not handle requests for images
by digest. This is a silly hack and probably isn't stable. Don't rely on it for
anything serious.</p>
anything serious. It could probably do a lot of smart things to be a lot
faster.</p>
</body>
</html>