Skip to content

Commit 8d44bb9

Browse files
committed
feat: adding 4.3.1
Signed-off-by: vsoch <[email protected]>
1 parent c3970db commit 8d44bb9

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.21.3-alpine
1+
FROM golang:1.24.3-alpine
22

33
################################################################################
44
#
5-
# Copyright (C) 2019-2024 Vanessa Sochat.
5+
# Copyright (C) 2019-2025 Vanessa Sochat.
66
#
77
# This program is free software: you can redistribute it and/or modify it
88
# under the terms of the GNU Affero General Public License as published by
@@ -23,11 +23,11 @@ FROM golang:1.21.3-alpine
2323

2424
RUN apk update && \
2525
apk add --virtual .build-deps autoconf automake build-base linux-headers libffi-dev
26-
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup tzdata bash glib-dev
27-
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap libseccomp-dev fuse3-dev
26+
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup tzdata bash glib-dev build-base
27+
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-subids shadow-dev shadow-uidmap libseccomp-dev fuse3-dev
2828

29-
ENV SINGULARITY_VERSION=4.1.0
30-
LABEL Maintainer @vsoch
29+
ENV SINGULARITY_VERSION=4.3.1
30+
LABEL Maintainer="@vsoch"
3131
RUN mkdir -p /usr/local/var/singularity/mnt && \
3232
mkdir -p $GOPATH/src/github.com/sylabs && \
3333
cd $GOPATH/src/github.com/sylabs && \

Dockerfile.arm

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.21.3-bookworm
1+
FROM golang:1.24.3-bookworm
22

33
################################################################################
44
#
5-
# Copyright (C) 2021-2024 Vanessa Sochat.
5+
# Copyright (C) 2021-2025 Vanessa Sochat.
66
#
77
# This program is free software: you can redistribute it and/or modify it
88
# under the terms of the GNU Affero General Public License as published by
@@ -19,9 +19,9 @@ FROM golang:1.21.3-bookworm
1919
#
2020
################################################################################
2121

22-
ENV DEBIAN_FRONTEND noninteractive
23-
ENV SINGULARITY_VERSION=4.1.0
24-
LABEL Maintainer @vsoch
22+
ENV DEBIAN_FRONTEND=noninteractive
23+
ENV SINGULARITY_VERSION=4.3.0
24+
LABEL Maintainer="@vsoch"
2525

2626
RUN apt-get update && apt-get install -y \
2727
build-essential \
@@ -33,8 +33,13 @@ RUN apt-get update && apt-get install -y \
3333
libglib2.0-dev \
3434
libfuse3-dev \
3535
autoconf \
36+
libsubid-dev \
37+
cryptsetup-bin \
3638
libtool \
39+
libsubid4 \
40+
uidmap \
3741
fuse3 \
42+
libuser1-dev \
3843
g++ \
3944
pkg-config
4045

0 commit comments

Comments
 (0)