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
I am using your bundle for quite some projects now (and thx for that :D) but recently I was unable to build images of a new project. Testing to kill the container on an on-going project and building again failed at the same step.
Here is the error messages that I see in two places :
FIRST :
=> CACHED [app_caddy 2/5] WORKDIR /srv/app 0.0s
=> CACHED [app_php 2/21] WORKDIR /srv/app 0.0s
=> ERROR [app_caddy_builder 2/2] RUN xcaddy build --with github.com/dunglas/mercure --with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain --with github.com/dunglas/vulcain/caddy 110.3s
=> [app_php 3/21] COPY --from=php_extension_installer --link /usr/bin/install-php-extensions /usr/local/bin/ 0.1s
=> [app_php 4/21] RUN apk add --no-cache acl fcgi file gettext git make ; 11.3s
=> CANCELED [app_php 5/21] RUN set -eux; install-php-extensions intl zip apcu opcache ; 99.4s
Hi,
I am also having the same problem. I just got the latest source, run the command: docker compose build --pull --no-cache
But it gets an error and never builds
Thx for your reply. The problem was for me the same than the one described here dunglas/mercure#770
I just made the modification in the dockerfile required by Dunglas
-caddy:2.6-builder-alpine
+caddy:2.7-builder-alpine
Hi Kevin,
I am using your bundle for quite some projects now (and thx for that :D) but recently I was unable to build images of a new project. Testing to kill the container on an on-going project and building again failed at the same step.
Here is the error messages that I see in two places :
FIRST :
=> CACHED [app_caddy 2/5] WORKDIR /srv/app 0.0s
=> CACHED [app_php 2/21] WORKDIR /srv/app 0.0s
=> ERROR [app_caddy_builder 2/2] RUN xcaddy build --with github.com/dunglas/mercure --with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain --with github.com/dunglas/vulcain/caddy 110.3s
=> [app_php 3/21] COPY --from=php_extension_installer --link /usr/bin/install-php-extensions /usr/local/bin/ 0.1s
=> [app_php 4/21] RUN apk add --no-cache acl fcgi file gettext git make ; 11.3s
=> CANCELED [app_php 5/21] RUN set -eux; install-php-extensions intl zip apcu opcache ; 99.4s
SECOND:
#0 108.5 github.com/dunglas/mercure/caddy imports
#0 108.5 github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile imports
#0 108.5 github.com/caddyserver/caddy/v2/modules/caddytls imports
#0 108.5 github.com/smallstep/certificates/authority/provisioner imports
#0 108.5 github.com/slackhq/nebula/cert imports
#0 108.5 crypto/ecdh: package crypto/ecdh is not in GOROOT (/usr/local/go/src/crypto/ecdh)
#0 110.2 2023/06/16 10:02:45 [FATAL] exit status 1
failed to solve: executor failed running [/bin/sh -c xcaddy build --with github.com/dunglas/mercure --with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain --with github.com/dunglas/vulcain/caddy]: exit code: 1
Can you help on this ?
Many thx
The text was updated successfully, but these errors were encountered: