| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
This reverts commit 4066cc03004c89a7ac4d5a7a327729184ecac7b6.
|
| | |
|
| | |
|
| |
|
| |
AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
|
| | |
|
| |
|
|
| |
obsolete paragraph, remove redundant 'image' parameter in the command to build the docker image, use ${PWD} instead of $(pwd).
|
| |
|
|
| |
to the new behavior.
|
| |
|
|
| |
infinitime/infinitime-build.
|
| | |
|
| |
|
|
|
|
| |
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).
|
| | |
|
| |
|
| |
* Correct spelling issue
|
| |
|
| |
Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
|
| |
|
|
| |
Also fixed a bug with empty quoted strings
|
| |
|
|
| |
Script is written to handle it's own dependencies so it can be used within Docker or on the host system
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
in their filename.
Update Docker build script accordingly.
Also fix permission issue with docker build (all files belonged to root).
|
| |
|