mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-04-19 03:15:55 +02:00
Updated Slurm version
This commit is contained in:
parent
0f9a127a8a
commit
16fc17942e
22
Dockerfile
22
Dockerfile
@ -1,21 +1,21 @@
|
|||||||
FROM rockylinux:8
|
FROM rockylinux:9
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source="https://github.com/ClusterCockpit/cc-docker/" \
|
LABEL org.opencontainers.image.source="https://github.com/ClusterCockpit/cc-docker/" \
|
||||||
org.opencontainers.image.title="slurm-docker-cluster" \
|
org.opencontainers.image.title="slurm-docker-cluster" \
|
||||||
org.opencontainers.image.description="Slurm Docker cluster on Rocky Linux 8" \
|
org.opencontainers.image.description="Slurm Docker cluster on Rocky Linux 9" \
|
||||||
org.label-schema.docker.cmd="docker-compose up -d" \
|
org.label-schema.docker.cmd="docker-compose up -d" \
|
||||||
maintainer="Bole Ma, Giovanni Torres"
|
maintainer="Bole Ma, Giovanni Torres"
|
||||||
|
|
||||||
ARG SLURM_TAG=slurm-21-08-6-1
|
ARG SLURM_TAG=slurm-22-05-2
|
||||||
ARG GOSU_VERSION=1.11
|
ARG GOSU_VERSION=1.17
|
||||||
ARG SLURM_PATH=/opt
|
ARG SLURM_PATH=/opt
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& yum makecache \
|
&& dnf makecache \
|
||||||
&& yum -y update \
|
&& dnf -y update \
|
||||||
&& yum -y install dnf-plugins-core \
|
&& dnf -y install dnf-plugins-core \
|
||||||
&& yum config-manager --set-enabled powertools \
|
&& dnf config-manager --set-enabled powertools \
|
||||||
&& yum -y install \
|
&& dnf -y install \
|
||||||
wget \
|
wget \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
cmake \
|
cmake \
|
||||||
@ -38,8 +38,8 @@ RUN set -ex \
|
|||||||
vim-enhanced \
|
vim-enhanced \
|
||||||
http-parser-devel \
|
http-parser-devel \
|
||||||
json-c-devel \
|
json-c-devel \
|
||||||
&& yum clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/yum
|
&& rm -rf /var/cache/dnf
|
||||||
|
|
||||||
RUN alternatives --set python /usr/bin/python3
|
RUN alternatives --set python /usr/bin/python3
|
||||||
|
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
#include "src/common/parse_time.h"
|
#include "src/common/parse_time.h"
|
||||||
#include "src/common/uid.h"
|
#include "src/common/uid.h"
|
||||||
|
|
||||||
|
#include "src/interfaces/data_parser.h"
|
||||||
|
#include "src/common/data.h"
|
||||||
|
#include "src/common/openapi.h"
|
||||||
|
#include "src/slurmrestd/plugins/openapi/slurmctld/api.h"
|
||||||
|
|
||||||
#define P_NAME "PrEp-pika: "
|
#define P_NAME "PrEp-pika: "
|
||||||
#define BUFF_LEN 128
|
#define BUFF_LEN 128
|
||||||
|
Loading…
x
Reference in New Issue
Block a user