CI Best Practices: Stages
Primary Stages
- Build
- Test
- Deploy
Software Review: Artifactory Open-Source
tl;dr
I’ve been looking for an artifact repository that I can use for generic artifacts. Is Artifactory Open Source useful for this?
Writing a Binary Artifact Repository: The Stupid, Simple Way
tl;dr
For my in-house dev projects, I want to be able to upload and download artifacts with a simple command-line call.
So I wrote a dumb one that seems to work : https://gitlab.com/jtrowe/app-artifact-repository .
TIL: Docker CMD
Use the JSON Form in Docker CMD statements
The string form of the Docker CMD statement passes through a shell and behaves differently with signals than the JSON form does.
My SIGTERM signal was not being passed through to my webapp.
2022 Week 22 Status Update
What I did from 2022-MAY-29 to 2022-JUN-04.
2022 Week 21 Status Update
What I did from 2022-MAY-22 to 2022-MAY-28.
Vim Plugin: Rainbow
Rainbow
tldr: Highlights different levels of braces or parens with different colors.