Delete dockerfiles directory
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
7b35295f60
commit
14b0b9788c
@ -1,27 +0,0 @@
|
||||
# Copyright 2018 The Jetstack cert-manager contributors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM alpine:3.6
|
||||
|
||||
RUN apk add --no-cache ca-certificates && \
|
||||
adduser -S -u 100 acmesolver
|
||||
|
||||
ADD cert-manager-acmesolver_linux_amd64 /usr/bin/acmesolver
|
||||
|
||||
USER 100
|
||||
ENTRYPOINT ["/usr/bin/acmesolver"]
|
||||
ARG VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF \
|
||||
org.label-schema.vcs-url="https://github.com/jetstack/cert-manager" \
|
||||
org.label-schema.license="Apache-2.0"
|
||||
@ -1,28 +0,0 @@
|
||||
# Copyright 2018 The Jetstack cert-manager contributors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM alpine:3.6
|
||||
|
||||
RUN apk add --no-cache ca-certificates && \
|
||||
addgroup -S certmanager && adduser -S -G certmanager certmanager
|
||||
|
||||
ADD cert-manager-controller_linux_amd64 /usr/bin/cert-manager
|
||||
|
||||
USER certmanager
|
||||
|
||||
ENTRYPOINT ["/usr/bin/cert-manager"]
|
||||
ARG VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF \
|
||||
org.label-schema.vcs-url="https://github.com/jetstack/cert-manager" \
|
||||
org.label-schema.license="Apache-2.0"
|
||||
@ -1,28 +0,0 @@
|
||||
# Copyright 2018 The Jetstack cert-manager contributors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM alpine:3.6
|
||||
|
||||
RUN apk add --no-cache ca-certificates && \
|
||||
addgroup -S certmanager && adduser -S -G certmanager certmanager
|
||||
|
||||
ADD cert-manager-ingress-shim_linux_amd64 /usr/bin/ingress-shim
|
||||
|
||||
USER certmanager
|
||||
|
||||
ENTRYPOINT ["/usr/bin/ingress-shim"]
|
||||
ARG VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF \
|
||||
org.label-schema.vcs-url="https://github.com/jetstack/cert-manager" \
|
||||
org.label-schema.license="Apache-2.0"
|
||||
@ -1,24 +0,0 @@
|
||||
# Copyright 2018 The Jetstack cert-manager contributors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM alpine:3.6
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
ADD cert-manager-webhook_linux_amd64 /usr/bin/webhook
|
||||
|
||||
ENTRYPOINT ["/usr/bin/webhook"]
|
||||
ARG VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF \
|
||||
org.label-schema.vcs-url="https://github.com/jetstack/cert-manager" \
|
||||
org.label-schema.license="Apache-2.0"
|
||||
Loading…
Reference in New Issue
Block a user