I wanted to change the logo by changing the images in the path of the indigo file and the following commands, but then I got an error when applying the following commands. What should I do? Where is the problem?
root@k8srv:~/.local/share/tutor/env/build/openedx/themes/indigo/cms/static/image s# tutor config save
⚠️ You are running Tutor as root. This is strongly not recommended. If you are d oing this in order to access the Docker daemon, you should instead add your user to the 'docker' group. (see https://docs.docker.com/install/linux/linux-postins tall/#manage-docker-as-a-non-root-user)
Configuration saved to /root/.local/share/tutor/config.yml
Environment generated in /root/.local/share/tutor/env
root@k8srv:~/.local/share/tutor/env/build/openedx/themes/indigo/cms/static/image s# tutor images build openedx
⚠️ You are running Tutor as root. This is strongly not recommended. If you are d oing this in order to access the Docker daemon, you should instead add your user to the 'docker' group. (see https://docs.docker.com/install/linux/linux-postins tall/#manage-docker-as-a-non-root-user)
Building image docker.io/overhangio/openedx:19.0.1-indigo
docker buildx build --tag=docker.io/overhangio/openedx:19.0.1-indigo --output=ty pe=docker --cache-from=type=registry,ref=docker.io/overhangio/openedx:19.0.1-ind igo-cache /root/.local/share/tutor/env/build/openedx
[+] Building 16.7s (49/69) docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 12.07kB 0.0s
=> resolve image config for docker-image://docker.io/docker/dockerfile:1 2.9s
=> CACHED docker-image://docker.io/docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25 0.0s
=> [internal] load metadata for docker.io/powerman/dockerize:0.19.0 2.9s
=> [internal] load metadata for docker.io/library/ubuntu:22.04 3.8s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> importing cache manifest from docker.io/overhangio/openedx:19.0.1-indigo-cache 6.6s
=> => inferred cache manifest type: application/vnd.oci.image.manifest.v1+json 0.0s
=> [internal] load build context 0.2s
=> => transferring context: 3.82MB 0.1s
=> [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#open-release/sumac.1 . 2.0s
=> FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf 0.0s
=> [minimal 1/2] FROM docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 0.0s
=> CACHED [minimal 2/2] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y bu 0.0s
=> CACHED [production 1/37] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install 0.0s
=> CACHED [production 2/37] RUN if [ "1000" = 0 ]; then echo "app user may not be root" && false; fi 0.0s
=> CACHED [production 3/37] RUN useradd --no-log-init --home-dir /openedx --create-home --shell /bin/bash --uid 1000 app 0.0s
=> CACHED [production 4/37] COPY --link --from=docker.io/powerman/dockerize:0.19.0 /usr/local/bin/dockerize /usr/local/bin/dockerize 0.0s
=> CACHED [code 1/4] RUN mkdir -p /openedx/edx-platform 0.0s
=> CACHED [code 2/4] WORKDIR /openedx/edx-platform 0.0s
=> CACHED [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#open-release/sumac.1 . 0.0s
=> CACHED [code 4/4] RUN git config --global user.email "tutor@overhang.io" && git config --global user.name "Tutor" 0.0s
=> CACHED [edx-platform 1/1] COPY --from=code /openedx/edx-platform / 0.0s
=> CACHED [production 5/37] COPY --link --chown=1000:1000 --from=edx-platform / /openedx/edx-platform 0.0s
=> CACHED [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y lib 0.0s
=> CACHED [python 2/4] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1 0.0s
=> CACHED [python 3/4] RUN /opt/pyenv/bin/pyenv install 3.11.8 0.0s
=> CACHED [python 4/4] RUN /opt/pyenv/versions/3.11.8/bin/python -m venv /openedx/venv 0.0s
=> CACHED [production 6/37] COPY --link --chown=1000:1000 --from=python /opt/pyenv /opt/pyenv 0.0s
=> CACHED [python-requirements 1/6] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt i 0.0s
=> CACHED [python-requirements 2/6] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install setuptools==69.1.1 pip==24.0 wheel==0.43.0 0.0s
=> CACHED [python-requirements 3/6] RUN --mount=type=bind,from=edx-platform,source=/requirements/edx/base.txt,target=/openedx/edx-platform/requirements/edx/base.txt --mount=type 0.0s
=> CACHED [python-requirements 4/6] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install django-redis==5.4.0 0.0s
=> CACHED [python-requirements 5/6] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared UWSGI_PROFILE_OVERRIDE="xml=no" pip install --no-cache-dir --compile uws 0.0s
=> CACHED [python-requirements 6/6] RUN pip install "openedx-scorm-xblock>=19.0.0,<20.0.0" 0.0s
=> CACHED [production 7/37] COPY --link --chown=1000:1000 --from=python-requirements /openedx/venv /openedx/venv 0.0s
=> CACHED [production 8/37] COPY --link --chown=1000:1000 --from=python-requirements /mnt /mnt 0.0s
=> CACHED [nodejs-requirements 1/4] RUN pip install nodeenv==1.8.0 0.0s
=> CACHED [nodejs-requirements 2/4] RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt 0.0s
=> CACHED [nodejs-requirements 3/4] WORKDIR /openedx/edx-platform 0.0s
=> CACHED [nodejs-requirements 4/4] RUN --mount=type=bind,from=edx-platform,source=/package.json,target=/openedx/edx-platform/package.json --mount=type=bind,from=edx-platform,so 0.0s
=> CACHED [production 9/37] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/nodeenv /openedx/nodeenv 0.0s
=> CACHED [production 10/37] COPY --link --chown=1000:1000 --from=nodejs-requirements /openedx/edx-platform/node_modules /openedx/node_modules 0.0s
=> CACHED [production 11/37] RUN ln -s /openedx/node_modules /openedx/edx-platform/node_modules 0.0s
=> CACHED [production 12/37] WORKDIR /openedx/edx-platform 0.0s
=> CACHED [production 13/37] RUN pip install -e . 0.0s
=> CACHED [production 14/37] RUN mkdir -p /openedx/config ./lms/envs/tutor ./cms/envs/tutor 0.0s
=> [production 15/37] COPY --chown=app:app revisions.yml /openedx/config/ 0.1s
=> [production 16/37] COPY --chown=app:app settings/lms/*.py ./lms/envs/tutor/ 0.1s
=> [production 17/37] COPY --chown=app:app settings/cms/*.py ./cms/envs/tutor/ 0.1s
=> ERROR [production 18/37] RUN make clean_translations 0.6s
------
> [production 18/37] RUN make clean_translations:
0.475 make: *** No rule to make target 'clean_translations'. Stop.
------
Dockerfile:189
--------------------
187 |
188 | # Pull latest translations via atlas
189 | >>> RUN make clean_translations
190 | RUN ./manage.py lms --settings=tutor.i18n pull_plugin_translations --verbose --repository='openedx/openedx-translations' --revision='open-release/sumac.1'
191 | RUN ./manage.py lms --settings=tutor.i18n pull_xblock_translations --repository='openedx/openedx-translations' --revision='open-release/sumac.1'
--------------------
ERROR: failed to solve: process "/bin/sh -c make clean_translations" did not complete successfully: exit code: 2
Error: Command failed with status 1: docker buildx build --tag=docker.io/overhangio/openedx:19.0.1-indigo --output=type=docker --cache-from=type=registry,ref=docker.io/overhangio/openedx:19.0.1-indigo-cache /root/.local/share/tutor/env/build/openedx