aboutsummaryrefslogtreecommitdiffstats
path: root/doc/buildWithDocker.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: --user is only required when docker run as rootHugo Osvaldo Barrera2025-09-231-4/+12
| | | | | | | | | | | | The --user argument attempts to map the uid of the user inside the container to the user in the host. This works if docker is running as root, but is docker is running as the current user, then the uid in the container is mapped to a surrogate uid on the host, and this surrogate user does not have permissions to complete the build process. Clarify that the --user flag is only required when running docker as root. It is also likely not required by users using podman as a docker drop-in replacement, since podman always runs in rootless mode.
* docs: remove superfluous linkHugo Osvaldo Barrera2025-09-231-1/+1
| | | | | | The docker build section points to another page with instructions on how to clone the repository, but this same page already contains these same instructions in the previous section.
* docs: shuffle sections into logical orderHugo Osvaldo Barrera2025-09-231-29/+35
| | | | | | | | | The first section explains how to clone the repository, the second how to build Infinitime with the docker image, but the details on actually provisioning the image are at the end, despite this step taking place before the build itself. Move the sections into the order in which the steps should be followed.
* Revert "docs: add git config items to docs"Max Jakobitsch2025-03-211-5/+1
| | | | This reverts commit 4066cc03004c89a7ac4d5a7a327729184ecac7b6.
* docs: add git config items to docsMax Jakobitsch2025-03-211-1/+5
|
* Include repository initialization in docker build docsTailyFair2023-08-111-0/+10
|
* 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