-
-
Notifications
You must be signed in to change notification settings - Fork 14
feat: dockerfile uses ape slim and add build yaml #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Do not merge this, testing that the workflow works, then I have to fix ape's image deployment |
Perfect This PR is blocked until release of Ape (and verifying ape |
Stable slim is not getting published... |
02f53de
to
1a037b7
Compare
@fubuloubu let me know how far back we want to keep containers. I have the same policy as ape right now for retention, I'm sure we don't want that |
I think just until 0.5.0, because that's is the minimum that the clusters support |
What I did
Added ape slim to the build process and then created a build yaml to deploy our image to ghcr
fixes: #71
fixes: SBK-429
How I did it
Confirmed I can build locally with the ape slim image, then reused a bit of ape's build process
How to verify it
run docker build locally with a locally built ape-slim container
Checklist