Skip to content
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

Docs - intro-invocation-images.md update #2800

Closed
Tracked by #2798
phillipgibson opened this issue Jun 29, 2023 · 0 comments · Fixed by #2957
Closed
Tracked by #2798

Docs - intro-invocation-images.md update #2800

phillipgibson opened this issue Jun 29, 2023 · 0 comments · Fixed by #2957
Labels
docs Markdown ahoy! Updates needed on porter.sh or in dev docs. hacktoberfest Issues chosen for Hacktoberfest 2023 help wanted Good for someone who has contributed before

Comments

@phillipgibson
Copy link
Member

          ```suggestion

Porter starts the Dockerfile by using a base image. You can customize the base image by specifying a Dockerfile template in the porter.yaml. By default, Porter only targets a single os/architecture(linux/amd64) for the bundle installer. If you want to use other platform, feel free to change the platform flag in the generated Dockerfile template. Next, a set of CA certificates is added. Then, contents of the current directory are copied into the bundle directory (/cnab/app) in the bundle installer. This will include any contributions from the mixin executables. Finally, an entry point that conforms to the CNAB specification is added to the image.


_Originally posted by @schristoff in https://github.com/getporter/porter/pull/2790#discussion_r1243116007_
            
@troy0820 troy0820 added the docs Markdown ahoy! Updates needed on porter.sh or in dev docs. label Aug 7, 2023
@schristoff schristoff added help wanted Good for someone who has contributed before hacktoberfest Issues chosen for Hacktoberfest 2023 labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Markdown ahoy! Updates needed on porter.sh or in dev docs. hacktoberfest Issues chosen for Hacktoberfest 2023 help wanted Good for someone who has contributed before
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants