Skip to content

Dockerfile to create an official docker image #720

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

Merged
merged 3 commits into from
Jun 23, 2018

Conversation

captn3m0
Copy link
Contributor

The build is at: https://cloud.docker.com/swarm/captn3m0/repository/registry-1.docker.io/captn3m0/rss-bridge/builds/45447e14-23bc-4f35-9ff2-58aa5e7bd69a

Right now there are 2 Docker images on Docker Hub:

The first has 10k+ pulls, and the second just 147. I based mine off Alpine, so it is less than <50MB in total size.

Usage is fairly simple as well:

docker run -p 9090:80 captn3m0/rss-bridge:latest

You can mount a whitelist.txt to configure it as well:

docker run -v whitelist.txt:/app/public/whitelist.txt -p 9090:80 captn3m0/rss-bridge:latest

I can add these details to the README if this is a good idea. This can be easily setup for auto-builds on Docker Cloud with master->latest and $tag->$tag:

image

@logmanoriginal logmanoriginal merged commit f4a60c1 into RSS-Bridge:master Jun 23, 2018
@logmanoriginal
Copy link
Contributor

Merged, thanks for the effort 👍

It would be very helpful if you could write a page on the Wiki to help people who are unfamiliar with Docker (like me) to do the initial setup.

@captn3m0
Copy link
Contributor Author

@logmanoriginal I've taken the liberty of creating a rssbridge (it didn't allow dashes) organization on Docker Cloud.

If you can create an account (and give your user ID), I'll make you owner and can configure the automated builds (You need to connect the repository on Docker Cloud to the repository on GitHub).

Writing a wiki entry meanwhile.

@captn3m0 captn3m0 deleted the docker branch June 23, 2018 17:12
@captn3m0
Copy link
Contributor Author

@captn3m0
Copy link
Contributor Author

Gently poking @logmanoriginal for help on the above.

@Jucgshu
Copy link

Jucgshu commented Jul 6, 2018

Hi guys,

Awesome news to know there's a new official image for RSS-Bridge. However, it's still empty on Docker Hub, probably due to @captn3m0 pending request?

-j

@logmanoriginal
Copy link
Contributor

Sorry, I didn't see your comments until now (too many messages in my inbox per day...). Once a PR is closed it is better to open a new issue for further discussion.

That being said, I'm absolutely new to Docker, but it is quite simple to use to my surprise. I've created a Docker account, my ID is logmanoriginal.

I've taken the liberty of creating a rssbridge (it didn't allow dashes) organization on Docker Cloud.

That explains why I couldn't register it myself 🤣

Please let us continue this discussion on #740

infominer33 pushed a commit to web-work-tools/rss-bridge that referenced this pull request Apr 17, 2020
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

Successfully merging this pull request may close these issues.

3 participants