Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ENTRYPOINT instead of CMD #295

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Use ENTRYPOINT instead of CMD #295

merged 1 commit into from
Mar 11, 2022

Conversation

ivankovnatsky
Copy link
Contributor

@ivankovnatsky ivankovnatsky commented Mar 11, 2022

Description

To be able to pass only args, instead of both command and args:

    spec:
      containers:
        - name: db1000n
          image: ghcr.io/arriven/db1000n:latest
          args: ["-enable-self-update"]

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

To be able to pass only args, instead of both command and args:

```
    spec:
      containers:
        - name: db1000n
          image: ghcr.io/arriven/db1000n:latest
          args: ["-enable-self-update"]
```
@ivankovnatsky ivankovnatsky requested a review from arriven as a code owner March 11, 2022 14:01
@arriven arriven enabled auto-merge (squash) March 11, 2022 14:43
@arriven arriven merged commit 2be80f7 into arriven:main Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants