Skip to content

Resolve "Scala GitLab CI template does not work"

Cheryl Li requested to merge 38080-scala-gitlab-ci-template-does-not-work into master

What does this MR do?

The image: java:8 reference in the Scala .gitlab-ci.yml template attempts to download an outdated Debian package (Jessie distro is no longer supported per the stacktrace in #38080 (closed) as reported by the user). This MR will point to a more recent Java (openjdk) image and ensure the EE docs reflect the correct image reference.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #38080 (closed)

Edited by Cheryl Li

Merge request reports