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

[ADAP-925] [Feature] Support docker image arm64 #794

Closed
3 tasks done
aka-ao opened this issue Oct 3, 2023 · 1 comment
Closed
3 tasks done

[ADAP-925] [Feature] Support docker image arm64 #794

aka-ao opened this issue Oct 3, 2023 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@aka-ao
Copy link

aka-ao commented Oct 3, 2023

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt-snowflake functionality, rather than a Big Idea better suited to a discussion

Describe the feature

We are running dbt on an arm64 cpu machine.
Are there any plans to create an official image for the arm64 platform?

Describe alternatives you've considered

Currently there are no official images that support arm64, so we build our own images as follows

FROM python

RUN pip install -U pip
RUN pip install dbt-core==1.6.1
RUN pip install dbt-snowflake==1.6.2
...

Who will this benefit?

All those running dbt docker images on the arm64 platform

Are you interested in contributing this feature?

No response

Anything else?

No response

@aka-ao aka-ao added enhancement New feature or request triage labels Oct 3, 2023
@github-actions github-actions bot changed the title [Feature] Support docker image arn64 [ADAP-925] [Feature] Support docker image arn64 Oct 3, 2023
@dbeatty10 dbeatty10 changed the title [ADAP-925] [Feature] Support docker image arn64 [ADAP-925] [Feature] Support docker image arm64 Feb 7, 2024
@dbeatty10
Copy link
Contributor

We don't have plans to provide official images across a variety of platforms, so building your own is the way to go 👍

@dbeatty10 dbeatty10 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2024
@dbeatty10 dbeatty10 added wontfix This will not be worked on and removed triage labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants