4
4
![ GitHub top language] ( https://img.shields.io/github/languages/top/innovarew/docker-tinycore )
5
5
![ Docker build] ( https://github.com/innovarew/docker-tinycore/actions/workflows/docker-image.yml/badge.svg?event=push )
6
6
![ 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 )
8
8
9
9
# docker-tinycore
10
10
@@ -29,7 +29,7 @@ To build locally, just `make` as show below:
29
29
30
30
~~~
31
31
# 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/
33
33
~~~
34
34
35
35
## Supported versions
@@ -39,6 +39,7 @@ Ready to use docker images from [docker-tinycore](https://github.com/innovarew/d
39
39
| Release/Arch | Docker Image |
40
40
| -------------- | ----------------------------------------------------------------------------------------------------------------- |
41
41
| [ 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 ` |
42
43
| [ 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 ` |
43
44
| [ 14.x-x86] ( https://github.com/innovarew/docker-tinycore/tree/14.x-x86 ) | ` FROM ghcr.io/innovarew/docker-tinycore:14.x-x86 ` |
44
45
| [ 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:
53
54
~~~
54
55
cat > Dockerfile <<EOF
55
56
FROM scratch
56
- ADD data/rootfs-x86_64-14 .x.tar.xz /
57
+ ADD data/rootfs-x86_64-15 .x.tar.xz /
57
58
EOF
58
59
59
60
# unpack tinycore rootfs, sudo needed to unpack cpio proper perms
0 commit comments