Switch base image for OCI container to Debian #236
No reviewers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-services-developers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#236
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "potyarkin/frostfs-http-gw:feature/oci-base-debian"
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?
Currently frostfs-http-gw images are built
FROM scratch
and do not provide any executables except for the gateway itself.Having POSIX shell inside frostfs-http-gw is beneficial during dynamic environment bringup in component tests. All other frostfs-* containers are based on Alpine and provide Busybox
/bin/sh
.Initially I wanted to use Alpine here too, but @realloc suggested to switch all containers to Debian. While that discussion is still ongoing I'd like to add some shell to frostfs-http-gw -- let it be Debian's.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.