We are happy to announce the rollout of GitLab 15.0 in July! 🥳 Please check the information on breaking changes and feature removals to determine if your workflows are impacted.
FROM gradle:6.3-jdk8 ADD . / WORKDIR / RUN gradle --no-daemon --no-scan --no-build-cache distTar RUN cd /build/distributions && tar xf app.tar
FROM openjdk:8-jre
COPY --from=0 /build/distributions/app /app CMD /app/bin/xml-data-transform