Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 20, 2023
1 parent f8f8cd1 commit 3398f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch

ENV URL=https://github.com/zeppe-lin
ENV VERSION=v0.99
ENV VERSION=v0.99.1
ENV TARBALL=rootfs-${VERSION}-x86_64.tar.xz

#ADD ${URL}/pkgsrc-core/releases/download/${VERSION}/${TARBALL} /
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ REQUIREMENTS
INSTALL
-------
1. Download the Zeppe-Lin rootfs tarball, or create your own
with a mkrootfs utility. We'll use the `v0.99` release just
with a mkrootfs utility. We'll use the `v0.99.1` release just
for example. See [the following page][1] for current
release.

```sh
curl -LO https://github.com/zeppe-lin/pkgsrc-core/releases/download/v0.99/rootfs-v0.99-x86_64.tar.xz
curl -LO https://github.com/zeppe-lin/pkgsrc-core/releases/download/v0.99.1/rootfs-v0.99.1-x86_64.tar.xz
```

2. Edit `Dockerfile` conform your needs.

3. Build the image and run:

```sh
docker build -t zeppe-lin:v0.99 .
docker run -it --rm zeppe-lin:v0.99
docker build -t zeppe-lin:v0.99.1 .
docker run -it --rm zeppe-lin:v0.99.1
```

[1]: https://github.com/zeppe-lin/pkgsrc-core/releases/latest
Expand Down

0 comments on commit 3398f87

Please sign in to comment.