mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
10 lines
No EOL
632 B
Markdown
10 lines
No EOL
632 B
Markdown
This Dockerimage is manually created and uploaded:
|
|
|
|
```
|
|
docker build -t registry.gitlab.com/cryptoadvance/specter-desktop/bionic-build:latest .
|
|
docker push registry.gitlab.com/cryptoadvance/specter-desktop/bionic-build:latest
|
|
```
|
|
|
|
The reason for this image is explained in [#356](https://github.com/cryptoadvance/specter-desktop/issues/356) and introduced in https://github.com/cryptoadvance/specter-desktop/pull/396/files .
|
|
|
|
It has been replaced with introducing the electron-build with `registry.gitlab.com/cryptoadvance/specter-desktop/electron-builder:latest` in https://github.com/cryptoadvance/specter-desktop/pull/473/files . |