summaryrefslogtreecommitdiff
path: root/doc/buildWithDocker.md
AgeCommit message (Collapse)AuthorFilesLines
2022-08-21Fix markdown format with autoformatter (#1284)Riku Isokoski1-16/+16
2022-05-26Docker container documentation : Fix typos, 1 line per sentence, remove ↵Jean-François Milants1-16/+17
obsolete paragraph, remove redundant 'image' parameter in the command to build the docker image, use ${PWD} instead of $(pwd).
2022-05-26Docker container documentation : Adapt the `--user` documentation according ↵Jean-François Milants1-24/+13
to the new behavior.
2022-05-26Update links to the docker image with the new account : ↵Jean-François Milants1-4/+4
infinitime/infinitime-build.
2022-05-26Small modernization with --platform parameter in docker readmeJean-François Milants1-2/+2
2022-05-26The main build workflow for GitHub Actions now uses the infinitime-build ↵Jean-François Milants1-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).
2021-10-16Docs: Clarify Docker image needs to be built 1st, fix URL and typos.carlosperate1-4/+6
2021-07-25Correct spelling issue in documentation (#509)Grant1-1/+1
* Correct spelling issue
2021-06-12Update buildWithDocker.md (#416)Pekka1-1/+1
Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
2020-12-21Integrate improvements from #137Joe Eaves1-25/+40
Also fixed a bug with empty quoted strings
2020-12-21Unify the Dockerfiles by fleshing out build.shJoe Eaves1-48/+37
Script is written to handle it's own dependencies so it can be used within Docker or on the host system
2020-12-15Missed username for some Docker Hub commandsPeter Feerick1-3/+3
2020-12-13Minor changes to docker doc wordingPeter Feerick1-4/+4
2020-12-13Add Docker Hub info to docs and tweak instructionsPeter Feerick1-8/+44
2020-08-19All output files (bin, hex, image, dfu) contain the version of the project ↵JF1-2/+2
in their filename. Update Docker build script accordingly. Also fix permission issue with docker build (all files belonged to root).
2020-08-19Add doc about Docker image.JF1-0/+33