Open skmirajbn opened 2 months ago
go build
downloads dependencies. You need to download them as well: go mod download
. Alternatively, you can just vendor them: go mod vendor
which will store the dependencies in a vendor
folder.
dunglas/frankenphp:static-builder
I am using dunglas/frankenphp:static-builder image. Why doesn't it already downloaded inside the image? How can I get the image tar file which contains all dependencies downloaded inside it already? Or is there any image that has already been downloaded inside the image?
What happened?
I want to build using dunglas/frankenphp:static-builder. But I don't want any internet dependency on build process. Thats way I Saved the docker images of dunglas/frankenphp:static-builder to my local PC and made a bat file which will load the image from the localpc to docker and will start building. All works fine and the download process of the image is not needed now. I thought the internet dependency is gone. But in my home I tried the run but got this error. I searched only and got to know it due to internet problem. But as I already loaded the dunglas/frankenphp:static-builder image from the local PC and I don't see any download process but why this error is happening?
Is the builder using internet while building anyway?
Please let me know.
Build Type
Official static build
Worker Mode
No
Operating System
Other (tell us more in the description)
CPU Architecture
x86_64
PHP configuration
Relevant log output