docs(README): migrate from docker.io to git.cryptic.systems
All checks were successful
All checks were successful
This commit is contained in:
parent
255fd0474d
commit
8ba0e29f4e
12
README.md
12
README.md
@ -2,21 +2,19 @@
|
|||||||
|
|
||||||
[](https://hub.docker.com/r/volkerraschek/rpm-builder)
|
[](https://hub.docker.com/r/volkerraschek/rpm-builder)
|
||||||
|
|
||||||
This project contains only build sources for the container image
|
This project contains only build sources for the container image `git.cryptic.systems/volker.raschek/rpm-builder`. The
|
||||||
`docker.io/volkerraschek/rpm-builder`. The upstream project ist hosted on
|
upstream project ist hosted on [github](https://github.com/Richterrettich/rpm-builder).
|
||||||
[github](https://github.com/Richterrettich/rpm-builder).
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Package an example application like `my-demo-application` via the following
|
Package an example application like `my-demo-application` via the following example command.
|
||||||
example command.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run \
|
$ docker run \
|
||||||
--workdir /workspace \
|
--workdir /workspace \
|
||||||
--volume ${PWD}/workspace:rw \
|
--volume ${PWD}/workspace:rw \
|
||||||
--rm \
|
--rm \
|
||||||
docker.io/volkerraschek/rpm-builder:latest \
|
git.cryptic.systems/volker.raschek/rpm-builder:latest \
|
||||||
--arch=x86_64 \
|
--arch=x86_64 \
|
||||||
--epoch=0 \
|
--epoch=0 \
|
||||||
--version=0.1.0 \
|
--version=0.1.0 \
|
||||||
@ -34,6 +32,6 @@ You get on overview of all possible sub commands via `--help` or visit the
|
|||||||
```bash
|
```bash
|
||||||
$ docker run \
|
$ docker run \
|
||||||
--rm \
|
--rm \
|
||||||
docker.io/volkerraschek/rpm-builder:latest \
|
git.cryptic.systems/volker.raschek/rpm-builder:latest \
|
||||||
--help
|
--help
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user