Giter Club home page Giter Club logo

radstudio-docker's Introduction

radstudio-docker

RAD Studio docker images

ci_ltsc2019 ci_ltsc2022

Usage

FROM magicxor/radstudio:xe-delphi-net3.5-ltsc2019
SHELL ["powershell"]

COPY YourApp /build/app
WORKDIR /build/app
RUN msbuild /t:build YourApp.dproj;

or

docker run -v C:\host_dir:C:\build\app magicxor/radstudio:xe-delphi-net3.5-ltsc2019 msbuild /t:build C:\build\app\YourApp.dproj

radstudio-docker's People

Contributors

magicxor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

radstudio-docker's Issues

Updating this for 11.0

Hey wondered how you were getting passwords for your extract and generated the copy ps1 files. Would like to adapt this for CI builds in my company, but we use Delphi 11.

way to remove .NET for a smaller image ?

First, thanks a lot for your work which saved us a lot of time!
We're using xe5upd2-delphi-net3.5-ltsc2019 to compile win32 non managed code only, on Azure DevOps.
The image is 2.6 Gigs and takes ~15 minutes to install in the pipeline.
Is there a way to make it smaller ? I tried not to use .NET by using FROM mcr.microsoft.com/windows/servercore:ltsc2019
but the Delphi installer hangs without notice...
Is there a way to remove .NET after the install ? or can you think of another way of making the image much smaller ?
Thanks !

RAD Studio 10.2 Rio

Thank you very much for these images, they're great!

I'd like to build a image for RAD Studio 10.2 Rio.
Looking at what you did for the more recent versions, it looks like you had to reverse engineer the installer, specifically the passwords for the respective 7zip files and their installation locations. I assume this is due the fact that the silent installer is broken.

Could you elaborate on how you did that?
I'd be happy to follow your process to create a 10.2 image.

Unicode

Hi,
How can I solve the problem of accented characters? Here we use for example in our Hello World in Portuguese "Olá Mundo" after compiled displays "?" in place of "á".
I changed the LANGDIR variable to empty but it didn't work.
[System.Environment]::SetEnvironmentVariable('LANGDIR', '', [System.EnvironmentVariableTarget]::Machine);

image

10.3.3-delphi-net4.8-ltsc2019

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.