aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Use CMD in DockerfileKevin Thomas2021-12-311-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.
* Dockerfile: use dependsselsta2021-09-121-162/+15
|
* depends, docker: fix bintray linksselsta2021-04-271-1/+1
|
* Dockerfile: bump openssl version to 1.1.1ierciccione2021-01-261-2/+2
|
* openssl updateArqTras2020-04-271-2/+2
| | | | | | Not available source updated g version
* Docker updated dependencies cmake boost sodium cppzmq udev protobuf zmqHomDX2019-08-141-15/+15
|
* Merge pull request #5313Riccardo Spagni2019-04-011-27/+30
|\ | | | | | | d7dd8575 Upgraded static dependency versions and hashes in Dockerfile. (Norman Moeschter)
| * Upgraded static dependency versions and hashes in Dockerfile.Norman Moeschter2019-03-191-27/+30
| |
* | Start monerod as non root userJean-Michel DILLY2019-03-091-1/+10
|/
* build: protobuf dependency fixes, libusb buildDusan Klinec2018-12-181-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
* Updated dependencies Cmake 3.13, CPPZMQ 4.3.0, OPENSSL 1.1.0jHom DX2018-11-231-7/+7
|
* Dockerfile: add udev, libusb and hidapi buildMoroccanMalinois2018-10-291-1/+39
|
* Dockerfile: init and update submodulesTyler Baker2018-10-141-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>
* Dockerfile: use single build dirMoroccanMalinois2018-09-251-1/+2
|
* Merge pull request #4397Riccardo Spagni2018-09-211-2/+1
|\ | | | | | | a4065bf2 Fixes Dockerfile build problem #4396 (OPSXCQ)
| * Fixes Dockerfile build problem #4396OPSXCQ2018-09-171-2/+1
| |
* | Docker: Updated dependencies cmake 3.12.1 and boost 1.68HomDx2018-09-011-5/+5
|/
* Docker: updated cmake versionHomDx2018-08-021-3/+3
|
* docker: update to new versions of dependenciesHomDx2018-07-031-10/+27
|
* fix sha256sum check, which requires two spaces. added set -ex to catch this, ↵cornfeedhobo2018-03-181-14/+26
| | | | and other, errors in the future.
* Dockerfile: add boost localeMoroccanMalinois2018-03-051-1/+1
|
* Updating Boost download URL.Tadeas Moravec2018-02-251-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.
* Dockerfile: build dependencies with -fPICMoroccanMalinois2018-02-021-6/+73
|
* Merge pull request #2923Riccardo Spagni2017-12-251-1/+1
|\ | | | | | | a7e2e1b0 fix: bind RPC to all interfaces inside Docker container (Alexander Azarov)
| * fix: bind RPC to all interfaces inside Docker containerAlexander Azarov2017-12-141-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.
* | Dockerfile: add option to set build parallelismMoroccanMalinois2017-12-111-1/+3
|/
* Fix docker image dependencies, don't install libraries statically linkedBruno Clermont2017-11-181-6/+4
|
* use makeBruno Clermont2017-11-181-1/+1
|
* Force docker image to use --non-interactiveBruno Clermont2017-11-181-1/+1
|
* fix and improve docker image, add doc for docker-composeBruno Clermont2017-11-171-31/+34
|
* Add needed dependenciesEmilien Devos2017-10-041-0/+2
|
* Separated dependency installation, git clone and build commands to reduce ↵adot232017-03-091-6/+7
| | | | repeated work on failure
* updated DockerfileMine Coins2017-02-241-30/+25
| | | | | | - minified image: 75% smaller image - statically-linked build - add .dockerignore: no need to send repo to build context
* Dockerfile : use libssl1.0MoroccanMalinois2016-12-151-2/+2
|
* readme fixes, small Docker fixRiccardo Spagni2016-09-031-1/+1
|
* update Dockerfile bitmonero refsRiccardo Spagni2016-09-031-5/+5
|
* Added basic docker fileeiabea2016-09-011-0/+49
finalized dockerfile