Skip to content

Installer image hardening #1248

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

Merged
merged 5 commits into from
Oct 16, 2018
Merged

Installer image hardening #1248

merged 5 commits into from
Oct 16, 2018

Conversation

kfurgol
Copy link
Contributor

@kfurgol kfurgol commented Oct 12, 2018

Description

Changes proposed in this pull request:

  • bumped base image version in installer
  • removed bash and kubectl from installer docker image
  • cleaned up update steps

Related issue(s)
Refactor installer after removing legacy support (provision bundles) #1218


LABEL source="[email protected]:kyma-project/kyma.git"

RUN apk --no-cache add ca-certificates
RUN apk add --no-cache curl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cannot remove curl, as we still support downloading kyma package from URL

@crabtree crabtree added kind/feature Categorizes issue or PR as related to a new feature. area/installation Issues or PRs related to installation labels Oct 15, 2018
@kfurgol kfurgol merged commit 57b2f6d into kyma-project:master Oct 16, 2018
@kfurgol kfurgol deleted the installer-image-hardening branch November 15, 2018 13:24
grischperl pushed a commit to grischperl/kyma that referenced this pull request Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/installation Issues or PRs related to installation kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants