-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove license-puller usage from components (#14481)
* Remove license-puller usage from components * cleanup dockerfiles * empty
- Loading branch information
Showing
27 changed files
with
8 additions
and
67 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ COPY --from=builder --chown=appuser /tmp /tmp | |
|
||
COPY --from=builder ./application-broker /root/application-broker | ||
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt | ||
COPY ./licenses/ /root/licenses | ||
|
||
LABEL [email protected]:kyma-project/kyma.git | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ FROM eu.gcr.io/kyma-project/external/golang:1.18.2-alpine3.15 as builder | |
ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/kyma/components/application-connectivity-validator | ||
WORKDIR $DOCK_PKG_DIR | ||
|
||
COPY ./licenses/ /app/licenses | ||
COPY . $DOCK_PKG_DIR | ||
|
||
RUN echo "nobody:x:65534:65534:nobody:/:" > /etc_passwd | ||
|
@@ -17,7 +16,6 @@ LABEL [email protected]:kyma-project/kyma.git | |
WORKDIR /app | ||
|
||
COPY --from=builder /go/src/github.com/kyma-project/kyma/components/application-connectivity-validator/applicationconnectivityvalidator . | ||
COPY --from=builder /app/licenses /app/licenses | ||
|
||
COPY --from=builder /etc_passwd /etc/passwd | ||
USER nobody | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ FROM eu.gcr.io/kyma-project/external/golang:1.18.2-alpine3.15 as builder | |
ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/kyma/components/central-application-connectivity-validator | ||
WORKDIR $DOCK_PKG_DIR | ||
|
||
COPY ./licenses/ /app/licenses | ||
COPY . $DOCK_PKG_DIR | ||
|
||
RUN echo "nobody:x:65534:65534:nobody:/:" > /etc_passwd | ||
|
@@ -17,7 +16,6 @@ LABEL [email protected]:kyma-project/kyma.git | |
WORKDIR /app | ||
|
||
COPY --from=builder /go/src/github.com/kyma-project/kyma/components/central-application-connectivity-validator/centralapplicationconnectivityvalidator . | ||
COPY --from=builder /app/licenses /app/licenses | ||
|
||
COPY --from=builder /etc_passwd /etc/passwd | ||
USER nobody | ||
|
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ LABEL source = [email protected]:kyma-project/kyma.git | |
|
||
WORKDIR / | ||
COPY --from=builder /go/src/github.com/kyma-project/kyma/components/eventing-controller/eventing-controller . | ||
COPY licenses/ /licenses/ | ||
USER nonroot:nonroot | ||
|
||
ENTRYPOINT ["/eventing-controller"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,8 +131,3 @@ $(eval $(call buildpack-mount,manifests)) | |
|
||
resolve_clean: | ||
rm -rf vendor | ||
|
||
licenses_clean: | ||
rm -rf licenses | ||
|
||
|
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ ENV BASE_DIR /workspace/go/src/github.com/kyma-project/kyma/tests/components/api | |
WORKDIR ${BASE_DIR} | ||
|
||
COPY . ${BASE_DIR}/ | ||
COPY ./licenses/ ${BASE_DIR}/licenses/ | ||
|
||
## | ||
# BUILD APP | ||
|
@@ -18,9 +17,7 @@ RUN cd ${BASE_DIR}/gateway-tests &&\ | |
# EXTRACT SCRIPT AND BINARY | ||
## | ||
RUN mkdir /test &&\ | ||
mv ${BASE_DIR}/app.test /test/app.test &&\ | ||
mv ${BASE_DIR}/licenses /test/licenses | ||
|
||
mv ${BASE_DIR}/app.test /test/app.test | ||
FROM eu.gcr.io/kyma-project/tpi/k8s-tools:20220525-4bd6d72e | ||
LABEL [email protected]:kyma-project/kyma.git | ||
WORKDIR /test | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ FROM golang:1.12.10-alpine3.10 as builder | |
|
||
ENV SRC_DIR=/go/src/github.com/kyma-project/kyma/tests/service-catalog | ||
COPY . $SRC_DIR | ||
COPY ./licenses/ $SRC_DIR/licenses/ | ||
COPY entrypoint.sh / | ||
|
||
WORKDIR $SRC_DIR | ||
|
@@ -19,7 +18,6 @@ WORKDIR /app | |
|
||
COPY --from=builder env-tester.bin /go/bin/env-tester.bin | ||
COPY --from=builder ./servicecatalog.test . | ||
COPY ./licenses/ /app/licenses | ||
COPY --from=builder /entrypoint.sh . | ||
|
||
LABEL [email protected]:kyma-project/kyma.git | ||
|
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