GithubHelp home page GithubHelp logo

eurolinux / containers-rfc Goto Github PK

View Code? Open in Web Editor NEW
6.0 5.0 2.0 729 KB

This repository contains EuroLinux made Docker images and Requests for Change.

License: GNU General Public License v2.0

Dockerfile 90.78% Shell 9.22%
base-image base-images build-scripts container-image docker podman-image

containers-rfc's People

Contributors

alexbaranowski avatar barnabasz avatar eurolinux-wz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

containers-rfc's Issues

[BUG] EuroLinux9 uses kernel 4.18 from EuroLinux8

Describe the bug
Wrong kernel is used in eurolinux9 container image

Image versoin
eurolinux/eurolinux-9:latest

Dockerfile

irrelevant

To Reproduce

cat /etc/os-release 
NAME="EuroLinux"
VERSION="9.0 (Sarajevo)"
ID="eurolinux"
ID_LIKE="rhel fedora centos"
VERSION_ID="9.0"
PLATFORM_ID="platform:el9"
PRETTY_NAME="EuroLinux 9.0 (Sarajevo)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:eurolinux:eurolinux:9"
HOME_URL="https://www.euro-linux.com/"
DOCUMENTATION_URL="https://docs.euro-linux.com"
BUG_REPORT_URL="https://github.com/EuroLinux/eurolinux-distro-bugs-and-rfc/"
# We keep it for build scripts only
REDHAT_SUPPORT_PRODUCT="EuroLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="9"

uname -r
4.18.0-372.13.1.el8_6.x86_64

Expected behavior
Kernel should be 5.14

[BUG] EuroLinux9 GPG key import and mismatch

Describe the bug
GPG key import and mismatch issue

Importing GPG key 0x1C9FD080:
 Userid     : "EuroLinux 9 GPG RPM sign key <[email protected]>"
 Fingerprint: 0891 74AA 8D4D 9000 DA09 68E0 F7AD 3E5A 1C9F D080
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
Key imported successfully
EuroLinux AppStream                             3.0 MB/s | 3.1 kB     00:00    
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9 (0x1C9FD080) is already installed
The GPG keys listed for the "EuroLinux AppStream" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.. Failing package is: javapackages-filesystem-6.0.0-3.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
Public key for xkeyboard-config-2.33-2.el9.noarch.rpm is not installed. Failing package is: xkeyboard-config-2.33-2.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
Public key for xorg-x11-fonts-Type1-7.5-33.el9.noarch.rpm is not installed. Failing package is: xorg-x11-fonts-Type1-7.5-33.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED
Error: error building at STEP "RUN dnf install java-17-openjdk --assumeyes": error while running runtime: exit status 1

Image version
latest

Dockerfile

FROM eurolinux/eurolinux-9:latest

# JVM is needed for the current Ballerina implementation
RUN dnf install java-17-openjdk --assumeyes

# Delete unnecessary yum data
RUN dnf clean all

COPY ballerina /root
COPY ballerina.sh /etc/profile.d

# Create keys for OpenSSH-Server
RUN ssh-keygen -A

# Expose 8080
EXPOSE 8080/tcp

# By default run OpenSSH-Server
# Mount the authorized_keys file in /root/.ssh
CMD /usr/sbin/sshd -D

To Reproduce
podman build .

Expected behavior
Image builds smoothly

Additional context
I thought about manually overriding the key by downloading an updated key from your repos but there is no https://fbi.cdn.euro-linux.com/security/RPM-GPG-KEY-eurolinux9 file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.