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, ...
Apfelstadt asked 4/5, 2020 at 17:39

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...
Stenopetalous asked 9/9, 2021 at 8:12

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 ...
Assam asked 29/7, 2016 at 11:46

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...
Merkel asked 7/6, 2021 at 12:49

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 ...

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!
Churlish asked 9/11, 2013 at 17:11

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. ...
Thievish asked 12/11, 2019 at 13:33

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).
Pretension asked 19/5, 2017 at 3:27

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...
Cirillo asked 14/11, 2018 at 23:17

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

© 2022 - 2024 — McMap. All rights reserved.