You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM 192.168.8.9:8911/nginx:latest
COPY /gop-frontend/dist /usr/share/nginx/html
COPY docs/ /usr/share/nginx/html/gop/gop-helpdoc/
EXPOSE 80
then run examples/dockerfile2llb/main.go
error:
GOROOT=/usr/lib/go-1.24 #gosetup
GOPATH=/home/xenoamess/go #gosetup
GONOPROXY= #gosetup
/usr/lib/go-1.24/bin/go build -o /home/xenoamess/.cache/JetBrains/GoLand2025.1/tmp/GoLand/___1go_build_main_go__1_ /home/xenoamess/workspace/buildkit/examples/dockerfile2llb/main.go #gosetup
/home/xenoamess/.cache/JetBrains/GoLand2025.1/tmp/GoLand/___1go_build_main_go__1_ #gosetup
time="2025-08-05T16:07:02+08:00" level=info msg="fetch failed" error="failed to do request: Head \"https://192.168.8.9:8911/v2/nginx/manifests/latest\": http: server gave HTTP response to HTTPS client" span="resolving 192.168.8.9:8911/nginx:latest"
time="2025-08-05T16:07:02+08:00" level=fatal msg="192.168.8.9:8911/nginx:latest: failed to do request: Head \"https://192.168.8.9:8911/v2/nginx/manifests/latest\": http: server gave HTTP response to HTTPS client"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
sudo vim ~/.config/buildkit/buildkitd.toml
then run examples/dockerfile2llb/main.go
error:
Beta Was this translation helpful? Give feedback.
All reactions