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

Installation Error and Suggested Resolution #1

Open
zuluana opened this issue Aug 12, 2021 · 0 comments
Open

Installation Error and Suggested Resolution #1

zuluana opened this issue Aug 12, 2021 · 0 comments

Comments

@zuluana
Copy link

zuluana commented Aug 12, 2021

I received the following error while attempting to use the linked S3 template:

deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main
Aug 12 15:57:06  cloud-init[1332]: W: GPG error: https://packagecloud.io/dokku/dokku/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
Aug 12 15:57:06 cloud-init[1332]: W: The repository 'https://packagecloud.io/dokku/dokku/ubuntu trusty InRelease' is not signed.

To solve this, I upgraded to the most recent version of Dokku by changing the DokkuVersion parameter to v0.25.0 and updating to a supported version of Ubuntu by changing the image in the template:

    "Mappings": {
        "RegionMap": {
            "us-east-1": {
                "AMI": "ami-06cdbd80022d89537"
            },
            "us-east-2": {
                "AMI": "ami-09862fadec6997084"
            },
        }
    }

These AMIs can be found here: https://cloud-images.ubuntu.com/locator/ec2/

Thanks for the package @tobiasmcnulty this saved quite a bit of time =)

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