Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 4.92 KB

README.md

File metadata and controls

46 lines (37 loc) · 4.92 KB

Alias builder image

Build status: Build Status

CentOS 8 Docker Stars Docker Pulls ImageLayers
Debian Stretch Docker Stars Docker Pulls ImageLayers
Debian Buster Docker Stars Docker Pulls ImageLayers
Fedora Docker Stars Docker Pulls ImageLayers
Raspberry Pi Docker Stars Docker Pulls ImageLayers
Ubuntu 18.04 Docker Stars Docker Pulls ImageLayers
Ubuntu 20.04 Docker Stars Docker Pulls ImageLayers

Licensing

  • SPDX-FileCopyrightText: © 2020 Alias Developers
  • SPDX-FileCopyrightText: © 2016 SpectreCoin Developers

SPDX-License-Identifier: MIT

Builder images for aliaswallet/aliaswalletd compilation

This repository contains Dockerfiles to create builder images which could be used to compile Alias wallet and daemon for various distributions. So with each build of Alias it is not necessary to setup the required build environment again and again.

Facts

  • Dockerfiles for the following distributions
    • CentOS 8
    • Debian Stretch
    • Debian Buster
    • Fedora 32
    • Raspberry Pi
    • Ubuntu 18.04
    • Ubuntu 20.04
  • Installs all required default dependencies

How it is build

docker build \
    -f <distribution>/Dockerfile \
    -t aliascash/alias-wallet-builder-<distribution>:latest \
    .