mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
update version
This commit is contained in:
parent
0a02bafa0a
commit
3908415898
@ -83,7 +83,7 @@ This is an example of ``entrypoint-config.yml`` file.
|
||||
- ENV_1: echo 'The environment variable ENV_1 will be added with this phrase'
|
||||
- ENV_2: head /dev/urandom | base64
|
||||
- ENV_3: echo ${ENV_1} and ${ENV_2} are now available here
|
||||
- ENV_4: exit 1 || true # Add this if you need to ignore error
|
||||
- ENV_4: exit 1 || true # Set like this if you need to ignore error
|
||||
|
||||
# Commands to run before applying configuration
|
||||
pre_conf_commands:
|
||||
|
@ -1,7 +1,7 @@
|
||||
[tool]
|
||||
[tool.poetry]
|
||||
name = "pyentrypoint"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
description = "pyentrypoint manages entrypoints in Docker containers."
|
||||
license = "WTFPL"
|
||||
classifiers = ["Programming Language :: Python", "Development Status :: 1 - Planning", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: System :: Installation/Setup"]
|
||||
|
Loading…
Reference in New Issue
Block a user