summaryrefslogtreecommitdiff
path: root/doc/buildWithDocker.md
AgeCommit message (Collapse)Author
2022-05-26Docker container documentation : Fix typos, 1 line per sentence, remove ↵Jean-François Milants
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 Milants
to the new behavior.
2022-05-26Update links to the docker image with the new account : ↵Jean-François Milants
infinitime/infinitime-build.
2022-05-26Small modernization with --platform parameter in docker readmeJean-François Milants
2022-05-26The main build workflow for GitHub Actions now uses the infinitime-build ↵Jean-François Milants
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.carlosperate
2021-07-25Correct spelling issue in documentation (#509)Grant
* Correct spelling issue
2021-06-12Update buildWithDocker.md (#416)Pekka
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 Eaves
Also fixed a bug with empty quoted strings
2020-12-21Unify the Dockerfiles by fleshing out build.shJoe Eaves
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 Feerick
2020-12-13Minor changes to docker doc wordingPeter Feerick
2020-12-12Add Docker Hub info to docs and tweak instructionsPeter Feerick
2020-08-19All output files (bin, hex, image, dfu) contain the version of the project ↵JF
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.JF