This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-14
Channels
- # announcements (10)
- # architecture (3)
- # atom-editor (1)
- # babashka (53)
- # babashka-sci-dev (118)
- # beginners (74)
- # biff (10)
- # calva (13)
- # clara (13)
- # clerk (20)
- # clj-commons (17)
- # clj-kondo (6)
- # cljdoc (19)
- # cljs-dev (3)
- # clojars (2)
- # clojure (63)
- # clojure-art (2)
- # clojure-europe (68)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (3)
- # clojured (19)
- # clojurescript (34)
- # clr (1)
- # cursive (11)
- # emacs (12)
- # fulcro (3)
- # helix (2)
- # holy-lambda (2)
- # honeysql (27)
- # hyperfiddle (36)
- # malli (2)
- # off-topic (72)
- # polylith (4)
- # rdf (20)
- # re-frame (20)
- # reitit (4)
- # rewrite-clj (14)
- # shadow-cljs (17)
- # slack-help (2)
- # tools-deps (36)
- # xtdb (3)
@rahul080327 I just sent you an e-mail. It seems docker is cancelling organizations unless you upgrade to a team account for 9 dollar per user.. maybe it's time to move away and go to this github docker stuff?
yeah should be easy to move to Github Container Registry, but will be a different URL to pull from
i'll set the migration branch up
its either ghcr or http://quay.io from redhat
ghcr is the newer one and since its GH/mircosoft based quite the usage now. Quay is older, lesser bandwidth promises but quite consistent.
quay mirrors docker hub now automatically too i think
not being in dockerhub feels like the right thing to do for me
yeah should be a safe enough bet
i myself have been using it since last 2+ years
i'll read up a bit on the usage limits on ghcr, havent tried a frequently donloaded thing from it
whats a bit off is that say in https://github.com/features/packages#pricing that its 500MB of data storage and 1GB/month transfer limit. I have used it more than that on my public images specially the storage bit. Not sure what happens with bb
We could also just cancel the docker images. People can build their own and download the binary
we get questions about those anyway and all we say is: yeah, don't use the minimal, start with ubuntu
yeah the free bit is there but im concerned about the bandwidth
cant see a number there. cant be unlimited
it could be if its set at the repo level and not per IP like docker did
yeah thats the hypothesis im trying to prove as well. would be good to make these mistakes now
i'll take a proper look in a bit
as for removing the images altogether, maybe best to ask/poll the users. i think people do use them, things like #C01UQJ4JC9Y i suppose?
I guess we can start pushing to ghcr this month and then we have a month before dockerhub pulls the plug
i think ghcr looks good, cant see anything that says it could be limited in anyway. will do a PR tomorrow
hmm maybe I should try this: https://www.docker.com/community/open-source/application/
nice, would be nice if this works!
im doing a test push with a dummy image from my local machine on ghcr, just to check the auth
nice i can reproduce the issue right here
guess everyones moving
and that screwed it
yeah 503 status shouldve been the hint. thats generally shit hitting the fan
right. change seems small enough that we can test it tomorrow or next week instead, thanks!
couldnt find the thing that grants package permissions
there is probably one thats hidden in some obscure corner
im still using the classic one for my things
I'm going to "fine grained tokens" and then... (just am minute, I'm typing as I do this)
yeah which one among the list gives package write is where i was lost
decided to get this going and figure that out later
can send on https://onetimesecret.com/ too
send me the link on DM
Ah, I think it's not working yet for Github Packages, gotcha https://github.com/community/community/discussions/38467
push works
this is nginx actually: https://github.com/orgs/babashka/packages
deleting and rerunning the docker step
yeah default is private when its created
$ docker run -it --rm bb --version
babashka v1.2.175-SNAPSHOT
doesnt push on snapshot
should we try this too?
does this need a changelog?
well both lower and upper works
thats how the UI is showing it seems
docker run -it --rm
seems to work for me
yeah the tag in the registry is in caps
thats what the recent pushes show
yeah some windows horseshit
look at what I'm dealing with here: https://github.com/clj-kondo/clj-kondo/pull/2009
use linux, like real programmers 😛
your audio may not work but caps are good
yeah the multiarch isnt super critical there
wouldve been really cool if we did an actual PR on bb in the workshop
yeah and this with the PR would be apt for the conj
the unreasonable effectiveness of pull requests workshop like we talked about 😛