Skip to content

Commit

Permalink
SYS-576 workaround kubectl 1.27.4 cve
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Jul 30, 2023
1 parent 8422f20 commit 88d03d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions images/python-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV BUILD_DIR=/build \
ARG BUILDX_VERSION=0.11.2
ARG COMPOSE_VERSION=2.20.2
ARG HELM_VERSION=3.11.3-r0
ARG KUBECTL_VERSION=1.27.4
ARG KUBECTL_VERSION=1.26.7
ARG MUSL_VERSION=1.2.4-r1
ARG PIP_VERSION=23.2.1
ARG PYTHON_VERSION=3.11.4-r0
Expand All @@ -32,7 +32,7 @@ ARG DOCKER_GID=485
ARG BUILD_UID=1001
ARG BUILDX_SHA=311568ee69715abc46163fd688e56c77ab0144ff32e116d0f293bfc3470e75b7
ARG COMPOSE_SHA=b9385dabb7931636a3afc0aee94625ebff3bb29584493a87804afb6ebaf2d916
ARG KUBECTL_SHA=4685bfcf732260f72fce58379e812e091557ef1dfc1bc8084226c7891dd6028f
ARG KUBECTL_SHA=d9dc7741e5f279c28ef32fbbe1daa8ebc36622391c33470efed5eb8426959971

COPY Pipfile* /root/
RUN addgroup -g $DOCKER_GID docker && \
Expand Down
2 changes: 1 addition & 1 deletion images/python-builder/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## python-builder
[![](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")
[![](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")

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

Expand Down
4 changes: 2 additions & 2 deletions images/python-wsgi/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## python-wsgi
[![](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")
[![](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")

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.
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.

### Usage
Add your app FROM this image in your application Dockerfile, such as:
Expand Down

0 comments on commit 88d03d8

Please sign in to comment.