Logo
Explore Help
Register Sign In
Mirrors/dokku
1
0
Fork 0
You've already forked dokku
mirror of https://github.com/dokku/dokku.git synced 2026-02-23 19:50:34 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
7db5937bb2dbd74ff1a720c820fb401c64630d68
dokku/tests/apps/python/alt.Dockerfile

10 lines
116 B
Docker
Raw Normal View History

tests: update python version used in test apps
2024-09-29 03:23:13 -04:00
FROM python:3.12.6-bookworm
fix: keep track of the source image when building an app via git:from-image This change fixes issues with ps:rebuild not working as expected - essentially ignoring files in the repo - as well as adds tests. Closes #5518
2022-12-18 17:57:24 -05:00
fix: exit non-zero when git:from-image deploys fail to start the app Also ensure the repository doesn't get updated to an invalid state in those failure cases. Closes #5538
2022-12-27 02:37:18 -05:00
ARG BUILD_ARG=key
fix: keep track of the source image when building an app via git:from-image This change fixes issues with ps:rebuild not working as expected - essentially ignoring files in the repo - as well as adds tests. Closes #5518
2022-12-18 17:57:24 -05:00
WORKDIR /app
COPY . /app
fix: exit non-zero when git:from-image deploys fail to start the app Also ensure the repository doesn't get updated to an invalid state in those failure cases. Closes #5538
2022-12-27 02:37:18 -05:00
RUN echo $BUILD_ARG > BUILD_ARG.contents
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 127ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API