This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jetbrains/teamcity-agent:2020.1-linux | |
USER 0 | |
RUN mkdir -p /opt/build/tmp && \ | |
mkdir -p /usr/local/jdk-8 && \ | |
curl -Lo /opt/build/tmp/jdk-8u252-ojdkbuild-linux-x64.zip "https://github.com/ojdkbuild/contrib_jdk8u-ci/releases/download/jdk8u252-b09/jdk-8u252-ojdkbuild-linux-x64.zip" && \ | |
unzip /opt/build/tmp/jdk-8u252-ojdkbuild-linux-x64.zip -d /usr/local/jdk-8 && \ | |
mkdir -p /usr/local/jdk-9 && \ | |
curl -o /opt/build/tmp/openjdk-9.0.4_linux-x64_bin.tar.gz "https://download.java.net/java/GA/jdk9/9.0.4/binaries/openjdk-9.0.4_linux-x64_bin.tar.gz" && \ | |
tar zxvf /opt/build/tmp/openjdk-9.0.4_linux-x64_bin.tar.gz -C /usr/local/jdk-9 && \ | |
mkdir -p /usr/local/jdk-11 && \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Selçuk KUBUR", | |
"label": "Senior DevOps/TechOps Engineer - AiFi Inc.", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+905383917600", | |
"url": "", | |
"summary": "Born in Kadıköy, Istanbul at June 30th, 1989 as a citizen of Republic of Turkey\nB class Driving License since July 7, 2011\n\nAs a teenager at school, I was always curious reading computer tech magazines and the other students approached about issues with their phone or laptop. I was the go-to guy for fixing resolving any technical problems.\n\nToday, not much has changed. I’m still the first point of call for technical issues. The difference is I now also I helping to develop innovative software to solve the problems of multinational companies. One of my most recent projects involved designing and rolling-out a new piece of software to optimise the efficiency of holiday /flight bookings. This cont |