Update nginx image, use docker buildx and remove qemu (#4923)
* Update nginx image, use docker buildx and remove qemu * Update e2e image
This commit is contained in:
parent
e726f25d03
commit
c8015c7734
9 changed files with 21 additions and 38 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM BASEIMAGE
|
||||
FROM --platform=$BUILDPLATFORM BASEIMAGE
|
||||
|
||||
LABEL org.opencontainers.image.title='NGINX Ingress Controller for Kubernetes'
|
||||
LABEL org.opencontainers.image.documentation='https://kubernetes.github.io/ingress-nginx/'
|
||||
|
|
@ -21,8 +21,6 @@ LABEL org.opencontainers.image.vendor='The Kubernetes Authors'
|
|||
LABEL org.opencontainers.image.licenses='Apache-2.0'
|
||||
LABEL org.opencontainers.image.version='VERSION'
|
||||
|
||||
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
|
||||
|
||||
WORKDIR /etc/nginx
|
||||
|
||||
RUN apk add -U --no-cache \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue