Skip to content

Docker image to build Alias based on different distributions

Notifications You must be signed in to change notification settings

aliascash/alias-wallet-builder

Repository files navigation

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 \
    .