fresh-continent-76371
03/30/2024, 11:59 AMdocker build
manually
This is what I run for pants -
pants --dynamic-ui=false --level=debug --docker-build-verbose=true package ::
but then locate the build line : (and mash up manual version to mimic)
"/usr/bin/docker", "build", "--pull=False", "--tag", "registry.internal/service/imgname:latest", "--build-arg", "BASE_IMAGE=registry/internal/library/devcontainer/python:3.10", "--build-arg", "DEFAULT_TAG=latest", "--file", "service/imgname/Dockerfile", "."]
This becomes important - when the builds are weighing in at 10 and 20 minutes each time ..gorgeous-winter-99296
03/30/2024, 5:33 PMfresh-continent-76371
05/10/2024, 10:13 AMgorgeous-winter-99296
05/10/2024, 10:16 AMfresh-continent-76371
05/10/2024, 10:18 AM