Skip to content

Commit c1ef894

Browse files
chmouelpipelines-as-code[bot]
authored andcommitted
chore: remove Dockerfile and update dev docs
The Dockerfile has been removed from the project, since we use ko now. Additionally, the development documentation has been updated to include information about a GitHub action that uses ko to build amd64 and arm64 images on branch pushes or releases.
1 parent 6540c93 commit c1ef894

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

Dockerfile

-21
This file was deleted.

docs/content/docs/dev/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ need to have on your system:
366366
- We target arm64 and amd64. The dogfooding is on arm64, so we need to ensure
367367
that all jobs and docker images used in the .tekton PipelineRuns are built
368368
for arm64.
369+
- A GitHub action is using [ko](https://ko.build/) to build the amd64 and arm64 images whenever there is
370+
a push to a branch or for a release.
369371

370372
# Links
371373

0 commit comments

Comments
 (0)