Skip to content

Commit 8458d31

Browse files
committed
Update README.md
1 parent babc987 commit 8458d31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub top language](https://img.shields.io/github/languages/top/innovarew/docker-tinycore)
55
![Docker build](https://github.com/innovarew/docker-tinycore/actions/workflows/docker-image.yml/badge.svg?event=push)
66
![Docker publish](https://github.com/innovarew/docker-tinycore/actions/workflows/docker-publish.yml/badge.svg?event=push)
7-
![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)
7+
![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)
88

99
# docker-tinycore
1010

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

3030
~~~
3131
# prepare the rootfs, build, and run the container
32-
sudo make TC_URL=http://tinycorelinux.net/14.x/x86_64/
32+
sudo make TC_URL=http://tinycorelinux.net/15.x/x86_64/
3333
~~~
3434

3535
## Supported versions
@@ -39,6 +39,7 @@ Ready to use docker images from [docker-tinycore](https://github.com/innovarew/d
3939
| Release/Arch | Docker Image |
4040
| -------------- | ----------------------------------------------------------------------------------------------------------------- |
4141
| [latest](https://github.com/innovarew/docker-tinycore/) | `FROM ghcr.io/innovarew/docker-tinycore:latest` |
42+
| [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` |
4243
| [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` |
4344
| [14.x-x86](https://github.com/innovarew/docker-tinycore/tree/14.x-x86) | `FROM ghcr.io/innovarew/docker-tinycore:14.x-x86` |
4445
| [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` |
@@ -53,7 +54,7 @@ What goes on under the hood is shown below:
5354
~~~
5455
cat > Dockerfile <<EOF
5556
FROM scratch
56-
ADD data/rootfs-x86_64-14.x.tar.xz /
57+
ADD data/rootfs-x86_64-15.x.tar.xz /
5758
EOF
5859
5960
# unpack tinycore rootfs, sudo needed to unpack cpio proper perms

0 commit comments

Comments
 (0)