mysterious 1.5 GB image in Ruby/Node build logs
reimakesgames
HOBBYOP

2 years ago

there is a mysterious 1.5 GB image in the logs of my build step

19 Replies

reimakesgames
HOBBYOP

2 years ago

a0c840b3-7e97-4dc9-bc7c-e6892018f6a5


reimakesgames
HOBBYOP

2 years ago

i have no idea what this is


reimakesgames
HOBBYOP

2 years ago

if it is the ruby dependencies, maybe there's a way to wipe it


reimakesgames
HOBBYOP

2 years ago

i don't know how though


2 years ago

that is the built image that railway will then run


reimakesgames
HOBBYOP

2 years ago

does the 1.5 GB thing cost me anything ?


reimakesgames
HOBBYOP

2 years ago

im just concerned if that will charge me anything


2 years ago

no but you should work on reducing it


reimakesgames
HOBBYOP

2 years ago

guess who doesn't know how to do that


2 years ago

time to learn how to write a Dockerfile


reimakesgames
HOBBYOP

2 years ago

im thinking of just deleting the entire ruby backend after building cuz i'm only using it for building the site


2 years ago

you can do that in a custom Dockerfile with multiple stages


reimakesgames
HOBBYOP

2 years ago

i have this thread <#1264138281751281765> that can probably be resolved


reimakesgames
HOBBYOP

2 years ago

github has the necessary tools for building static jekyll sites


reimakesgames
HOBBYOP

2 years ago

i can probably defer the building step there


reimakesgames
HOBBYOP

2 years ago

and just emit an artefact that railway will pick up


reimakesgames
HOBBYOP

2 years ago

and then deploy that


reimakesgames
HOBBYOP

2 years ago

i think that will work


reimakesgames
HOBBYOP

2 years ago

what


Loading...