Skip to content

Commit 1a675ed

Browse files
committed
Add the files for the jfahrer/envsubst image
[refs #d9ed9a0caa17]
1 parent 4b2faa8 commit 1a675ed

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

envsubst/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM debian:buster-slim
2+
3+
RUN apt-get update && apt-get install gettext-base
4+
5+
COPY example_file /
6+
7+
CMD bash

envsubst/example_file

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This is just some text to demonstrate envsubt.
2+
envsubst can substitute environment variables for you!
3+
4+
It can replace VAR1 with the value of the env var: $VAR1
5+
And other vars as well: $OTHER

0 commit comments

Comments
 (0)