Skip to content

Commit

Permalink
Removing hermetic Build (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 authored Oct 24, 2023
1 parent 8168fee commit 918f760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .tekton/trillian-netcat-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ spec:
value: .
- name: revision
value: '{{revision}}'
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
pipelineSpec:
finally:
- name: show-sbom
Expand Down
4 changes: 0 additions & 4 deletions .tekton/trillian-netcat-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ spec:
value: .
- name: revision
value: '{{revision}}'
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
pipelineSpec:
finally:
- name: show-sbom
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.netcat
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:9c810eccada0cc6f25b46eeeea4516bab01828faef4fdd2fe49c760518b90dd1

RUN microdnf -y install nc

LABEL description="Netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."
LABEL io.k8s.description="netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."
LABEL io.k8s.display-name="trillian_netcat"
LABEL io.openshift.tags="trillian netcat trusted-signer"
LABEL summary="Provides the trillian netcat binary for running trillian netcat"

RUN microdnf -y install nc

0 comments on commit 918f760

Please sign in to comment.