Skip to content
Snippets Groups Projects
Commit 483e33e8 authored by Martina Müller's avatar Martina Müller
Browse files

Merge branch 'fix-aura-sysuser' into 'main'

Change `aura` UID:GID to value in the sysuser range

See merge request !44
parents ad84764c 27b349cf
No related branches found
No related tags found
1 merge request!44Change `aura` UID:GID to value in the sysuser range
Pipeline #8060 passed
...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Changed the aura user and group ID from 2872 to 872.
## [1.0.0-alpha4] - 2024-04-17 ## [1.0.0-alpha4] - 2024-04-17
### Added ### Added
......
FROM python:3.11-slim-bullseye AS base FROM python:3.11-slim-bullseye AS base
ENV AURA_UID=2872 ENV AURA_UID=872
ENV POETRY_CACHE_DIR=/app/.cache ENV POETRY_CACHE_DIR=/app/.cache
ENV POETRY_HOME=/opt/poetry ENV POETRY_HOME=/opt/poetry
ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONDONTWRITEBYTECODE=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment