Skip to content

Commit

Permalink
Merge pull request #3147 from BenTheElder/latest-builds
Browse files Browse the repository at this point in the history
improve post merge image builds
  • Loading branch information
BenTheElder authored Mar 30, 2023
2 parents 066bb82 + 91ac084 commit 48f316c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/haproxy/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down
2 changes: 1 addition & 1 deletion images/kindnetd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ COPY . .
RUN CGO_ENABLED=0 go build -o ./kindnetd ./cmd/kindnetd

# build real kindnetd image
FROM registry.k8s.io/build-image/distroless-iptables:v0.2.1
FROM registry.k8s.io/build-image/distroless-iptables:v0.2.2
COPY --from=0 --chown=root:root ./go/src/kindnetd /bin/kindnetd
CMD ["/bin/kindnetd"]
2 changes: 1 addition & 1 deletion images/kindnetd/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
machineType: N1_HIGHCPU_32
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down
1 change: 1 addition & 0 deletions images/local-path-helper/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down
1 change: 1 addition & 0 deletions images/local-path-provisioner/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down

0 comments on commit 48f316c

Please sign in to comment.