test cicd

This commit is contained in:
Struchkov Mark 2022-01-26 18:52:15 +03:00
parent 4671901cdf
commit 7ed58d5c6f

View File

@ -1,4 +1,4 @@
FROM 17-jdk-oraclelinux8
FROM openjdk:17-jdk-oraclelinux8
MAINTAINER uPagge <me@upagge.ru>
RUN mkdir -p /bot && adduser gitlabbot --disabled-password && chown -R gitlabbot:gitlabbot /bot
WORKDIR /bot