You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
got two issues when tried to build the packer image on eu-central-1:
amazon-ebs: Process: 4204 ExecStart=/usr/bin/docker daemon -H fd:// --storage-driver overlay (code=exited, status=125) the docker service fails to start with overlay storage driver
amazon-ebs: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) amazon-ebs: E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? failed to apt-get update
The text was updated successfully, but these errors were encountered:
Tried both of these:
us-east-1: ami-1162bc6c
eu-central-1: ami-9a663471
Both had the issue with docker ovelay, but as you suggested I connected to the AMI without running the bootstrap.sh updated the kernel and the docker managed to restart successfully.
How can I update the AMI, or should I add update kernel section in bootstrap.sh?
it may be necessary to either add something like this to bootstrap.sh, create a "base" image that only does the kernel upgrade and build this project from that, or find a community AMI with the suitable version.
got two issues when tried to build the packer image on eu-central-1:
amazon-ebs: Process: 4204 ExecStart=/usr/bin/docker daemon -H fd:// --storage-driver overlay (code=exited, status=125)
the docker service fails to start with overlay storage driveramazon-ebs: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) amazon-ebs: E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
failed to apt-get updateThe text was updated successfully, but these errors were encountered: