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

database-basic-dev is an invalid bundle #7

Open
eander2 opened this issue Nov 14, 2019 · 2 comments
Open

database-basic-dev is an invalid bundle #7

eander2 opened this issue Nov 14, 2019 · 2 comments

Comments

@eander2
Copy link

eander2 commented Nov 14, 2019

With the following DockerFile:

FROM clearlinux:base
RUN swupd bundle-add database-basic-dev
RUN swupd bundle-add python-data-science os-core-dev
RUN pip install pyarrow apache-airflow pyodbc

The following error is returned:

Warning: Bundle "database-basic-dev" is invalid, skipping it...
The command '/bin/sh -c swupd bundle-add database-basic-dev' returned a non-zero code: 3

This seems to be specific to docker builds, which I am not that familiar with. However there doesn't seem to be another package that has the unixODBC-dev package.

@phmccarty
Copy link

@eander2 The database-basic-dev bundle was removed from Clear Linux OS a while ago now.

The bundle was first scheduled for later removal with this commit: clearlinux/clr-bundles@087200d3ae. And then it was removed with this commit: clearlinux/clr-bundles@b21a4cfaa2.

There are two other active bundles that ship unixODBC-dev, R-extras-dev and os-clr-on-clr-dev, but those are quite large, probably much larger than database-basic-dev used to be.

@phmccarty
Copy link

Also, if you have any suggestions for bundle changes or additions, feel free to open a new issue at https://github.com/clearlinux/distribution. That tracker has higher visibility than this one :-)

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