-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: copa-action initial #1
feat: copa-action initial #1
Conversation
a3d6523
to
afea456
Compare
0b105cc
to
9d40693
Compare
8b4178c
to
89f70f9
Compare
Signed-off-by: ashnamehrotra <[email protected]>
ccc99b0
to
f247bcd
Compare
Signed-off-by: ashnamehrotra <[email protected]>
f247bcd
to
3d97522
Compare
Signed-off-by: ashnamehrotra <[email protected]>
f459074
to
b9cf670
Compare
Signed-off-by: ashnamehrotra <[email protected]>
9c57acc
to
d339ff3
Compare
Signed-off-by: ashnamehrotra <[email protected]>
Signed-off-by: ashnamehrotra <[email protected]>
e814b2a
to
a98374d
Compare
Signed-off-by: ashnamehrotra <[email protected]>
e5a2f40
to
a39252e
Compare
Signed-off-by: ashnamehrotra <[email protected]>
a39252e
to
1297a8a
Compare
.github/workflows/build.yaml
Outdated
|
||
- name: Bats Test | ||
run: | | ||
docker run --net=host --detach --rm --privileged -p 127.0.0.1:8888:8888 --name buildkitd --entrypoint buildkitd moby/buildkit:v0.12.0 --addr tcp://0.0.0.0:8888 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make buildkit version an env so it'll be easier to update
entrypoint.sh
Outdated
old_tag=$(echo "$image" | cut -d':' -f2) | ||
|
||
# new patched image tag | ||
new_tag="$old_tag$patched_tag" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think about just specifying a new tag instead of appending? this way user can specify anything
@ashnamehrotra thanks! added a few minor comments/questions, otherwise LGTM |
Signed-off-by: ashnamehrotra <[email protected]>
Signed-off-by: ashnamehrotra <[email protected]>
Signed-off-by: ashnamehrotra <[email protected]>
Signed-off-by: ashnamehrotra <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! LGTM
Initial PR for copa github action integration.