UNCLASSIFIED

Commit e121edcb authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'luke.j.cervantes-development-patch-36001' into 'development'

Remove stickybit

See merge request !16
parents 044a9141 f9c7334e
Pipeline #221043 passed with stages
in 14 minutes and 16 seconds
......@@ -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,7 +54,13 @@ 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
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