Commit Graph

10 Commits

Author SHA1 Message Date
Bitnami Bot 0377f46eae
[bitnami/elasticsearch] Release 8.7.0-debian-11-r6 (#30918)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-19 22:35:11 +02:00
Marc Rovner 5439966ea8
[bitnami/java] postunpack.sh should be copying the contents of JAVA_EXTRA_SECURITY_DIR, not the directory itself (#28667)
* java/postunpack.sh should be copying the contents of JAVA_EXTRA_SECURITY_DIR, not the directory

java/postunpack.sh copies the directory pointed to by JAVA_EXTRA_SECURITY_DIR as a subdir of `/opt/bitnami/java/lib/security` directory.

java/postunpack.sh should be coping just the contents of JAVA_EXTRA_SECURITY_DIR to `/opt/bitnami/java/lib/security` directory.

Rather it is copying the finaly directory on the path in JAVA_EXTRA_SECURITY_DIR as a subdir of `/opt/bitname/java/lib/security`

For example, using the default `JAVA_EXTRA_SECURITY_DIR` value "/bitnami/java/extra-security", create the file `rootfs/bitnami/java/extra-security/cacerts`, and build the image, rather than `/opt/bitnami/java/lib/security/cacerts` replaced with the new file, a new subdir `/opt/bitnami/java/lib/security/extra-security` directory is created, with the new `cacerts` file under there.

As a proposed fix for this, change the relevate `cp` commands from
```
   cp -Lr "$JAVA_EXTRA_SECURITY_DIR" /opt/bitnami/java/lib/security
```
to this, by added a `/.` to the end of the source argument:
```
   cp -Lr "$JAVA_EXTRA_SECURITY_DIR/." /opt/bitnami/java/lib/security
```

Signed-off-by: QuirkyMarc <mrovner@panix.com>

* Use braces for env-vars expansion

Signed-off-by: Andrés Bono <andresbono@vmware.com>

---------

Signed-off-by: QuirkyMarc <mrovner@panix.com>
Signed-off-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
2023-04-03 11:44:00 +02:00
Bitnami Bot fae3b26f44
[bitnami/elasticsearch] Release 8.6.2-debian-11-r5 (#26042)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-03-02 09:43:41 +01:00
Bitnami Bot bc5174b341
[bitnami/elasticsearch] Release 8.6.0-debian-11-r0 (#19784)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-01-10 20:51:55 +01:00
Bitnami Bot a2e913875c
[bitnami/elasticsearch] Release 8.4.1-debian-11-r7 (#6930)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2022-09-18 12:28:46 +00:00
Bitnami Bot c830279a97
[bitnami/elasticsearch] Release 8.3.3-debian-11-r10 (#4227)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2022-08-24 16:05:15 +00:00
Bitnami Bot 98754cc273
[bitnami/elasticsearch] Release 8.3.2-debian-11-r8 (#954)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2022-07-27 19:38:17 +00:00
Bitnami Bot d82d6197f8 8.3.2-debian-11-r1 release 2022-07-13 01:49:38 +00:00
Bitnami Bot aaf3015a0f 8.2.3-debian-11-r2 release 2022-06-29 01:51:45 +00:00
Bitnami Bot c1e2edac50 8.2.2-debian-11-r0 release 2022-06-06 17:40:32 +00:00