UNCLASSIFIED

Commit f9c7334e authored by WingKwan Lau's avatar WingKwan Lau Committed by sean.melissari
Browse files

Remove stickybit

parent 044a9141
......@@ -73,6 +73,9 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
fix-permissions ${HOME} -P && \
rpm-file-permissions
# Remove sticky bit
RUN chmod g-s /usr/libexec/openssh/ssh-keysign
ENTRYPOINT ["/usr/bin/container-entrypoint"]
USER 1001
......
This diff is collapsed.
......@@ -54,6 +54,12 @@ resources:
validation:
type: "sha256" # supported: sha256, sha512
value: "01b317c506f8b6ad60b11b1dc3f093276bb703281cb1ae01132752253ec706a2" # must be lowercase
- url: "http://www.rpmfind.net/linux/centos/8.3.2011/AppStream/x86_64/os/Packages/perl-5.30.1-451.module_el8.3.0+406+78614513.x86_64.rpm"
filename: "perl-5.30.1-451.module_el8.3.0+406+78614513.x86_64.rpm"
validation:
type: "sha256" # supported: sha256, sha512
value: "5af6605a7cfb477a60132992e679a4b5502c71b4636e8839cdba5f8ec580f368" # must be lowercase
# List of project maintainers
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment