cedricziel / dokku-hostkeys-plugin

Manage hostkeys (for .ssh/known_hosts) to your container environment
MIT License
51 stars 21 forks source link

Incompatible with dokku 0.32.0 #33

Closed nicbet closed 11 months ago

nicbet commented 1 year ago

It appears that due to the deprecation of pre-build-buildpack in 0.32.0, builds using this plugin (and the deployment-keys plugin) fail. The actual error is thrown by Docker attempting to pull a dokku/herokuish image (which it can't find)... as the APP_IMAGE variable gets set wrong. A run with dokku trace:on let me to these plugins as the source.

After downgrading to dokku 0.31.0, builds using hostkeys and deployment-keys plugins run fine.

DiegoMolero commented 1 year ago

Opened a PR to fix this issue https://github.com/cedricziel/dokku-hostkeys-plugin/pull/34

josegonzalez commented 11 months ago

The fix was merged.