dbt-core icon indicating copy to clipboard operation
dbt-core copied to clipboard

[Bug] dbt docker image are not available in GHCR

Open scauglog opened this issue 1 year ago • 1 comments

Is this a new bug in dbt-core?

  • [X] I believe this is a new bug in dbt-core
  • [X] I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

The last docker image available on github package is dbt-core 1.7.5 but the last version available on pypi is dbt-core 1.7.8

Expected Behavior

For each release of dbt-core there should be a container available on github package.

Steps To Reproduce

docker pull ghcr.io/dbt-labs/dbt-core:1.7.8

Relevant log output

No response

Environment

No response

Which database adapter are you using with dbt?

No response

Additional Context

No response

scauglog avatar Feb 19 '24 08:02 scauglog

Thanks for reporting this @scauglog 👍

I've added your report to https://github.com/dbt-labs/dbt-core/issues/7571

dbeatty10 avatar Feb 19 '24 16:02 dbeatty10

Thank you again for raising this issue @scauglog 🏅

Since your initial report, we've released 1.7.11 and tagged appropriately:

image

We've accidentally missed versions like 1.7.8 a few times, and we're sorry about the impact it has had. We recently merged https://github.com/dbt-labs/dbt-release/issues/109 to try to prevent this in the future.

I'm going to close this as "not planned" since we'd have to do a manual release to backfill this, which is an effort we'd like to avoid so we can put it towards other areas.

Because we have more recent images available now, so hopefully this isn't too much of a problem. Please let us know if it is and we can revisit it.

dbeatty10 avatar Apr 03 '24 16:04 dbeatty10

Thank you. An image with the latest version of dbt is fine for me.

scauglog avatar Apr 03 '24 17:04 scauglog