Commit Graph

12 Commits

Author SHA1 Message Date
Bitnami Bot a30d0d3bca
[bitnami/flink] Release 1.16.1-debian-11-r10 (#30392)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-15 02:58:35 +02:00
Bitnami Bot 464f48a179
[bitnami/flink] Release 1.16.1-debian-11-r9 (#30003)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-11 23:29:18 +02:00
Bitnami Bot 1b7655ee80
[bitnami/flink] Release 1.16.1-debian-11-r8 (#29653)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-08 19:55:36 +02:00
Bitnami Bot ffbe173457
[bitnami/flink] Release 1.16.1-debian-11-r7 (#29336)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-05 17:23:27 +02:00
Bitnami Bot 8e165fdf0b
[bitnami/flink] Release 1.16.1-debian-11-r6 (#29321)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-05 02:19:19 +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 aff3932005
[bitnami/flink] Release 1.16.1-debian-11-r5 (#29000)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-02 01:46:50 +02:00
Bitnami Bot b709f7b523
[bitnami/flink] Release 1.16.1-debian-11-r4 (#28527)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-03-28 05:03:28 +02:00
Bitnami Bot 50c1c8c5d4
[bitnami/flink] Release 1.16.1-debian-11-r3 (#28314)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-03-25 03:50:32 +01:00
Bitnami Bot 531cd1f69e
[bitnami/flink] Release 1.16.1-debian-11-r2 (#28018)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-03-22 03:12:07 +01:00
Bitnami Bot 11f3c91d9b
[bitnami/flink] Release 1.16.1-debian-11-r1 (#27734)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-03-19 02:19:21 +01:00
Bitnami Bot a2b8c7645e
[bitnami/flink] Release 1.16.1-debian-11-r0 (#27418)
* [bitnami/flink] Release 1.16.1-debian-11-r0

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Add VIB files

Signed-off-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>

* Update README.md

Signed-off-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>

* Indent @ README.md

Signed-off-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>

* Indent @ README.md

Signed-off-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>
Co-authored-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>
2023-03-15 16:21:23 +01:00