!yAXokUArOJxHEACeib:pussthecat.org

Invidious

653 Members
https://invidious.io/ | Instances: https://instances.invidious.io/ | Documentation: https://docs.invidious.io | SourceCode: https://git.invidious.io | Instances API: https://api.invidious.io/ | ToDo: https://todo.invidious.io/ | Bridged to #invidious on Libera.Chat134 Servers

Load older messages


SenderMessageTime
4 Jan 2022
@samantazfox:pussthecat.orgSamantaz FoxAnd nope, you need to specify the file manually16:01:34
@samantazfox:pussthecat.orgSamantaz Fox

docker always looks for Dockerfile. Nothing else.

16:01:57
@zehka:matrix.flokinet.iszehka
In reply to @thefrenchghosty:pussthecat.org
so just build . in the compose file is enough?

IRC it would be

build:
   context: .
   dockerfile: Dockerfile.arm64
``` in docker-compose.yml
16:04:28
@zehka:matrix.flokinet.iszehka
In reply to @thefrenchghosty:pussthecat.org
so just build . in the compose file is enough?
*

IRC it would be

build:
   context: .
   dockerfile: Dockerfile.arm64

in docker-compose.yml

16:04:40
@thefrenchghosty:pussthecat.orgTheFrenchGhosty zehka: it's not smart enough to go look for it? 16:05:01
@zehka:matrix.flokinet.iszehka
In reply to @thefrenchghosty:pussthecat.org
zehka: it's not smart enough to go look for it?
No that .ARCH is just common practice but no technical standard built into docker
16:05:42
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @zehka:matrix.flokinet.is
No that .ARCH is just common practice but no technical standard built into docker
good to know, thanks
16:05:53
@zehka:matrix.flokinet.iszehkano problem :D16:06:09
@wanion20:matrix.orgwanion20
In reply to @zehka:matrix.flokinet.is

IRC it would be

build:
   context: .
   dockerfile: Dockerfile.arm64

in docker-compose.yml

I tried this. I am getting error because I dont have Crystal installed.
Further, the latest version of compiled crystal is 0.33.0-1 (https://stackoverflow.com/questions/42796143/how-do-i-install-crystal-lang-on-rapsberry-pi/42796648#42796648).

Even when that is installed, it needs version 1.22 and above.

16:43:45
@wanion20:matrix.orgwanion20
In reply to @zehka:matrix.flokinet.is

IRC it would be

build:
   context: .
   dockerfile: Dockerfile.arm64

in docker-compose.yml

*

I tried this. I am getting error because I dont have Crystal installed.
Further, the latest version of compiled crystal is 0.33.0-1 (https://stackoverflow.com/questions/42796143/how-do-i-install-crystal-lang-on-rapsberry-pi/42796648#42796648).

Even when that is installed, it needs version 1.2.2-r0 and above.

16:44:45
@wanion20:matrix.orgwanion20So in the end, if I need to build docker file from repo, I will have to cross-compile crystal from source16:44:50
@samantazfox:pussthecat.orgSamantaz FoxCrystal should be inside the docker image16:45:13
@samantazfox:pussthecat.orgSamantaz Fox

you don't need to have it on the host system

16:45:31
@samantazfox:pussthecat.orgSamantaz Foxthe problem is likely your context16:45:50
@wanion20:matrix.orgwanion20
In reply to @samantazfox:pussthecat.org
Crystal should be inside the docker image
even when I am building the docker image (not pulling from https://quay.io/repository/invidious/invidious)
16:45:57
@samantazfox:pussthecat.orgSamantaz Fox
build:
   context: .
   dockerfile: docker/Dockerfile.arm64
16:46:09
@wanion20:matrix.orgwanion20
In reply to @samantazfox:pussthecat.org
Crystal should be inside the docker image
* even when I am building the docker image ? (not pulling from https://quay.io/repository/invidious/invidious)
16:46:10
@samantazfox:pussthecat.orgSamantaz Fox

yep. Docker will copy the files from the repo to the container, then run crystal build inside the container

16:46:50
@rss:snopyta.orgRSS (bot)

New post in Recent Commits to documentation:master: Takedowns: Fix punctuation (#177)

16:46:59
@rss:snopyta.orgRSS (bot)

New post in Recent Commits to documentation:master: Fix typos, grammar, and broken links (#176)

16:47:01
@wanion20:matrix.orgwanion20
In reply to @samantazfox:pussthecat.org
build:
   context: .
   dockerfile: docker/Dockerfile.arm64
I have the same lines in my docker-compose
16:52:37
@wanion20:matrix.orgwanion20getting this error16:52:41
@wanion20:matrix.orgwanion20image.png
Download image.png
16:52:44
@wanion20:matrix.orgwanion20One thing I noticed is that its pulling armv716:53:10
@thefrenchghosty:pussthecat.orgTheFrenchGhostymmh they maybe renamed the packages16:53:13
@wanion20:matrix.orgwanion20while I think I am on arm v816:53:23
@wanion20:matrix.orgwanion20I am not sure if that matters16:53:27
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @wanion20:matrix.org
while I think I am on arm v8
you are
16:53:30
@samantazfox:pussthecat.orgSamantaz Fox

https://pkgs.alpinelinux.org/packages?name=crystal

16:53:40
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @wanion20:matrix.org
I am not sure if that matters
it does, armv7 is 32 bit
16:53:41

Show newer messages


Back to Room ListRoom Version: 7