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

Typescript Toolset is not being build and pushed to registry #286

Closed
henninggross opened this issue Nov 15, 2021 · 1 comment · Fixed by #287
Closed

Typescript Toolset is not being build and pushed to registry #286

henninggross opened this issue Nov 15, 2021 · 1 comment · Fixed by #287
Assignees
Labels
bug Something isn't working
Milestone

Comments

@henninggross
Copy link
Member

We (@kuebler and I) noticed that when looking at docker images there was no typescript-toolset image in the registry, thus the Typescript tests were failing.

Inside build-and-push-images.sh there is this line:

IMAGES="buildah finish go-toolset gradle-toolset helm sonar start webhook-interceptor python-toolset"

that tells the script which image to build and typescript-toolset is missing in this list.

@henninggross henninggross added the bug Something isn't working label Nov 15, 2021
@michaelsauter
Copy link
Member

Ouch :(

Either we add it to the hardcoded list, or maybe iterate over all Dockerfile.<whatever> and build/push them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants