Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbhatman1441 <blackhat1441@protonmail.com>2024-01-08 18:58:35 +0300
committerbhatman1441 <blackhat1441@protonmail.com>2024-01-08 18:58:35 +0300
commitf80897a6ef2647eec64d5932905c05907ef20450 (patch)
treed4b26e20922221e269efb876ab75701a7368a0d9
parent42b4de6b55c705a85d60ca1bc8e740b853c5c81c (diff)
Remove core18 from snap-22.04 dockerfile
-rw-r--r--ci/dockerfiles/snap-22.04/Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/dockerfiles/snap-22.04/Dockerfile b/ci/dockerfiles/snap-22.04/Dockerfile
index 80fa1e697..3a052a3c9 100644
--- a/ci/dockerfiles/snap-22.04/Dockerfile
+++ b/ci/dockerfiles/snap-22.04/Dockerfile
@@ -20,12 +20,6 @@ RUN curl -L $(curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/sna
RUN mkdir -p /snap/core
RUN unsquashfs -d /snap/core/current core.snap
-# Grab the core18 snap (which snapcraft uses as a base) from the stable channel
-# and unpack it in the proper place.
-RUN curl -L $(curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/core18' | jq '.download_url' -r) --output core18.snap
-RUN mkdir -p /snap/core18
-RUN unsquashfs -d /snap/core18/current core18.snap
-
# Grab the core22 snap (which snapcraft uses as a base) from the stable channel
# and unpack it in the proper place.
RUN curl -L $(curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/core22' | jq '.download_url' -r) --output core22.snap
@@ -56,7 +50,6 @@ RUN chmod +x /snap/bin/snapcraft
# time so they can be cached.
FROM ubuntu:$UBUNTU
COPY --from=builder /snap/core /snap/core
-COPY --from=builder /snap/core18 /snap/core18
COPY --from=builder /snap/core22 /snap/core22
COPY --from=builder /snap/snapcraft /snap/snapcraft
COPY --from=builder /snap/bin/snapcraft /snap/bin/snapcraft