-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
For context:
I'm trying to get this running on an entirely clean docker-in-docker system.
Steps to reproduce:
- git clone
- up.sh
root@105f52fe9164:/hostroot/volume1/home/sal/software/PrometheusTube# ./up.sh
- touch .secrets.env
- DOCKER_DEFAULT_PLATFORM=linux/amd64
- DOCKER_BUILDKIT=1
- COMPOSE_DOCKER_CLI_BUILD=1
- docker build -f Dockerfile.template -t gen .
[+] Building 0.6s (7/7) FINISHED docker:default
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from Dockerfile.template 0.0s
=> => transferring dockerfile: 181B 0.0s
=> [internal] load metadata for docker.io/library/python:latest 0.5s
=> [1/3] FROM docker.io/library/python:latest@sha256:31ceea009f42df76371a8fb94fa191f988a25847a228dbeac35b6f8d2518a6ef 0.0s
=> CACHED [2/3] WORKDIR /gen 0.0s
=> CACHED [3/3] RUN pip3 install jinja2 pycryptodome 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:c9973f2fff2a06893995c83599d77d86ebbc1b332684dc299d3c66cbc3db9ee7 0.0s
=> => naming to docker.io/library/gen 0.0s
++ pwd - docker run -v /hostroot/volume1/home/sal/software/PrometheusTube:/gen -t gen localhost
python3: can't open file '/gen/templates/generate-compose.py': [Errno 2] No such file or directory
root@105f52fe9164:/hostroot/volume1/home/sal/software/PrometheusTube#
Metadata
Metadata
Assignees
Labels
No labels