Coder Social home page Coder Social logo

Comments (8)

jcoupey avatar jcoupey commented on July 25, 2024 1

We can build the image in GH actions, then push them to dockerhub and/or github packages. I'd stay on dockerhub for the time being, least hassle for existing users (and future ones really).

So be it!

from vroom-docker.

jcoupey avatar jcoupey commented on July 25, 2024

I tried to go the "open source program" way for the core repo CI builds after the Travis change and in that case frankly that was quite a waste of time.

Does this only affects building the images or making them available for downstream users?

from vroom-docker.

nilsnolde avatar nilsnolde commented on July 25, 2024

I'm really skeptical with an "open source program" from any org, and suspect a similar waste of time.

It affects only building the images. Although docker recently also limited unauthenticated access to images, but (for now) with a fairly high limit. We can build the image in GH actions, then push them to dockerhub and/or github packages. I'd stay on dockerhub for the time being, least hassle for existing users (and future ones really).

But yeah, the next release will probably not trigger an auto-build anymore. I'll raise a PR soon for GH actions, quickly done.

from vroom-docker.

nilsnolde avatar nilsnolde commented on July 25, 2024

@jcoupey I just a few mins and wanted to try github actions with the new rc . can you register the docker credentials in this repository as secrets and let me know the keys? I need them before I can push images there:

      - name: Log in to Docker Hub
        uses: docker/login-action@v1
        with:
          username: ${{ secrets.DOCKER_USERNAME }}
          password: ${{ secrets.DOCKER_PASSWORD }}

from vroom-docker.

nilsnolde avatar nilsnolde commented on July 25, 2024

or simply name the keys as in the example and give a heads-up when they're ready:)

from vroom-docker.

nilsnolde avatar nilsnolde commented on July 25, 2024

I'll also throw in a test so I don't have to do that manually anymore..

from vroom-docker.

jcoupey avatar jcoupey commented on July 25, 2024

Ah, didn't know I could actually share secrets with GH... DOCKER_USERNAME and DOCKER_PASSWORD are set as repo secrets now.

from vroom-docker.

nilsnolde avatar nilsnolde commented on July 25, 2024

solved in #45

from vroom-docker.

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.