When I looked into bin folder there wasn't actually any docker-entrypoint.sh file to give permission to. Any suggestions what can I do?
2020-05-29 15043, 2020
BestSteve has quit
2020-05-29 15031, 2020
BestSteve joined the channel
2020-05-29 15005, 2020
Leftmost
Chinmay3199, I'm not very familiar with docker, but I'm guessing those are permissions issues within the containers, which might suggest something wrong with the docker daemon. Are you on Linux?
2020-05-29 15037, 2020
Chinmay3199
Yes I'm on linux
2020-05-29 15052, 2020
Leftmost
I don't have great suggestions, but you could try `docker container prune`, `docker image prune`, and `./develop.sh` again.
2020-05-29 15026, 2020
Chinmay3199
I already tried that. No success :(
2020-05-29 15056, 2020
Leftmost
Maybe try a docker support room. Mention that you're running well-maintained containers and each of them is getting "Permission denied" on the ENTRYPOINT.
2020-05-29 15007, 2020
Chinmay3199
Nice idea. I'll try that!
2020-05-29 15049, 2020
ishaanshah
iliekcomputers: The tests are done
2020-05-29 15055, 2020
ishaanshah
PR is ready for review
2020-05-29 15004, 2020
iliekcomputers
Great, thanks!
2020-05-29 15059, 2020
iliekcomputers
Can you open a ticket for the the accessibility eslint disable? It's a code smell and I fear we'll never get to it if we don't fix it soon.
2020-05-29 15025, 2020
yvanzo
mo’’in’
2020-05-29 15037, 2020
prabal
Morningg :)
2020-05-29 15005, 2020
shivam-kapila
Morning
2020-05-29 15030, 2020
ishaanshah
iliekcomputers: will do, I was thinking that we should use some kind of CSS in JS system moving forward and also upgrade bootstrap to v4
2020-05-29 15003, 2020
shivam-kapila
Chinmay3199: Hi. Did you add docker to the user group and then reboot your system?
2020-05-29 15009, 2020
Chinmay3199
Yeah I did that
2020-05-29 15044, 2020
shivam-kapila
Hm. strange. Maybe Mr_Monkey will be able to help when he is up
2020-05-29 15011, 2020
ishaanshah
iliekcomputers: the test is failing because of ratelimit on travis
2020-05-29 15027, 2020
ishaanshah
Any idea how it can be fixed?
2020-05-29 15011, 2020
BestSteve has quit
2020-05-29 15041, 2020
BestSteve joined the channel
2020-05-29 15037, 2020
diru1100
Morning!! 🔥🔥 40° C here
2020-05-29 15055, 2020
shivam-kapila
Was 49° here yesterday
2020-05-29 15026, 2020
iliekcomputers
ishaanshah: that's very weird
2020-05-29 15039, 2020
iliekcomputers
We should disable rate limits in tests
2020-05-29 15056, 2020
iliekcomputers
But it's just the one request, so I'm not sure what's happening
2020-05-29 15007, 2020
iliekcomputers
Ah, it uses redis
2020-05-29 15027, 2020
iliekcomputers
In the tearDown method, you could flush redis
2020-05-29 15034, 2020
iliekcomputers
Search for something like flushdb on livegrep, we should have examples
2020-05-29 15002, 2020
iliekcomputers
Also, can you open a ticket for disabling rate limits in the test env :D
`docker run --rm -ti --entrypoint /bin/bash` postgres
2020-05-29 15015, 2020
alastairp
uh, the whole command
2020-05-29 15043, 2020
alastairp
`docker run --rm -ti --entrypoint /bin/bash postgres:12.3`
2020-05-29 15057, 2020
Chinmay3199
`docker-compose run --rm postgres bash` this didn't run. Permission error
2020-05-29 15007, 2020
Mr_Monkey
So I think we're barking up the wrong tree and this is an issue with docker rather than with the containers. People on this github issue are suggesting uninstalling Docker they installed with snap, an d reinstalling it with apt.
2020-05-29 15009, 2020
alastairp
Chinmay3199: do it with 'docker run' and add -ti
2020-05-29 15029, 2020
Mr_Monkey
Leftmost also had some issues earlier this week and reinstalling from the official package solved it.