Coder Social home page Coder Social logo

Comments (8)

JonasVautherin avatar JonasVautherin commented on July 29, 2024 1

This one from @jcfr message above: https://hub.docker.com/r/dockcross/manylinux2014-x64/tags?page=1&ordering=last_updated

But you're right, dockcross/base is not... 🤔

Isn't it because in the Makefile, they use $(TAG) (see here), but base does not (see here)? Let me try that...

EDIT: and actually that would answer the initial question 😆. The tag is made by the Makefile, and docker push image pushes both tags. Would that make sense?

from dockbuild.

jcfr avatar jcfr commented on July 29, 2024

@thewtex @JonasVautherin For each dockcross images, are we pushing on dockhub both the latest and YYYYMMDD-SHA{7} tag ?

Looking at dockhub I see both but I am not sure where this happening in the CI configuration

from dockbuild.

JonasVautherin avatar JonasVautherin commented on July 29, 2024

It's just doing docker image push dockcross/${{ matrix.arch_name }} (which for android-arm would be docker image push dockcross/android-arm).

I must say I don't know exactly how that works internally, e.g. does it actively push a latest tag, or does the server move the latest cursor whenever a new image is pushed? I would intuitively think about the latter, but I don't know 😄

from dockbuild.

thewtex avatar thewtex commented on July 29, 2024

By default, Docker pushes to the latest tag

We will have to re-add pushes of the date-sha tags.

from dockbuild.

JonasVautherin avatar JonasVautherin commented on July 29, 2024

@thewtex: it seems to me that the date tags are pushed:

20210210-84c47e5
Last pushed a month ago by dockcrossci

I did not push them manually, so it has to come from the CI, right?

from dockbuild.

thewtex avatar thewtex commented on July 29, 2024

@JonasVautherin do you have a link for this?

When I check here:

https://hub.docker.com/r/dockcross/base/tags?page=1&ordering=last_updated

I get only get an updated latest:

image

from dockbuild.

thewtex avatar thewtex commented on July 29, 2024

EDIT: and actually that would answer the initial question laughing. The tag is made by the Makefile, and docker push image pushes both tags. Would that make sense?

Yes! Thanks for the follow-up -- looks like we are in good shape 💪 .

from dockbuild.

thewtex avatar thewtex commented on July 29, 2024

EDIT: and actually that would answer the initial question laughing. The tag is made by the Makefile, and docker push image pushes both tags. Would that make sense?

Yes, thanks @JonasVautherin for the investigation.

from dockbuild.

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.