chore: Make more /var dirs
This commit is contained in:
parent
2bf7c99aaf
commit
a7503d561e
2 changed files with 3 additions and 3 deletions
|
|
@ -17,6 +17,8 @@ ARG BASE_IMAGE="{{ recipe.base_image }}"
|
|||
|
||||
{% include "modules/modules.j2" %}
|
||||
|
||||
RUN rm -fr /tmp/* /var/* && ostree container commit
|
||||
|
||||
# Labels are added last since they cause cache misses with buildah
|
||||
LABEL {{ blue_build_utils::constants::BUILD_ID_LABEL }}="{{ build_id }}"
|
||||
LABEL org.opencontainers.image.title="{{ recipe.name }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue