Merge "Revert "Pin skopeo to unbreak skopeo+bubblewrap""

This commit is contained in:
Zuul 2019-05-21 15:53:17 +00:00 committed by Gerrit Code Review
commit bd20f23f0b
1 changed files with 1 additions and 4 deletions

View File

@ -773,10 +773,7 @@ node /^ze\d+\.open.*\.org$/ {
apt::ppa { 'ppa:projectatomic/ppa': }
package { 'skopeo':
# Pin skopeo back to 0.1.36-1~dev~ubuntu16.04.2~ppa14 which is before
# the code that changed the required capabilities, breaking the use of
# skopeo from inside of bubblewrap.
ensure => '0.1.36-1~dev~ubuntu16.04.2~ppa14',
ensure => present,
require => [
Apt::Ppa['ppa:projectatomic/ppa'],
Class['apt::update'],