File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENV BUILD_DIR=/build \
1717ARG BUILDX_VERSION=0.11.2
1818ARG COMPOSE_VERSION=2.20.2
1919ARG HELM_VERSION=3.11.3-r0
20- ARG KUBECTL_VERSION=1.27.4
20+ ARG KUBECTL_VERSION=1.26.7
2121ARG MUSL_VERSION=1.2.4-r1
2222ARG PIP_VERSION=23.2.1
2323ARG PYTHON_VERSION=3.11.4-r0
@@ -32,7 +32,7 @@ ARG DOCKER_GID=485
3232ARG BUILD_UID=1001
3333ARG BUILDX_SHA=311568ee69715abc46163fd688e56c77ab0144ff32e116d0f293bfc3470e75b7
3434ARG COMPOSE_SHA=b9385dabb7931636a3afc0aee94625ebff3bb29584493a87804afb6ebaf2d916
35- ARG KUBECTL_SHA=4685bfcf732260f72fce58379e812e091557ef1dfc1bc8084226c7891dd6028f
35+ ARG KUBECTL_SHA=d9dc7741e5f279c28ef32fbbe1daa8ebc36622391c33470efed5eb8426959971
3636
3737COPY Pipfile* /root/
3838RUN addgroup -g $DOCKER_GID docker && \
Original file line number Diff line number Diff line change 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
44A multi-arch image with basic build tools (python/gcc) for GitLab-CI executors.
55
Original file line number Diff line number Diff line change 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
77Add your app FROM this image in your application Dockerfile, such as:
You can’t perform that action at this time.
0 commit comments