Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
innovarew committed Mar 21, 2024
1 parent babc987 commit 8458d31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![GitHub top language](https://img.shields.io/github/languages/top/innovarew/docker-tinycore)
![Docker build](https://github.com/innovarew/docker-tinycore/actions/workflows/docker-image.yml/badge.svg?event=push)
![Docker publish](https://github.com/innovarew/docker-tinycore/actions/workflows/docker-publish.yml/badge.svg?event=push)
![GitHub file size in bytes](https://img.shields.io/github/size/innovarew/docker-tinycore/data/rootfs-14.x-x86_64.tar.xz?label=image%20size:latest)
![GitHub file size in bytes](https://img.shields.io/github/size/innovarew/docker-tinycore/data/rootfs-15.x-x86_64.tar.xz?label=image%20size:latest)

# docker-tinycore

Expand All @@ -29,7 +29,7 @@ To build locally, just `make` as show below:

~~~
# prepare the rootfs, build, and run the container
sudo make TC_URL=http://tinycorelinux.net/14.x/x86_64/
sudo make TC_URL=http://tinycorelinux.net/15.x/x86_64/
~~~

## Supported versions
Expand All @@ -39,6 +39,7 @@ Ready to use docker images from [docker-tinycore](https://github.com/innovarew/d
| Release/Arch | Docker Image |
| -------------- | ----------------------------------------------------------------------------------------------------------------- |
| [latest](https://github.com/innovarew/docker-tinycore/) | `FROM ghcr.io/innovarew/docker-tinycore:latest` |
| [15.x-x86_64](https://github.com/innovarew/docker-tinycore/tree/15.x-x86_64)| `FROM ghcr.io/innovarew/docker-tinycore:15.x-x86_64` |
| [14.x-x86_64](https://github.com/innovarew/docker-tinycore/tree/14.x-x86_64)| `FROM ghcr.io/innovarew/docker-tinycore:14.x-x86_64` |
| [14.x-x86](https://github.com/innovarew/docker-tinycore/tree/14.x-x86) | `FROM ghcr.io/innovarew/docker-tinycore:14.x-x86` |
| [13.x-x86_64](https://github.com/innovarew/docker-tinycore/tree/13.x-x86_64)| `FROM ghcr.io/innovarew/docker-tinycore:13.x-x86_64` |
Expand All @@ -53,7 +54,7 @@ What goes on under the hood is shown below:
~~~
cat > Dockerfile <<EOF
FROM scratch
ADD data/rootfs-x86_64-14.x.tar.xz /
ADD data/rootfs-x86_64-15.x.tar.xz /
EOF
# unpack tinycore rootfs, sudo needed to unpack cpio proper perms
Expand Down

0 comments on commit 8458d31

Please sign in to comment.