Initial commit for Docker build for C1T with ARM/ROS2 Humble support … #67
Annotations
1 error and 1 warning
docker / docker
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c useradd -m carma && echo \"carma:carma\" | chpasswd && usermod --shell /bin/bash carma && usermod -aG sudo carma && mkdir -p /etc/sudoers.d && echo \"carma ALL=(ALL) NOPASSWD:ALL\" >> /etc/sudoers.d/carma && chmod 0440 /etc/sudoers.d/carma && usermod --uid 1000 carma && groupmod --gid 1000 carma && mkdir -p /opt/carma/{launch,logs,routes} && chown carma:carma -R /opt/carma" did not complete successfully: exit code: 1
|
docker / docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|