Skip to content

Commit 686444d

Browse files
authored
Update Dockerfile
1 parent 51a3f42 commit 686444d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

centos-actions-runner/Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FROM $BASE
77
ARG GH_RUNNER_VERSION=2.273.0
88

99
ARG COMMIT_SHA=master
10+
ARG CREATED=""
1011

1112
ENV RUNNER_NAME=""
1213
ENV GITHUB_TOKEN=""
@@ -17,18 +18,18 @@ ENV AGENT_TOOLS_DIRECTORY=/opt/hostedtoolcache
1718

1819
# Fill in your labels as appropriate here
1920
LABEL \
20-
org.opencontainers.image.created= \
21-
org.opencontainers.image.authors=Peter Murray \
21+
org.opencontainers.image.created="$CREATED" \
22+
org.opencontainers.image.authors="Peter Murray" \
2223
org.opencontainers.image.url=https://github.com/peter-murray/github-actions-runner-container \
2324
org.opencontainers.image.documentation=https://github.com/peter-murray/github-actions-runner-container/README.md \
2425
org.opencontainers.image.source=https://github.com/peter-murray/github-actions-runner-container \
2526
org.opencontainers.image.version=$GH_RUNNER_VERSION \
2627
org.opencontainers.image.revision=$COMMIT_SHA \
27-
org.opencontainers.image.vendor=Peter Murray \
28+
org.opencontainers.image.vendor="Peter Murray" \
2829
org.opencontainers.image.licenses=MIT \
2930
org.opencontainers.image.ref.name=centos-actions-runner \
30-
org.opencontainers.image.title=GitHub Actions Runner Container - CentOS \
31-
org.opencontainers.image.description=GitHub Actions Runner built into a Container to provide self-hosted runners for Enterprise, Organization or Repositories \
31+
org.opencontainers.image.title="GitHub Actions Runner Container - CentOS" \
32+
org.opencontainers.image.description="GitHub Actions Runner built into a Container to provide self-hosted runners for Enterprise, Organization or Repositories" \
3233
github_actions_version=$GH_RUNNER_VERSION
3334

3435
# Create a user for running actions

0 commit comments

Comments
 (0)