hexpm / bob

The Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine 3.16.1 Docker images missing

Odaeus opened this issue · comments

Hi,

I noticed that images for the latest Alpine Linux 3.16.1 (which contains a couple of CVE fixes among other things) are not present on Docker Hub despite being added 9 days previously. The latest in the list is 3.16.0. Just wanted to check if something is broken here?

Thanks for providing this service!

There has been no elixir or erlang release during that time so no new images have been built. We don't trigger build for patch releases of Alpine because that would require a lot more builds, only major or minor version bumps will trigger new builds.

Can you not get the new CVE versions by running apk update/ugprade?

Thanks for the reply and explanation! Having a specific label is always better when possible because update commands only get run if we reset the Docker cache, which isn't always easy to do in automated build environments. No worries though, we'll find a workaround if we need to really keep up-to-date.

If this becomes a recurring problem we will reconsider forcing new builds for Alpine patch versions. Thanks for raising the issue.

Hey @ericmj, same problem as in #137 and here again.
Alpine 3.17.2 is missing (was merged in PR #145)

What tags are missing?

We only build new OS patch versions when new releases of Elixir or Erlang are published.

E.g. 1.14.3-erlang-25.2.3-alpine-3.17.2

We only build new OS patch versions when new releases of Elixir or Erlang are published.

Ah 💡

Hi @ericmj - same problem (OS patch version for Alpine 3.17.3) - PR raised #151