-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: π° Implement Use Of package.json 'Version' Etc. For Build And Refine Helm Chart #8
chore: π° Implement Use Of package.json 'Version' Etc. For Build And Refine Helm Chart #8
Conversation
Do I have to merge or push this to master to test? @ulfgebhardt |
To test you can change the |
Yeah. To change the |
Job requirement not correct:
See
|
Good seen @ulfgebhardt ππΌ |
docker/backend.Dockerfile
Outdated
|
||
# Copy public constants to the docker image branding it | ||
# Copy public constants to the docker image and branding it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Copy public constants to the docker image and branding it | |
# Copy public constants to the docker image branding it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... to the docker image branding it
... in das docker image um es zu branden
or
... to the docker image and brand it
... in das docker image und brande es
I use the first because it describes that when you copy stuff like this to the docker image it becomes branded that way. The second sentence indicates that the copying and the branding are two separate processes which are done independently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, okay ππΌ
Iβll do later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest:
kopiere ΓΆffentliche Konstanten in das Docker-Image, um es zu brandmarken
(brandmarken is the closest in german π)
copy public constants into the Docker image to brand it
(says Deepl)
docker/maintenance.Dockerfile
Outdated
|
||
# Copy public constants to the docker image branding it | ||
# Copy public constants to the docker image and branding it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Copy public constants to the docker image and branding it | |
# Copy public constants to the docker image branding it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same same @ulfgebhardt
docker/webapp.Dockerfile
Outdated
|
||
# Copy public constants to the docker image branding it | ||
# Copy public constants to the docker image and branding it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Copy public constants to the docker image and branding it | |
# Copy public constants to the docker image branding it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same same @ulfgebhardt
I refined some of the comments and the default Docker image names I've seen now to be not perfect. @ulfgebhardt In the comments with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3 awesome!
chore: [WIP] π° Refine Rebanding And Deployment
π Refactor
Implement use of package.json 'version' etc. for '$ docker build β¦β
Fixes #7
Todo
Docker image building
version
andbuild-number
to select the ocelot.social versionHelm Deployment
appVersion
DOCKER_IMAGE_REPO
Open questions
Chart.Version
to be changed?For Curiosity
values.yaml.dist
instead justvalues.yaml
?