File tree Expand file tree Collapse file tree 20 files changed +100
-20
lines changed
postgres-database/scripts/erd
scripts/apt-packages-versions Expand file tree Collapse file tree 20 files changed +100
-20
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48
59RUN apt-get update \
610 && apt-get -y install --no-install-recommends\
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48
59LABEL maintainer=pcrespov
610
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48
59RUN \
610 apt-get update && \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48
59#
610# USAGE:
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48#
59# USAGE:
610# cd sercices/api-server
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48#
59#
610# USAGE:
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48
59#
610# USAGE:
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM --platform=${TARGETPLATFORM} python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM --platform=${TARGETPLATFORM} python:${PYTHON_VERSION}-slim-bookworm AS base
48ARG TARGETPLATFORM
59ARG BUILDPLATFORM
610RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM" > /log
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48
59#
610# USAGE:
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2+
3+ # Define arguments in the global scope
24ARG PYTHON_VERSION="3.11.9"
3- FROM python:${PYTHON_VERSION}-slim-bookworm AS base
5+ ARG UV_VERSION="0.4"
6+ FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7+ # we docker image is built based on debianFROM python:${PYTHON_VERSION}-slim-bookworm AS base
48
59#
610# USAGE:
You can’t perform that action at this time.
0 commit comments