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

building debian dockerfile has problems #5

Closed
m-fonseca opened this issue Jul 18, 2020 · 2 comments
Closed

building debian dockerfile has problems #5

m-fonseca opened this issue Jul 18, 2020 · 2 comments

Comments

@m-fonseca
Copy link

Hello,

The key has expired in this line:

RUN apt-key adv --keyserver keys.gnupg.net --recv-keys 9E3E53F19C7DE460

aptly-dev/aptly#717 has the new key:

RUN apt-key adv --keyserver keys.gnupg.net --recv-keys ED75B5A4483DA07C

Also the Aptly Bash completions fails. I didn't bother debugging and just commented it out to continue.

converted 'https://github.com/smira/aptly/raw/master/bash_completion.d/aptly' (ANSI_X3.4-1968) -> 'https://github.com/smira/aptly/raw/master/bash_completion.d/aptly' (UTF-8)                                                                     
--2020-07-18 02:52:16--  https://github.com/smira/aptly/raw/master/bash_completion.d/aptly                                                                                                                                                        
Resolving github.com (github.com)... 140.82.113.3                                                                                                                                                                                                 
Connecting to github.com (github.com)|140.82.113.3|:443... connected.                                                                                                                                                                             
HTTP request sent, awaiting response... 301 Moved Permanently                                                                                                                                                                                     
Location: https://github.com/smira/aptly-fork/raw/master/bash_completion.d/aptly [following]                                                                                                                                                      
converted 'https://github.com/smira/aptly-fork/raw/master/bash_completion.d/aptly' (ANSI_X3.4-1968) -> 'https://github.com/smira/aptly-fork/raw/master/bash_completion.d/aptly' (UTF-8)                                                           
--2020-07-18 02:52:16--  https://github.com/smira/aptly-fork/raw/master/bash_completion.d/aptly                                                                                                                                                   
Reusing existing connection to github.com:443.                                                                                                                                                                                                    
HTTP request sent, awaiting response... 404 Not Found                                                                                                                                                                                             
2020-07-18 02:52:16 ERROR 404: Not Found.                                                                                                                                                                                                         
@m-fonseca
Copy link
Author

FYI, apparently a lot of the forked repos already have been fixing this and other issues.

@bryanhong
Copy link
Owner

Hi @m-fonseca, thanks for pointing out these issues. I just merged some changes to address these issues and hopefully this repo is still useful to those who find it: #6

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

2 participants