Re: [Fortress] Docker image creation failure

2023-06-21 Thread Emmanuel Lécharny
yes, most certainly what's missing. Now, it won't work on a Mac OS (/usr/share does not exist). I'm pretty sure that it should be one instruction in the DockerFile. On 21/06/2023 19:59, Shawn McKinney wrote: wget https://repo.symas.com/repo/gpg/RPM-GPG-KEY-symas-com-signing-key -O

Re: [Fortress] Docker image creation failure

2023-06-21 Thread Emmanuel Lécharny
And again, my bad ! I have removed an apt-get update just after the source list update... So bottom line, I'm not sure the wget is necessary at all. A suggestion: can we add a comment telling the users that doing a 'docker system prune' can solve many issues? Thanks Shawn, all is back on

[GitHub] [directory-kerby] dependabot[bot] opened a new pull request, #221: Bump netty.version from 4.1.93.Final to 4.1.94.Final

2023-06-21 Thread via GitHub
dependabot[bot] opened a new pull request, #221: URL: https://github.com/apache/directory-kerby/pull/221 Bumps `netty.version` from 4.1.93.Final to 4.1.94.Final. Updates `netty-transport` from 4.1.93.Final to 4.1.94.Final Commits

Re: [Fortress] Docker image creation failure

2023-06-21 Thread Shawn McKinney
> On Jun 21, 2023, at 1:19 PM, Emmanuel Lécharny wrote: > > yes, most certainly what's missing. > > Now, it won't work on a Mac OS (/usr/share does not exist). > I'm pretty sure that it should be one instruction in the DockerFile. Right, I’ll giver a go.

Re: [Fortress] Docker image creation failure

2023-06-21 Thread Shawn McKinney
> On Jun 21, 2023, at 12:37 PM, Emmanuel Lécharny wrote: > > I'm trying to create the openLdap image for docker, and I get some error: > > $ docker build -t apachedirectory/openldap-for-apache-fortress-tests -f > src/docker/openldap-for-apache-fortress-tests/Dockerfile . > [+] Building 5.0s

Re: [Fortress] Docker image creation failure

2023-06-21 Thread Emmanuel Lécharny
Never mind, it's not necessary. "docker system prune" did the trick (don't ask...) Now, next error, more serious: #4 16.55 gpg: key DA26A148887DCBEB: public key "Symas Support " imported #4 16.56 gpg: Total number processed: 1 #4 16.56 gpg: imported: 1 #4 17.06 Reading package

[Fortress] Docker image creation failure

2023-06-21 Thread Emmanuel Lécharny
Hi Shawn, I'm trying to create the openLdap image for docker, and I get some error: $ docker build -t apachedirectory/openldap-for-apache-fortress-tests -f src/docker/openldap-for-apache-fortress-tests/Dockerfile . [+] Building 5.0s (6/9) => [internal] load build definition from