-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcontainersIssue in vscode-remote containersIssue in vscode-remote containersverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.46.0-insider
- Local OS Version: OSX latest
- Remote OS Version: Ubuntu 16.04
- Remote Extension/Connection Type: Docker
Steps to Reproduce:
- Build an image with gpg 2.1.x. Example Dockerfile:
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y gnupg2
- Try to open a project in the remote container based on that image
You'll see in the container bootstrap logs that it tries to list directories and files with gpgconf
, but version 2.1.x doesn't let you specify a specific directory or file and always outputs the list of all special paths.
username@hostname:~/app# gpgconf --version
gpgconf (GnuPG) 2.1.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
username@hostname:~/app# gpgconf --list-dir homedir
sysconfdir:/etc/gnupg2
bindir:/usr/bin
libexecdir:/usr/lib/gnupg2
libdir:/usr/lib/x86_64-linux-gnu/gnupg2
datadir:/usr/share/gnupg2
localedir:/usr/share/locale
dirmngr-socket:/home/username/.gnupg/S.dirmngr
dirmngr-sys-socket:/var/run/gnupg2/S.dirmngr
agent-socket:/home/username/.gnupg/S.gpg-agent
homedir:/home/username/.gnupg
username@hostname:~/app#
Does this issue occur when you try this locally?: N/A
Does this issue occur when you try this locally and all extensions are disabled?: N/A
Re: #72
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcontainersIssue in vscode-remote containersIssue in vscode-remote containersverifiedVerification succeededVerification succeeded