aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-31Use CMD in DockerfileKevin Thomas1-1/+2
According to Dockerfile best practices (https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint) the best use for ENTRYPOINT is to set the image’s main command and then use CMD as the default flags. This makes it easier to change the flags passed to monerod when running the Docker image.
2021-09-12Dockerfile: use dependsselsta1-162/+15
2021-04-27depends, docker: fix bintray linksselsta1-1/+1
2021-01-26Dockerfile: bump openssl version to 1.1.1ierciccione1-2/+2
2020-04-27openssl updateArqTras1-2/+2
Not available source updated g version
2019-08-14Docker updated dependencies cmake boost sodium cppzmq udev protobuf zmqHomDX1-15/+15
2019-04-01Merge pull request #5313Riccardo Spagni1-27/+30
d7dd8575 Upgraded static dependency versions and hashes in Dockerfile. (Norman Moeschter)
2019-03-19Upgraded static dependency versions and hashes in Dockerfile.Norman Moeschter1-27/+30
2019-03-09Start monerod as non root userJean-Michel DILLY1-1/+10
2018-12-18build: protobuf dependency fixes, libusb buildDusan Klinec1-1/+16
- docker protobuf dependencies, cross-compilation - device/trezor protobuf build fixes, try_compile - libusb built under all platforms, used by trezor for direct connect
2018-11-23Updated dependencies Cmake 3.13, CPPZMQ 4.3.0, OPENSSL 1.1.0jHom DX1-7/+7
2018-10-29Dockerfile: add udev, libusb and hidapi buildMoroccanMalinois1-1/+39
2018-10-14Dockerfile: init and update submodulesTyler Baker1-0/+1
The Docker image is failing to build, as the submodules are not being explicitly initialized and updated. Fixes: https://github.com/monero-project/monero/issues/4582 Signed-off-by: Tyler Baker <tyler@foundries.io>
2018-09-25Dockerfile: use single build dirMoroccanMalinois1-1/+2
2018-09-21Merge pull request #4397Riccardo Spagni1-2/+1
a4065bf2 Fixes Dockerfile build problem #4396 (OPSXCQ)
2018-09-17Fixes Dockerfile build problem #4396OPSXCQ1-2/+1
2018-09-01Docker: Updated dependencies cmake 3.12.1 and boost 1.68HomDx1-5/+5
2018-08-02Docker: updated cmake versionHomDx1-3/+3
2018-07-03docker: update to new versions of dependenciesHomDx1-10/+27
2018-03-18fix sha256sum check, which requires two spaces. added set -ex to catch this, ↵cornfeedhobo1-14/+26
and other, errors in the future.
2018-03-05Dockerfile: add boost localeMoroccanMalinois1-1/+1
2018-02-25Updating Boost download URL.Tadeas Moravec1-1/+1
Boost does not use Sourceforge anymore. Instead, their download links point to dl.bintray.com. Earlier today Sourceforge was down, and later the Boost downloaded file checksum did not match, which further reinforces the need to change the URL.
2018-02-02Dockerfile: build dependencies with -fPICMoroccanMalinois1-6/+73
2017-12-25Merge pull request #2923Riccardo Spagni1-1/+1
a7e2e1b0 fix: bind RPC to all interfaces inside Docker container (Alexander Azarov)
2017-12-14fix: bind RPC to all interfaces inside Docker containerAlexander Azarov1-1/+1
Binding RPC to 127.0.0.1 makes no sense. Despite the fact port 18081 is exposed, no one will be able to connect to the daemon. RPC should be listening at all interfaces when running inside a Docker container.
2017-12-11Dockerfile: add option to set build parallelismMoroccanMalinois1-1/+3
2017-11-18Fix docker image dependencies, don't install libraries statically linkedBruno Clermont1-6/+4
2017-11-18use makeBruno Clermont1-1/+1
2017-11-18Force docker image to use --non-interactiveBruno Clermont1-1/+1
2017-11-17fix and improve docker image, add doc for docker-composeBruno Clermont1-33/+36
2017-10-04Add needed dependenciesEmilien Devos1-0/+2
2017-03-09Separated dependency installation, git clone and build commands to reduce ↵adot231-6/+7
repeated work on failure
2017-02-24updated DockerfileMine Coins1-32/+27
- minified image: 75% smaller image - statically-linked build - add .dockerignore: no need to send repo to build context
2016-12-15Dockerfile : use libssl1.0MoroccanMalinois1-2/+2
2016-09-03readme fixes, small Docker fixRiccardo Spagni1-1/+1
2016-09-03update Dockerfile bitmonero refsRiccardo Spagni1-5/+5
2016-09-01Added basic docker fileeiabea1-0/+49
finalized dockerfile