Open
Description
What
For several days now, I get the following error when starting a development container. Do you know what the cause is?
Features is below.
"features": {
"ghcr.io/dhoeric/features/google-cloud-cli:1": {
"version": "latest"
}
},
Error
gpg: no valid OpenPGP data found.
=> [dev_containers_feature_content_normalize 1/2] COPY --from=dev_containers_feature_content_source . /tmp/build-features/ 0.2s
=> [dev_containers_feature_content_normalize 2/2] RUN chmod -R 0700 /tmp/build-features 0.4s
=> [dev_containers_target_stage 1/4] COPY --from=dev_containers_feature_content_normalize /tmp/build-features /tmp/build-features 0.2s
=> [dev_containers_target_stage 2/4] RUN echo "_CONTAINER_USER_HOME=$(getent passwd root | cut -d: -f6)" >> /tmp/build-features/devcontainer-features.builtin.env && ec 0.4s
=> [dev_containers_target_stage 3/4] RUN cd /tmp/build-features/github-cli_1 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh 15.3s
=> ERROR [dev_containers_target_stage 4/4] RUN cd /tmp/build-features/google-cloud-cli_2 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-inst 0.5s
------
> [dev_containers_target_stage 4/4] RUN cd /tmp/build-features/google-cloud-cli_2 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh:
#0 0.415 ===========================================================================
#0 0.415 Feature : Google Cloud CLI
#0 0.415 Description : Install google-cloud-cli
#0 0.415 Id : ghcr.io/dhoeric/features/google-cloud-cli
#0 0.415 Version : 1.0.0
#0 0.415 Documentation :
#0 0.415 Options :
#0 0.415 VERSION="latest"
#0 0.415 ===========================================================================
#0 0.424 (*) Installing google-cloud CLI...
#0 0.443 % Total % Received % Xferd Average Speed Time Time Time Current
#0 0.443 Dload Upload Total Spent Left Speed
#0 0.443
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: apt-key output should not be parsed (stdout is not a terminal)
#0 0.495
100 1461 100 1461 0 0 28647 0 --:--:-- --:--:-- --:--:-- 28647
#0 0.505 gpg: no valid OpenPGP data found.
#0 0.513 ERROR: Feature "Google Cloud CLI" (ghcr.io/dhoeric/features/google-cloud-cli) failed to install!
Enviroments
- GCP VM Instance
- Machine type: n1-standard-8
- CPU platform: Intel Broadwell
- Architecture: x86/64
Metadata
Metadata
Assignees
Labels
No labels