Skip to content

Commit 88d03d8

Browse files
committed
SYS-576 workaround kubectl 1.27.4 cve
1 parent 8422f20 commit 88d03d8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

images/python-builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV BUILD_DIR=/build \
1717
ARG BUILDX_VERSION=0.11.2
1818
ARG COMPOSE_VERSION=2.20.2
1919
ARG HELM_VERSION=3.11.3-r0
20-
ARG KUBECTL_VERSION=1.27.4
20+
ARG KUBECTL_VERSION=1.26.7
2121
ARG MUSL_VERSION=1.2.4-r1
2222
ARG PIP_VERSION=23.2.1
2323
ARG PYTHON_VERSION=3.11.4-r0
@@ -32,7 +32,7 @@ ARG DOCKER_GID=485
3232
ARG BUILD_UID=1001
3333
ARG BUILDX_SHA=311568ee69715abc46163fd688e56c77ab0144ff32e116d0f293bfc3470e75b7
3434
ARG COMPOSE_SHA=b9385dabb7931636a3afc0aee94625ebff3bb29584493a87804afb6ebaf2d916
35-
ARG KUBECTL_SHA=4685bfcf732260f72fce58379e812e091557ef1dfc1bc8084226c7891dd6028f
35+
ARG KUBECTL_SHA=d9dc7741e5f279c28ef32fbbe1daa8ebc36622391c33470efed5eb8426959971
3636

3737
COPY Pipfile* /root/
3838
RUN addgroup -g $DOCKER_GID docker && \

images/python-builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## python-builder
2-
[![](https://img.shields.io/docker/v/instantlinux/python-builder?sort=date)](https://hub.docker.com/r/instantlinux/python-builder/tags "Version badge") [![](https://img.shields.io/docker/image-size/instantlinux/python-builder?sort=date)](https://github.com/instantlinux/docker-tools/tree/main/images/python-builder "Image badge") ![](https://img.shields.io/badge/platform-amd64%20arm64%20arm%2Fv7-blue "Platform badge") [![](https://img.shields.io/badge/dockerfile-latest-blue)](https://gitlab.com/instantlinux/docker-tools/-/blob/main/images/python-builder/Dockerfile "dockerfile")
2+
[![](https://img.shields.io/docker/v/instantlinux/python-builder?sort=date)](https://hub.docker.com/r/instantlinux/python-builder/tags "Version badge") [![](https://img.shields.io/docker/image-size/instantlinux/python-builder?sort=date)](https://github.com/instantlinux/docker-tools/tree/main/images/python-builder "Image badge") ![](https://img.shields.io/badge/platform-amd64-blue "Platform badge") [![](https://img.shields.io/badge/dockerfile-latest-blue)](https://gitlab.com/instantlinux/docker-tools/-/blob/main/images/python-builder/Dockerfile "dockerfile")
33

44
A multi-arch image with basic build tools (python/gcc) for GitLab-CI executors.
55

images/python-wsgi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## python-wsgi
2-
[![](https://img.shields.io/docker/v/instantlinux/python-wsgi?sort=date)](https://hub.docker.com/r/instantlinux/python-wsgi/tags "Version badge") [![](https://img.shields.io/docker/image-size/instantlinux/python-wsgi?sort=date)](https://github.com/instantlinux/docker-tools/tree/main/images/python-wsgi "Image badge") ![](https://img.shields.io/badge/platform-amd64%20arm64%20arm%2Fv6%20arm%2Fv7-blue "Platform badge") [![](https://img.shields.io/badge/dockerfile-latest-blue)](https://gitlab.com/instantlinux/docker-tools/-/blob/main/images/python-wsgi/Dockerfile "dockerfile")
2+
[![](https://img.shields.io/docker/v/instantlinux/python-wsgi?sort=date)](https://hub.docker.com/r/instantlinux/python-wsgi/tags "Version badge") [![](https://img.shields.io/docker/image-size/instantlinux/python-wsgi?sort=date)](https://github.com/instantlinux/docker-tools/tree/main/images/python-wsgi "Image badge") ![](https://img.shields.io/badge/platform-amd64-blue "Platform badge") [![](https://img.shields.io/badge/dockerfile-latest-blue)](https://gitlab.com/instantlinux/docker-tools/-/blob/main/images/python-wsgi/Dockerfile "dockerfile")
33

4-
A python-3.9 image for running applications under alpine and UWSGI. See the ]Pipfile](https://github.com/instantlinux/docker-tools/blob/main/images/python-wsgi/Pipfile) for the list of pypi packages included.
4+
A python-3.9 image for running applications under alpine and UWSGI. See the [Pipfile](https://github.com/instantlinux/docker-tools/blob/main/images/python-wsgi/Pipfile) for the list of pypi packages included.
55

66
### Usage
77
Add your app FROM this image in your application Dockerfile, such as:

0 commit comments

Comments
 (0)