Skip to content

Commit

Permalink
Merge pull request #1069 from ErikJiang/clear_old_airgap_data
Browse files Browse the repository at this point in the history
clear old airgap data in dockerfile
  • Loading branch information
ErikJiang authored Dec 27, 2023
2 parents f5c5cda + a96626b commit 5f0822d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/images/airgap-patch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CMD echo "show supporting versions" \
&& echo "starting generating airgap patch files" \
&& MANIFEST_CONF=/manifest.yml python3 artifacts/airgap_patch.py \
&& echo "copying data" \
&& rm -rf /data/* \
&& mv airgap_patch/* /data \
&& chmod -R 777 /data/ \
&& echo "finished"

0 comments on commit 5f0822d

Please sign in to comment.