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

orijtech/tickeryzer missing from unstable image #965

Closed
atc0005 opened this issue Mar 23, 2023 · 0 comments · Fixed by #966
Closed

orijtech/tickeryzer missing from unstable image #965

atc0005 opened this issue Mar 23, 2023 · 0 comments · Fixed by #966
Assignees
Labels
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Mar 23, 2023

Installed here in the "builder" image:

&& echo "Installing tickeryzer@${TICKERYZER_VERSION}" \
&& go install github.com/orijtech/tickeryzer/cmd/tickeryzer@${TICKERYZER_VERSION} \

but failed to copy into the "final" image here:

COPY --from=builder /go/bin/staticcheck /usr/bin/staticcheck
COPY --from=builder /go/bin/golangci-lint /usr/bin/golangci-lint
COPY --from=builder /go/bin/govulncheck /usr/bin/govulncheck
COPY --from=builder /go/bin/httperroryzer /usr/bin/httperroryzer
COPY --from=builder /go/bin/structslop /usr/bin/structslop
COPY --from=builder /go/bin/tomll /usr/bin/tomll
COPY --from=builder /go/bin/errwrap /usr/bin/errwrap

@atc0005 atc0005 added this to the Next Release milestone Mar 23, 2023
@atc0005 atc0005 self-assigned this Mar 23, 2023
atc0005 added a commit that referenced this issue Mar 23, 2023
This was already included in the builder image, but was missing
from the final image.

refs GH-965
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant