Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion translations-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

ADD handleAppTranslations.sh /handleTranslations.sh
11 changes: 4 additions & 7 deletions translations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM ubuntu:20.04
FROM ubuntu:24.04

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

# Install python
RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends \
gawk \
Expand All @@ -13,10 +12,8 @@ RUN apt-get update -q && \
curl \
openssh-client \
ca-certificates \
php7.4-cli \
php7.4-json \
php7.4-xml \
qttools5-dev-tools \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing qttools as desktop is using it's own independent image since quite some time and no PHP, JS, ExtApp should need this

php8.3-cli \
php8.3-xml \
jq \
&& apt-get clean

Expand Down
2 changes: 1 addition & 1 deletion translations/Dockerfile-Apps
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

ADD handleAppsTranslations.sh /handleTranslations.sh
2 changes: 1 addition & 1 deletion translations/Dockerfile-Appstore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

# Install python
RUN apt-get update -q && \
Expand Down
2 changes: 1 addition & 1 deletion translations/Dockerfile-ChangelogServer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion translations/Dockerfile-Documentation-Sync
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.17

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

RUN apk update && \
apk add gnupg git openssh php composer curl && \
Expand Down
2 changes: 1 addition & 1 deletion translations/Dockerfile-ExternalAndroid-Branched
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

ADD handleExternalBranchedAndroidTranslations.sh /handleTranslations.sh
2 changes: 1 addition & 1 deletion translations/Dockerfile-Plain
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Tobias Kaminsky <[email protected]>"

# Install python
RUN apt-get update -q && \
Expand Down
5 changes: 0 additions & 5 deletions translations/Dockerfile-WindowsPhoneApp

This file was deleted.

2 changes: 1 addition & 1 deletion translations/Dockerfile-iOS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

ADD handleiOSTranslations.sh /handleTranslations.sh
2 changes: 1 addition & 1 deletion translations/Dockerfile-iOSNotes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Tobias Kaminsky <[email protected]>
LABEL org.opencontainers.image.authors="Tobias Kaminsky <[email protected]>"

ADD handleiOSNotesTranslations.sh /handleTranslations.sh
2 changes: 1 addition & 1 deletion translations/Dockerfile-iOSTalk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <[email protected]>
LABEL org.opencontainers.image.authors="Joas Schilling <[email protected]>"

ADD handleiOSTalkTranslations.sh /handleTranslations.sh
25 changes: 0 additions & 25 deletions translations/handleWindowsPhoneAppTranslations.sh

This file was deleted.

Loading