Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Announcements
»
Third party
»
Lightweight Docker images for Free Pascal Compiler
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
TStringList Question
by
JLWest
[
Today
at 01:00:11 am]
Can't send bytes via jTCP...
by
jmpessoa
[July 01, 2022, 11:37:31 pm]
Button.Color - stays grey
by
lainz
[July 01, 2022, 11:31:41 pm]
Can Absolute be used on s...
by
MarkMLl
[July 01, 2022, 10:27:54 pm]
INDY10 and LAMW
by
jmpessoa
[July 01, 2022, 10:02:47 pm]
Laz4Android
by
jmpessoa
[July 01, 2022, 10:00:01 pm]
Chasing memory leaks: str...
by
andresayang
[July 01, 2022, 09:48:52 pm]
Discussion point: FPC/Laz...
by
Martin_fr
[July 01, 2022, 09:30:16 pm]
LNet UDP Listener / Serve...
by
BasicOne
[July 01, 2022, 09:10:14 pm]
Debugging problem on Wind...
by
Martin_fr
[July 01, 2022, 09:03:09 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Lightweight Docker images for Free Pascal Compiler (Read 3178 times)
Signum Temporis
New member
Posts: 5
Lightweight Docker images for Free Pascal Compiler
«
on:
January 12, 2022, 10:01:51 am »
Hi,
I've crated lightweight (Alpine based) Docker images for Free Pascal Compiler.
Docker Hub:
https://hub.docker.com/r/signumtemporis/fpc
Source Repository:
https://gitlab.com/SignumTemporis/docker-fpc
More info:
README.md
Currently supported image variants:
By target CPU / OS
x86_64-linux
x86_64-win64
(cross compile)
By size
full
-- images containing all units
slim
-- images containing basic units only (see
README.md
for details)
Image sizes:
Target CPU/OS
Size variant
Compressed size
x86_64-linux
slim
~29 MB
x86_64-linux
full
~78 MB
x86_64-win64
slim
~32 MB
x86_64-win64
full
~93 MB
Sample usage:
hello.pas
Code: Pascal
[Select]
[+]
[-]
begin
writeln
(
'Hello world!'
)
;
end
.
Code: Bash
[Select]
[+]
[-]
docker run
--rm
-v
$
(
pwd
)
:
/
workspace signumtemporis
/
fpc:slim hello.pas
See
README.md
for more samples.
Comments are welcome.
Regards
«
Last Edit: January 12, 2022, 10:10:23 am by Signum Temporis
»
Logged
Thaddy
Hero Member
Posts: 11629
Re: Lightweight Docker images for Free Pascal Compiler
«
Reply #1 on:
January 12, 2022, 11:47:16 am »
Experimenting now. Nice. Great effort.
Logged
Black themes should be banned.
Imants
Full Member
Posts: 196
Re: Lightweight Docker images for Free Pascal Compiler
«
Reply #2 on:
January 17, 2022, 08:27:36 am »
I usually include lazbuild (so I can compile Lazarus projects) with Lazarus source too in my docker builds and it goes more than 1 Gb in size
Logged
Signum Temporis
New member
Posts: 5
Re: Lightweight Docker images for Free Pascal Compiler
«
Reply #3 on:
February 01, 2022, 09:07:17 pm »
I've added simple
Bats
-based
tests
so that one can easily verify the images after building them on one's own.
Sample test output:
Code: Text
[Select]
[+]
[-]
✓ [fpc-cross-win64-slim] reports version 3.2.2
✓ [fpc-cross-win64-slim] builds x86-64 Windows executable
✓ [fpc-cross-win64-slim] has tag signumtemporis/fpc:cross.x86_64-win64.slim
✓ [fpc-cross-win64-slim] has tag signumtemporis/fpc:3.2.2-cross.x86_64-win64.slim
«
Last Edit: February 02, 2022, 08:50:03 am by Signum Temporis
»
Logged
Signum Temporis
New member
Posts: 5
Re: Lightweight Docker images for Free Pascal Compiler
«
Reply #4 on:
February 16, 2022, 12:40:53 pm »
As I can see, a couple of days ago Free Pascal lived to see its own official Docker images. That's great! At long last!
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Announcements
»
Third party
»
Lightweight Docker images for Free Pascal Compiler
TinyPortal
© 2005-2018