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

link to .deb is broken due to circleci-tkn.rhcloud.com not resolving #67

Open
nealcardwell opened this issue Jul 26, 2023 · 2 comments
Open

Comments

@nealcardwell
Copy link

The README.md text says:

You can grab the latest build here (source package or *.deb).

However, the DNS name in that URL does not seem to resolve any more.

Chrome says:

"""
This site can’t be reached
Check if there is a typo in circleci-tkn.rhcloud.com.
DNS_PROBE_FINISHED_NXDOMAIN
"""

The command line "host" tool says:;

"""
$ host circleci-tkn.rhcloud.com
->
Host circleci-tkn.rhcloud.com not found: 3(NXDOMAIN)
"""

@oliviertilmans
Copy link
Member

oliviertilmans commented Aug 2, 2023 via email

@matttbe
Copy link
Contributor

matttbe commented Aug 2, 2023

Hi Olivier, Neal,

@matttbe I guess the dockerhub image could also instead be produced as part of that pipeline/stored on ghcr.

Good idea!
It is easy to build a docker image and push it using Github Actions, e.g. here

@nealcardwell if you need a quick solution, you can use this docker image on Docker registry: matttbe/tracebox. For more details: https://github.com/matttbe/tracebox-docker

docker run -it --rm matttbe/tracebox:latest -h

(It might be good to update the README file to suggest using this docker image, similar to what we did on http://www.tracebox.org website)

Note that the main reason why I created this docker image is because some modifications in the code are needed to support newer versions of some dependences. In other words, it was no longer possible to compile tracebox (and/or libcrafter) on recent OS (e.g. Ubuntu 22.04). But apart from that, this tool is still very useful today ;-)

(I just noticed another docker image has been suggested in ticket #66 more than a year ago)

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

3 participants