Skip to content

Commit

Permalink
[docker] Reset attributes for files copied to ...-cons conainer
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jan 22, 2020
1 parent b542aa8 commit b1c690f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_star-sw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ echo -e "\t STAR_IMAGE_NAME: \"$STAR_IMAGE_NAME\""
# Set default attributes for the files copied into the containers
# Having same attributes ensures reproducibility of layer hashes and therefore,
# reuse of cache even when containers are built on different hosts
touch -d "@0" docker/packages.* patches/*.patch
chmod 644 docker/packages.* patches/*.patch
touch -d "@0" docker/packages.* patches/*.patch star-aux/rootlogon.C star-aux/rootlogoff.C
chmod 644 docker/packages.* patches/*.patch star-aux/rootlogon.C star-aux/rootlogoff.C


cmd="docker build -t ${STAR_BASE_IMAGE_NAME} \
Expand Down

0 comments on commit b1c690f

Please sign in to comment.