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

Skipping system package installation after dokku-update #48

Open
curvedriver opened this issue Apr 5, 2023 · 1 comment
Open

Skipping system package installation after dokku-update #48

curvedriver opened this issue Apr 5, 2023 · 1 comment

Comments

@curvedriver
Copy link

Hi,
I used dokku-update and was a little bit confused that dokku-apt uses the old application image.

How I have recognized that? I saw the following message while dokku-update has rebuild my app:

-----> Compatible extended app image found, skipping system package installation

I updated from

  • dokku:0.29.4 to dokku:0.30.2
  • herokuish:0.5.40 to herokuish:0.5.41

My apt-packages file didn't change and it seems that dokku-apt only considers it's own files for the CONTENT_SHA.

Is it on purpose, that I have to use docker to delete the cache image manually... or can you suggest a better solution for that issue?

@josegonzalez
Copy link
Member

It uses the configured DOKKU_IMAGE as part of it's sha generation, which if you're just using latest, it will appear to never use a newer version. It should probably resolve that image's sha256 digest instead.

Would you be willing to make a PR for this? The code for this would be somewhere around this: 09575a5

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