Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-31 | Use CMD in Dockerfile | Kevin Thomas | 1 | -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-12 | Dockerfile: use depends | selsta | 1 | -162/+15 | |
2021-04-27 | depends, docker: fix bintray links | selsta | 1 | -1/+1 | |
2021-01-26 | Dockerfile: bump openssl version to 1.1.1i | erciccione | 1 | -2/+2 | |
2020-04-27 | openssl update | ArqTras | 1 | -2/+2 | |
Not available source updated g version | |||||
2019-08-14 | Docker updated dependencies cmake boost sodium cppzmq udev protobuf zmq | HomDX | 1 | -15/+15 | |
2019-04-01 | Merge pull request #5313 | Riccardo Spagni | 1 | -27/+30 | |
d7dd8575 Upgraded static dependency versions and hashes in Dockerfile. (Norman Moeschter) | |||||
2019-03-19 | Upgraded static dependency versions and hashes in Dockerfile. | Norman Moeschter | 1 | -27/+30 | |
2019-03-09 | Start monerod as non root user | Jean-Michel DILLY | 1 | -1/+10 | |
2018-12-18 | build: protobuf dependency fixes, libusb build | Dusan Klinec | 1 | -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-23 | Updated dependencies Cmake 3.13, CPPZMQ 4.3.0, OPENSSL 1.1.0j | Hom DX | 1 | -7/+7 | |
2018-10-29 | Dockerfile: add udev, libusb and hidapi build | MoroccanMalinois | 1 | -1/+39 | |
2018-10-14 | Dockerfile: init and update submodules | Tyler Baker | 1 | -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-25 | Dockerfile: use single build dir | MoroccanMalinois | 1 | -1/+2 | |
2018-09-21 | Merge pull request #4397 | Riccardo Spagni | 1 | -2/+1 | |
a4065bf2 Fixes Dockerfile build problem #4396 (OPSXCQ) | |||||
2018-09-17 | Fixes Dockerfile build problem #4396 | OPSXCQ | 1 | -2/+1 | |
2018-09-01 | Docker: Updated dependencies cmake 3.12.1 and boost 1.68 | HomDx | 1 | -5/+5 | |
2018-08-02 | Docker: updated cmake version | HomDx | 1 | -3/+3 | |
2018-07-03 | docker: update to new versions of dependencies | HomDx | 1 | -10/+27 | |
2018-03-18 | fix sha256sum check, which requires two spaces. added set -ex to catch this, ↵ | cornfeedhobo | 1 | -14/+26 | |
and other, errors in the future. | |||||
2018-03-05 | Dockerfile: add boost locale | MoroccanMalinois | 1 | -1/+1 | |
2018-02-25 | Updating Boost download URL. | Tadeas Moravec | 1 | -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-02 | Dockerfile: build dependencies with -fPIC | MoroccanMalinois | 1 | -6/+73 | |
2017-12-25 | Merge pull request #2923 | Riccardo Spagni | 1 | -1/+1 | |
a7e2e1b0 fix: bind RPC to all interfaces inside Docker container (Alexander Azarov) | |||||
2017-12-14 | fix: bind RPC to all interfaces inside Docker container | Alexander Azarov | 1 | -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-11 | Dockerfile: add option to set build parallelism | MoroccanMalinois | 1 | -1/+3 | |
2017-11-18 | Fix docker image dependencies, don't install libraries statically linked | Bruno Clermont | 1 | -6/+4 | |
2017-11-18 | use make | Bruno Clermont | 1 | -1/+1 | |
2017-11-18 | Force docker image to use --non-interactive | Bruno Clermont | 1 | -1/+1 | |
2017-11-17 | fix and improve docker image, add doc for docker-compose | Bruno Clermont | 1 | -33/+36 | |
2017-10-04 | Add needed dependencies | Emilien Devos | 1 | -0/+2 | |
2017-03-09 | Separated dependency installation, git clone and build commands to reduce ↵ | adot23 | 1 | -6/+7 | |
repeated work on failure | |||||
2017-02-24 | updated Dockerfile | Mine Coins | 1 | -32/+27 | |
- minified image: 75% smaller image - statically-linked build - add .dockerignore: no need to send repo to build context | |||||
2016-12-15 | Dockerfile : use libssl1.0 | MoroccanMalinois | 1 | -2/+2 | |
2016-09-03 | readme fixes, small Docker fix | Riccardo Spagni | 1 | -1/+1 | |
2016-09-03 | update Dockerfile bitmonero refs | Riccardo Spagni | 1 | -5/+5 | |
2016-09-01 | Added basic docker file | eiabea | 1 | -0/+49 | |
finalized dockerfile |