-
Notifications
You must be signed in to change notification settings - Fork 0
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
Specify ENV Path for pkger for failing CI #6
Conversation
@MrSaints Will try to use |
Dockerfile
Outdated
RUN wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.17.3/kubeseal-0.17.3-linux-${TARGETARCH}.tar.gz -O kubeseal.tar.gz \ | ||
&& tar -xzf kubeseal.tar.gz -C /tmp/ \ | ||
&& install -m 755 /tmp/kubeseal /usr/local/bin/kubeseal \ | ||
&& rm -rf kubeseal.tar.gz /tmp/kubeseal |
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.
Why is this removed?
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.
Woops accidentally removed by mistake, oversight from my end
@firelegacy0 FWIW, Go has native file embedding. How much lift is it to switch to that? |
Should just require some code change in the libraries/imports used in FWIW i think we could:
|
No description provided.