Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpg: no valid OpenPGP data found. #16

Open
shunyooo opened this issue Feb 27, 2023 · 0 comments
Open

gpg: no valid OpenPGP data found. #16

shunyooo opened this issue Feb 27, 2023 · 0 comments

Comments

@shunyooo
Copy link

shunyooo commented Feb 27, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant