Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infrastructure/images/gh-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This image is meant to be as small and lightweight as possible so we keep the de

If any team needs a custom image they are free to roll their own or extend this, but they will be responsible for maintaining this image.

Example Dockerfile for an image that in addition to what is available in the base image installs netcat:
Example Dockerfile for an image that in addition to what is available in the base image installs curl and jq:

```Dockerfile
FROM ghcr.io/altinn/altinn-platform-gh-runner-base:1.0.0 ##TODO: Add actual image name when available
Expand Down
Loading