Skip to content

chore(server): Bump PHP in server image#830

Open
nickvergessen wants to merge 1 commit into
masterfrom
chore/bump-php-in-server-image
Open

chore(server): Bump PHP in server image#830
nickvergessen wants to merge 1 commit into
masterfrom
chore/bump-php-in-server-image

Conversation

@nickvergessen

Copy link
Copy Markdown
Member

@tobiasKaminsky The image seems to be from you? It can no longer build as the full server repo with history is too big to be cloned in the builders

https://github.com/nextcloud/docker-ci/actions/runs/18195103803/job/51799192838?pr=829

System.IO.IOException: Disk quota exceeded : '/home/runner/actions-runner/_diag/Worker_20251002-135305-utc.log'
   at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at System.Diagnostics.TextWriterTraceListener.Flush()
   at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
   at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
   at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
   at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)

Base automatically changed from chore/drop-php-8.1 to master October 2, 2025 16:12
@nickvergessen
nickvergessen force-pushed the chore/bump-php-in-server-image branch from c5cf4d5 to f47ded6 Compare October 3, 2025 13:50
Signed-off-by: Joas Schilling <coding@schilljs.com>
@susnux
susnux force-pushed the chore/bump-php-in-server-image branch from f47ded6 to 1d955d0 Compare July 21, 2026 11:56
Comment thread server/Dockerfile
RUN rm -rf /var/www/html
RUN mkdir -p /var/www/html

RUN git clone https://github.com/nextcloud/server.git .

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should clone only the branch or with --depth set.
Because Server is now 8GB

@tobiasKaminsky

Copy link
Copy Markdown
Member

Hm.
I think we only use shallow-server since a while now, because it does not clone full server.
Do you see where this is being used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants