aboutsummaryrefslogtreecommitdiffstats
path: root/doc/buildWithDocker.md
Commit message (Collapse)AuthorAgeFilesLines
* typo in the descriptiontom-programming2022-12-061-1/+1
| | | AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
* Fix markdown format with autoformatter (#1284)Riku Isokoski2022-08-211-16/+16
|
* Docker container documentation : Fix typos, 1 line per sentence, remove ↵Jean-François Milants2022-05-261-16/+17
| | | | obsolete paragraph, remove redundant 'image' parameter in the command to build the docker image, use ${PWD} instead of $(pwd).
* Docker container documentation : Adapt the `--user` documentation according ↵Jean-François Milants2022-05-261-24/+13
| | | | to the new behavior.
* Update links to the docker image with the new account : ↵Jean-François Milants2022-05-261-4/+4
| | | | infinitime/infinitime-build.
* Small modernization with --platform parameter in docker readmeJean-François Milants2022-05-261-2/+2
|
* The main build workflow for GitHub Actions now uses the infinitime-build ↵Jean-François Milants2022-05-261-4/+4
| | | | | | docker image to build the firmware. This allows to avoid the duplication of the build logic in Docker and Github workflow format. The Dockerfile has been slightly adapted (remove the USER instructions). Docker images are now published in DockerHub (jf002/infinitime-build).
* Docs: Clarify Docker image needs to be built 1st, fix URL and typos.carlosperate2021-10-161-4/+6
|
* Correct spelling issue in documentation (#509)Grant2021-07-251-1/+1
| | | * Correct spelling issue
* Update buildWithDocker.md (#416)Pekka2021-06-121-1/+1
| | | Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
* Integrate improvements from #137Joe Eaves2020-12-211-25/+40
| | | | Also fixed a bug with empty quoted strings
* Unify the Dockerfiles by fleshing out build.shJoe Eaves2020-12-211-48/+37
| | | | Script is written to handle it's own dependencies so it can be used within Docker or on the host system
* Missed username for some Docker Hub commandsPeter Feerick2020-12-151-3/+3
|
* Minor changes to docker doc wordingPeter Feerick2020-12-131-4/+4
|
* Add Docker Hub info to docs and tweak instructionsPeter Feerick2020-12-131-8/+44
|
* All output files (bin, hex, image, dfu) contain the version of the project ↵JF2020-08-191-2/+2
| | | | | | | in their filename. Update Docker build script accordingly. Also fix permission issue with docker build (all files belonged to root).
* Add doc about Docker image.JF2020-08-191-0/+33