Improve docker image setup #43
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Depends on
#42 Add healthcheck endpoint
vieter-v/vieter
Reference: vieter-v/vieter#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We want to release two types of Docker image, namely a dynamically linked Alpine-based one & a statically linked "bare" image. Both these images should contain the following things:
Specifically for the "bare" image, there also:
This one needs some clarification. During our CI testing, we build statically compiled production images on all three supported platforms. This means that, instead of rebuilding these, we could run these builds again when merging into dev & upload them to a commit-specific directory in a CI bucket. Afterwards, we can let the agent builder the actual image pull the relevant binary from this bucket, greatly speeding up the buildx process.
Improve docker imageto Improve docker image setupWe're gonna settle for just a non-alpine based one, that uses busybox.