-
Notifications
You must be signed in to change notification settings - Fork 107
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
force pack acceptance tests to build with a version of go that can st… #1158
Merged
natalieparellano
merged 1 commit into
buildpacks:main
from
joe-kimmel-vmw:fix-go-version-for-pack-acceptance-until-go-fixes-itself
Jul 24, 2023
Merged
force pack acceptance tests to build with a version of go that can st… #1158
natalieparellano
merged 1 commit into
buildpacks:main
from
joe-kimmel-vmw:fix-go-version-for-pack-acceptance-until-go-fixes-itself
Jul 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ill make HTTP requests to docker daemon Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
natalieparellano
approved these changes
Jul 24, 2023
natalieparellano
deleted the
fix-go-version-for-pack-acceptance-until-go-fixes-itself
branch
July 24, 2023 16:08
natalieparellano
pushed a commit
that referenced
this pull request
Aug 3, 2023
…ill make HTTP requests to docker daemon (#1158) Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
dlion
pushed a commit
to dlion/lifecycle
that referenced
this pull request
Aug 7, 2023
…ill make HTTP requests to docker daemon (buildpacks#1158) Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
natalieparellano
added a commit
that referenced
this pull request
Aug 9, 2023
* restorer gets layers flag again Signed-off-by: Joe Kimmel <jkimmel@vmware.com> * add explanatory debug logs so a reader knows why the buildpacks are read twice. Signed-off-by: Joe Kimmel <jkimmel@vmware.com> * warn when a positional argument might have been a flag (#1147) Signed-off-by: Joe Kimmel <jkimmel@vmware.com> * Add test for empty digest not returned Signed-off-by: Natalie Arellano <narellano@vmware.com> * Fix acceptance by providing a base image when we instantiate the remote run image Signed-off-by: Natalie Arellano <narellano@vmware.com> * timestamp logs and phase error message cherry-picks (#1164) * timestamp logs for entry/exit for all the top-level Lifecycle package functions Signed-off-by: Joe Kimmel <jkimmel@vmware.com> fixing names Signed-off-by: Joe Kimmel <jkimmel@vmware.com> using defer to make one-liners for fun and profit Signed-off-by: Joe Kimmel <jkimmel@vmware.com> and today we thank our brave linters for preventing critical defects such as unnecessary trailing newlines from being merged. Its about time somebody thought of the children. Signed-off-by: Joe Kimmel <jkimmel@vmware.com> * be more helpful when you dont recognize the phase Signed-off-by: Joe Kimmel <jkimmel@vmware.com> --------- Signed-off-by: Joe Kimmel <jkimmel@vmware.com> * Simplifies target matching logic per spec PR review (#1166) * Update units without updating code Signed-off-by: Natalie Arellano <narellano@vmware.com> * Update code Signed-off-by: Natalie Arellano <narellano@vmware.com> * Unpend test Signed-off-by: Natalie Arellano <narellano@vmware.com> * Add units for rebase without updating code Signed-off-by: Natalie Arellano <narellano@vmware.com> * Update rebase code Signed-off-by: Natalie Arellano <narellano@vmware.com> * Fix lint Signed-off-by: Natalie Arellano <narellano@vmware.com> * When we read the descriptor file, don't fill in "*" as a magic value as missing values are wildcard matches Signed-off-by: Natalie Arellano <narellano@vmware.com> * Stricter validation for rebase Signed-off-by: Natalie Arellano <narellano@vmware.com> --------- Signed-off-by: Natalie Arellano <narellano@vmware.com> * Add -daemon to restorer (#1168) This is needed when extensions were used to switch (but not extend) the run image and we need to re-read the target data from the image config. In such cases, we don't need the run image to exist in a registry, because we don't need a manifest for kaniko. Signed-off-by: Natalie Arellano <narellano@vmware.com> * Remove CNB_TARGET_ID according to buildpacks/spec#374 and buildpacks/spec#375 (#1175) Signed-off-by: Natalie Arellano <narellano@vmware.com> * Field renames per spec review (#1170) * Rename distributions -> distros in the buildpack spec Signed-off-by: Natalie Arellano <narellano@vmware.com> * Rename distributions -> distros in the platform spec Signed-off-by: Natalie Arellano <narellano@vmware.com> --------- Signed-off-by: Natalie Arellano <narellano@vmware.com> * force pack acceptance tests to build with a version of go that can still make HTTP requests to docker daemon (#1158) Signed-off-by: Joe Kimmel <jkimmel@vmware.com> --------- Signed-off-by: Joe Kimmel <jkimmel@vmware.com> Signed-off-by: Natalie Arellano <narellano@vmware.com> Co-authored-by: Joe Kimmel <jkimmel@vmware.com> Co-authored-by: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ill make HTTP requests to docker daemon