Skip to content

Conversation

@opomuc
Copy link

@opomuc opomuc commented Feb 20, 2025

Mostly a copy-paste from Astra Linux 1.7.

Removed installation ofdh-systemd package since Astra 1.8 does not have it. debhelper and dh_systemd_enable/start are present.

@Totktonada
Copy link
Member

Difference from the 1.7 dockerfile:

$ diff -u astra/{1.7,1.8}/Dockerfile
--- astra/1.7/Dockerfile	2023-11-27 12:44:02.791543164 +0300
+++ astra/1.8/Dockerfile	2025-02-20 23:27:36.799151525 +0300
@@ -1,5 +1,5 @@
-FROM registry.astralinux.ru/library/alse:1.7
-MAINTAINER Sergey Vorontsov <[email protected]>
+FROM registry.astralinux.ru/library/astra/ubi18:1.8.1uu2
+LABEL org.opencontainers.image.authors="Roman Proskin <[email protected]>"

 # Fix missing locales
 ENV LC_ALL="C.UTF-8" LANG="C.UTF-8"
@@ -33,7 +33,8 @@
     equivs \
     rpm \
     alien \
-    dh-systemd
+    && apt-get clean \
+    && rm -rf /var/lib/apt/lists/*

 # Enable sudo without password
 RUN echo '%adm ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No objections from my side.

@Totktonada
Copy link
Member

@opomuc said that he is looking for different variants of his testing pipeline and this image is one of the variants. We agreed that the pull request shouldn't be merged until @opomuc's decision (or until someone else find it useful).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants