mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 07:37:24 +08:00
@@ -1,9 +0,0 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/dataplatform-emitter" ]
|
||||
@@ -1,4 +0,0 @@
|
||||
version: '2'
|
||||
services:
|
||||
dataplatform-emitter:
|
||||
image: docker.io/bitnami/dataplatform-emitter:0
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"dataplatform-emitter": {
|
||||
"digest": "8a61db3e0a7bdf63f570229283e27287a5194c2da9e6f5a58930bcfd38cbe9f6",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "0.0.11"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
File diff suppressed because it is too large
Load Diff
@@ -76,10 +76,6 @@ To run commands inside this container you can use `docker run`, for example to e
|
||||
$ docker run --rm --name dataplatform-emitter bitnami/dataplatform-emitter:latest -- --emitter.listen-address :9782
|
||||
```
|
||||
|
||||
## Branch Deprecation Notice
|
||||
|
||||
Data Platform Blueprint 2's branch 0 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 01-31-2022
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-dataplatform-emitter/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-dataplatform-emitter/pulls) with your contribution.
|
||||
|
||||
Reference in New Issue
Block a user