chore: Copy signing keys to /etc/ only (#288)
Supplements main PR: https://github.com/blue-build/modules/pull/375 Tests & it works, can be merged.
This commit is contained in:
parent
a8cac2adc9
commit
273d8795b2
1 changed files with 0 additions and 2 deletions
|
|
@ -26,9 +26,7 @@ ARG RUST_LOG_STYLE=always
|
||||||
# Key RUN
|
# Key RUN
|
||||||
RUN --mount=type=bind,from=stage-keys,src=/keys,dst=/tmp/keys \
|
RUN --mount=type=bind,from=stage-keys,src=/keys,dst=/tmp/keys \
|
||||||
mkdir -p /etc/pki/containers/ \
|
mkdir -p /etc/pki/containers/ \
|
||||||
mkdir -p /usr/etc/pki/containers/ \
|
|
||||||
&& cp /tmp/keys/* /etc/pki/containers/ \
|
&& cp /tmp/keys/* /etc/pki/containers/ \
|
||||||
&& cp /tmp/keys/* /usr/etc/pki/containers/ \
|
|
||||||
&& ostree container commit
|
&& ostree container commit
|
||||||
|
|
||||||
# Bin RUN
|
# Bin RUN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue