Open notrepo05 opened 5 months ago
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
This PR supersedes https://github.com/pivotal-cf/kiln/pull/494
cc @nouseforaname
cc @pvaramballypivot: I recreated https://github.com/pivotal-cf/kiln/pull/494 on behalf of @nouseforaname since test couldn't run on CI. They're passing now and nothing has since changed. Thanks!
Hey, is this ever going to happen? It prevents us from running our tile templating tests in CI
Please see the original PR authored by nouseforaname: https://github.com/pivotal-cf/kiln/pull/494. Recreating for github action permissions
Copied for convenience:
Long story short, we'd like to run
kiln test
in a shared concourse.We are prevented from doing so because we cannot pull the images that https://github.com/pivotal-cf/kiln/blob/main/internal/test/Dockerfile requires for the FROM steps.
We are using authenticated pulls but we still get rate limited.
We'd like to be able to prebuild the required image via the
build-oci
task and then be able to consume the prebuild image in outkiln test
task