buildpack Questions
6
Solved
Having a Spring Boot app I tried to build it using the spring-boot-maven-plugin goal mvn spring-boot:build-image. But the build fails downloading the bellsoft-jre11.0.9.1+1-linux-amd64.tar.gz from ...
Urethra asked 9/12, 2020 at 7:18
2
Solved
My Spring Boot application runs in Docker and is build by gradlew bootBuildImage.
When run in Docker container application cannot load fonts
Caused by: java.lang.NullPointerException
at java.deskt...
Cary asked 2/11, 2021 at 16:46
3
Solved
I've tried to use buildpack in a maven project with Spring Boot 2.3.0 running:
mvn spring-boot:build-image
Image was created just fine, but I see the following info for it:
REPOSITORY TAG IMAGE ID...
Kaczmarek asked 12/7, 2020 at 19:26
1
Solved
I'm using Spring Boot 3.1.5, Java 21 and maven 3.9.5. I've got the following error when running mvn spring-boot:build-image
[INFO] > Pulling builder image 'docker.io/paketobuildpacks/builder:bas...
Carbone asked 27/10, 2023 at 18:4
3
Solved
I'm currently developping a Spring Native application, it's building using paketo buildpack and generating a Docker image.
I was wondering if it's possible to customize the generated Docker image b...
Snorkel asked 5/10, 2021 at 8:54
5
I'm a little new to deploying/hosting Node apps and Puppeteer.
But, I'm facing an issue though with my app on Heroku when trying to use Puppeteer.
The full error is:
Error: Could not find Chromium...
Huntington asked 10/11, 2022 at 7:1
4
Solved
Is there one equivalent of Google's JIB or BuildPacks for Node.JS ?
It is my understanding that JIB allows to build OCI container images from within the project's build tool like Gradle or Maven, ...
1
I'm trying to push a Flask app on Heroku which uses an Azure SQL database with pyodbc and ODBC Driver 17 for SQL Server.
I followed the instructions from Heroku buildpack: odbc and created the foll...
2
I have gone through every possible solution on the internet, but I'm unable to make pyobdc get the drivers on heroku.
The steps I have used to create the app are as follows:
heroku create
heroku ...
Nordgren asked 12/12, 2019 at 14:2
3
Solved
I updated my spring-boot application to use buildpacks to create my docker-image instead of a dockerfile. I also use Apache POI in my application and since that update I get an error when generatin...
Lacquer asked 20/6, 2020 at 10:35
8
Solved
I git cloned a Node.js application (the version specified in the package.json being 4.1.2 and that of my local machine being 6.2.2) and tried to git push on Heroku. But it failed to build and gave ...
1
Solved
I want to Containerize my Nuxt.js application. I could write my own Dockerfile (as mentioned in the Nuxt.js Google Cloud Run docs for example), but as Cloud Native Buildpacks are here to free us fr...
0
My spring-boot projekts builds its docker image on bitbucket.org using the spring-boot-maven-plugin with its build-image goal. On pipelines we always get the following maven error:
Docker API call ...
Chlorobenzene asked 25/3, 2021 at 14:29
1
Solved
I'm working on a Spring Boot application that should be packaged into a OCI container using Cloud Native Build Packs / Paketo.io. I build it with GitHub Actions, where my workflow build.yml looks l...
Ragout asked 12/3, 2021 at 11:2
1
TLDR: spring boot gradle bootBuildImage task fails with x509 cert validation error (due to zscaler). Where to add the root cert?
Info
We're using spring boot's (2.3) new "bootBuildImage" ...
Makell asked 1/3, 2021 at 16:9
1
Solved
I'm using Spring buildpacks introduced by Spring Boot 2.3.0.M1 for creating Docker images of Spring based applications. Everything goes well, I can create docker images for each application by exec...
Afford asked 16/12, 2020 at 14:24
5
I'm trying to install OpenCV on Heroku so my Python web app can use OpenCV. How can I go about doing this?
Thanks!
1
Solved
Normally when I create Docker image I do something like this:
FROM openjdk:15-jdk-slim
ARG version=undefined
LABEL version=${version}
WORKDIR /
COPY build/libs/v2t-api-$version.jar /v2t-api.jar
...
Syzran asked 23/11, 2020 at 8:17
4
Solved
This runs locally (without specifying driver_path), but not on Heroku.
Code:
Selenium::WebDriver::Chrome.driver_path = ENV['GOOGLE_CHROME_SHIM']
browser = Watir::Browser.new :chrome
I've confir...
Carlina asked 15/11, 2017 at 22:40
1
I use the following buildpack: heroku-buildpack-nodejs
And by default, it should cache and restore node_modules.
yarn.lock file is located at the root of the application along with package.json.
...
1
I want to be able to call g++ from the command line in my nodejs app (as part of the server response to a POST request).
1
Solved
Setup:
selenium: 3.141.0
python: 3.6.7
heroku-stack: heroku-18
headless-chrome: v71.0.3578.80 buildpack installed
chromedriver: v2.44.609551 buildpack installed
I'm getting this error when us...
Berkie asked 28/11, 2018 at 14:36
2
I've just started using HerokuCI. I have a few Selenium tests so I've added buildpacks in my app.json.
{
"buildpacks": [
{ "url": "heroku/ruby" }
],
"environments": {
"test": {
"addons": ["h...
2
Solved
I have a Ruby code that does this:
browser = Watir::Browser.new(:chrome, switches: switches, headless: true)
browser.goto(....)
When I run the code on Heroku I get
Selenium::WebDriver::Error::W...
Acquiesce asked 4/6, 2018 at 21:10
3
Solved
I get the following error installing sasl in my Bluemix app:
Installing collected packages: sasl, thrift-sasl
Running setup.py install for sasl: started
Running setup.py install for sasl: fini...
Smew asked 11/5, 2017 at 14:56
1 Next >
© 2022 - 2024 — McMap. All rights reserved.