Skip to content
Snippets Groups Projects
Verified Commit 901b10f4 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Add new swh-utils image for init-container image

They add some required dependencies to help substituting environment variables, ...

Refs. sysadm-environment#5179
parent 7e0228b6
No related tags found
1 merge request!32Add swh-utils image to help build init-container image
FROM debian:bookworm-slim
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install -y gettext-base curl && \
apt clean
swh-utils
=========
A docker image with extra deployment (gettext, curl, ...). This will help creating
init-container which installs configuration files with substituted environment
variables.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment