Giter VIP home page Giter VIP logo

Comments (8)

cjekel avatar cjekel commented on July 17, 2024 1

This is a good idea. I haven't kept the docker image up to date, so I should probably look into auto builds as well.

from tindetheus.

cjekel avatar cjekel commented on July 17, 2024 1

So the Docker autobuilds are working again.

I changed the submodule to point to https://github.com/cjekel/pynder.git to deal with not having permission from https://github.com/charliewolf/pynder.git which was previously killing the autobuild process.

I also used COPY instead of git clone.

Thanks for the help!

from tindetheus.

cjekel avatar cjekel commented on July 17, 2024

e78510e

from tindetheus.

cjekel avatar cjekel commented on July 17, 2024

@VikashKothary I added a dockerfile and tried to setup automatic docker builds, but the automatic builds were failing because Docker can't clone with ssh the submodule because I don't have write permission to the original pynder source. I couldn't figure out a way to get docker to clone the tindetheus without ssh.

Then I abandoned this since I thought that building the image yourself with the dockerfile was easy enough.

from tindetheus.

VikashKothary avatar VikashKothary commented on July 17, 2024

@cjekel Is there a reason you're cloning the git repository as opposed to just using COPY to move the files across. If it's done by a CI, you can assume all the fine will be identical to the repo.

Also the submodule can be made to use ssh if you want. It just involves updating the url here.

url = https://github.com/charliewolf/pynder.git

Using the SSH url [email protected]:charliewolf/pynder.git will make it use SSH.

Let me know which you prefer.

from tindetheus.

cjekel avatar cjekel commented on July 17, 2024

Let me see if changing that will get the Docker auto builds working
Edit: This was with regards to the sudmodule. Strange it was already using https as I thought ssh was causing the autobuild isssue. Https makes sense here since we don't have write permission to that repo?

from tindetheus.

cjekel avatar cjekel commented on July 17, 2024

@VikashKothary Feel free to send a PR for that line in the Dockerfile. Other than this, does everything else seem reasonable?

from tindetheus.

VikashKothary avatar VikashKothary commented on July 17, 2024

Hi @cjekel, that all sounds good. I'll try and make a PR when I next get some free time. I'll be nice to have the Docker image working again. 👍

from tindetheus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.