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

Deal with version bumps #50

Open
Zalfsten opened this issue Jan 12, 2024 · 0 comments
Open

Deal with version bumps #50

Zalfsten opened this issue Jan 12, 2024 · 0 comments
Labels
basic_middleware enhancement New feature or request

Comments

@Zalfsten
Copy link
Contributor

According to best practices this repo specifies the sha256 hashes of docker base images and python package versions in requirements.txt.
One version spec is missing, though: for the installed apk package in the docker image. This should be updated. But this is not that easy, because when it comes to python, the major and minor versions are also encoded in the package names. E.g.:

package name: python-3.12
package version: 3.12.1-r0

It's yet unclear how to deal with this.

Really important: we need to define a procedure to induce version bumps. Preferably this procedure should be fully automatic:

  • figure out old version
  • create a github merge request containing version upgrade
  • automatically test the resulting image
@Zalfsten Zalfsten added the enhancement New feature or request label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic_middleware enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant