Replies: 1 comment
-
I think you would be better off using a Dockerfile here. Buildpacks run in userspace and can only write to specific directories, so they likely wouldn't be able to perform all of the functions you are describing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I take source code of say Ubuntu 22.
Now, I try to build it.
I want to create a layer system.
Like one layer represents base Image. Next layer represents OS hardening. Next represents logging mechanism inside OS. etc.
Can buildpacks be used here?
Beta Was this translation helpful? Give feedback.
All reactions