Sign inSign up

openeuler/catj

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.6K

openeuler/catj repository overview

Quick reference

catj | openEuler

Current catj docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Displays JSON files in a flat format.

The tag of each catj docker image is consist of the version of catj and the version of basic image. The details are as follows

TagCurrentlyArchitectures
1.0.4-oe2403sp4catj 1.0.4 on openEuler 24.03-LTS-SP4amd64, arm64
1.0.4-oe2403sp3catj 1.0.4 on openEuler 24.03-LTS-SP3amd64, arm64
1.0.4-oe2403sp2catj 1.0.4 on openEuler 24.03-LTS-SP2amd64, arm64
1.0.4-oe2403sp1catj 1.0.4 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/catj image from docker

    docker pull openeuler/catj:{Tag}
    
  • Run with an interactive shell

    You can also start the container with an interactive shell to use catj.

    docker run -it --rm openeuler/catj:{Tag} bash
    
  • Using catj

    catj [file] If no file is specified, catj reads from the standard input.

    Input:

    {
      "mappings": {
        "templates": [
          {
            "fields": {
              "mapping": {
                "norms": false,
                "type": "text",
                "fields": {
                  "keyword": {
                    "ignore_above": 256,
                    "type": "keyword"
                  }
                }
              }
            }
          }
        ]
      }
    } 
    

    Output:

    .mappings.templates[0].fields.mapping.norms = false
    .mappings.templates[0].fields.mapping.type = "text"
    .mappings.templates[0].fields.mapping.fields.keyword.ignore_above = 256
    .mappings.templates[0].fields.mapping.fields.keyword.type = "keyword"
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:6744c6e35

Size

144.9 MB

Last updated

2 months ago

docker pull openeuler/catj

This week's pulls

Pulls:

2

Last week