Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ optional.
container. Unlike in "artifacts", the external data path can be either a file
or a directory. However, the source and destination paths for the same
external datum must be of the same type (file or directory) when instantiated.
- "src" shall be a *relative path* to the project diectory where `r10edocker`
is run
- "dest" shall be an *absolute path* in the final Docker container image
- "include_ca_bundle" dictates a root CA bundle from the `cacert` package of
nixpkgs will be installed in the container image. If the value of this field
is set to `true` the root CA bundle will be included in the container, which
Expand Down
2 changes: 1 addition & 1 deletion pkg/r10e-docker/files/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: r10e-docker

.PHONY: r10e-docker
r10e-docker:
$(mkfile_dir)/build_container.sh 2>/dev/null
$(mkfile_dir)/build_container.sh

.PHONY: clean
clean:
Expand Down