Skip to content

Commit

Permalink
Merge pull request #243 from Engineering-Research-and-Development/hot…
Browse files Browse the repository at this point in the history
…ifx/sigstore_permission

Add sigstore permission
  • Loading branch information
marest94 authored Nov 14, 2023
2 parents 1ec3fef + 4877350 commit 5ea516a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --no-cache wget openssl curl cosign
# && apt-get install -y wget \
# && rm -rf /var/lib/apt/lists/

RUN mkdir -p /home/nobody/data/sd && mkdir -p /home/nobody/data/log/ecc
RUN mkdir -p /home/nobody/data/sd && mkdir -p /home/nobody/data/log/ecc && mkdir -p /.sigstore


WORKDIR /home/nobody
Expand All @@ -22,7 +22,7 @@ COPY target/dependency-jars /home/nobody/app/dependency-jars
# Add the application's jar to the container
ADD target/application.jar /home/nobody/app/application.jar

RUN chown -R nobody:nogroup /home/nobody
RUN chown -R nobody:nogroup /home/nobody && chown -R nobody:nogroup /.sigstore

USER 65534

Expand Down

0 comments on commit 5ea516a

Please sign in to comment.