As a 4 day tech worker, 1 day community gardener, I can vouch for the therapeutic nature!
dallen
#! brings back some good memories :)
Am I understanding correctly that you are building the image by copying in key elements from the host machine’s functioning nginx installation?
This is creative but not common approach to docker.
Normally software is installed following the officially documented procedure (imagine installing using apt or a shell script via RUN). Sometimes software documentation has specific recommendations to follow for containerized installs.
It’s common to have the version defined as a variable where a change in value invalidates the docker layer cache. To me it’s unclear how caching would work with your dockerfile, for example, in the event of a upgrade. You could also see how a breaking change (such as one in the paths you are copying) could run into issues with your hardcoded approach.
In the case of software like nginx, I would use the official image, mount config/cert files instead of copying, and extend in my own dockerfile if needed.
What I love about Debian is there are always instructions regardless of whatever random package I want to use or Linux thing I’m trying to do.
At the old job I was using IronPython (2.7) to write Grasshopper plug-ins in the Rhino CAD software. Luckily, it was mostly responsible for kicking off Python3 and Go subprocesses.
Now, the worst I’m stuck with is 3.8 for one of our repos using PyTorch.
Sorry, I did mean under powered.
I’m a big raspi fan but I think the Pi 4 will be overpowered for your needs.
I find Mint to be the most obvious choice for beginners who don’t use Lemmy.
In my experience with Debian, using the netinst ISO is the most reliable option. That being said, install from live USB should be fine.
At this point, I would probably re-flash the image on the drive.
Kinda comes across as someone complaining about how their company implemented agile. The only thing I can relate to is long sprints around the holidays, which I don’t see as an issue.
I’ve only worked for 20-30 person companies so maybe it’s a corpo thing? The post reads like a list of red flags that would have me looking for a new job pronto.
Seems to be more a problem of shitty management than agile vs waterfall.
You can always set watchtower to blindly pull for you. If it’s going to be broken anyways, might as well automate the process.