Commit Graph

1421 Commits

Author SHA1 Message Date
Aidan Delaney 56db7e62ab
Merge branch 'main' into breakup-platform-api 2024-05-20 13:23:10 +01:00
Aidan Delaney 794412973c
Merge pull request #686 from buildpacks/add-text
Add more text to front page
2024-04-18 17:38:04 +01:00
Aidan Delaney 97fe8b01a8
Merge branch 'main' into add-text 2024-04-18 17:37:42 +01:00
Aidan Delaney c50f8d9dbd
Merge pull request #691 from microwavables/remove-ics-cals
removed other ics calendars
2024-04-18 17:35:56 +01:00
Nanci Lancaster e8cb90aaa8 removed other ics calendars
Signed-off-by: Nanci Lancaster <nanci.lancaster@broadcom.com>
2024-04-18 10:33:12 -05:00
Aidan Delaney 438a217918
Merge pull request #690 from microwavables/update-community-page
Updated Community page and removed analytics from footer
2024-04-17 08:47:54 +01:00
Nanci Lancaster f0486ac932 Updated Community page and removed analytics from footer
Signed-off-by: Nanci Lancaster <nanci.lancaster@broadcom.com>

Update community page

Signed-off-by: Nanci Lancaster <nanci.lancaster@broadcom.com>
2024-04-16 18:38:41 -05:00
Natalie Arellano aef8068ac9 Add more text to front page
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-04-10 10:15:38 -04:00
Aidan Delaney 7c128e6cc2
Merge pull request #679 from buildpacks/dependabot/go_modules/tools/github.com/docker/docker-25.0.5incompatible
Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible in /tools
2024-04-09 07:15:30 +01:00
Aidan Delaney 6bffec4fb9
Merge branch 'main' into dependabot/go_modules/tools/github.com/docker/docker-25.0.5incompatible 2024-04-09 07:15:10 +01:00
Aidan Delaney 9fad04a66f
Merge pull request #678 from buildpacks/AidanDelaney-patch-1
Provide valid example package.json
2024-04-04 18:17:15 +01:00
Aidan Delaney 967826f992
Merge branch 'main' into AidanDelaney-patch-1 2024-04-04 16:47:47 +01:00
Aidan Delaney 3ca2ad485d
Merge pull request #684 from buildpacks/fix/custom-env
Fix summaries for "custom env" page and add link to podman from main …
2024-04-04 16:41:14 +01:00
Natalie Arellano f23f21d0a7 Fix summaries for "custom env" page and add link to podman from main tutorial
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-04-04 11:03:26 -04:00
Aidan Delaney 62ae30ba60
Merge branch 'main' into AidanDelaney-patch-1 2024-04-04 07:34:51 +01:00
Aidan Delaney 1d7fc89155
Merge pull request #682 from buildpacks/fix/layout
Fix reference to OCI layout feature in pack
2024-04-04 07:31:46 +01:00
Aidan Delaney 7abdb9f5a5
Merge branch 'main' into fix/layout 2024-04-04 07:31:38 +01:00
Aidan Delaney f7262eda79
Merge pull request #681 from buildpacks/dependabot/github_actions/buildpacks/github-actions-5.5.4
Bump buildpacks/github-actions from 5.5.3 to 5.5.4
2024-04-04 07:30:59 +01:00
Natalie Arellano 02a54f09ac Fix reference to OCI layout feature in pack
There isn't a --layout flag, you invoke layout with the image name.

Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-28 16:10:14 -04:00
dependabot[bot] 56c99d4f01
Bump buildpacks/github-actions from 5.5.3 to 5.5.4
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 17:19:32 +00:00
Sambhav Kothari c1b5d7ef7a
Merge pull request #680 from buildpacks/feat/update-project-synopsis
Update project description on front page
2024-03-28 08:59:25 +00:00
Aidan Delaney 7c1c4f395c Update project description on front page
We have developed a succinct description of what the project does.
Include this on the front page before our claims about our heritage.

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2024-03-28 06:35:36 +00:00
Aidan Delaney 86ce6a70bb
Merge branch 'main' into AidanDelaney-patch-1 2024-03-28 06:21:06 +00:00
dependabot[bot] 1e9595c015
Bump github.com/docker/docker in /tools
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.3+incompatible to 25.0.5+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v25.0.3...v25.0.5)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 06:19:37 +00:00
Aidan Delaney 97e1a03572
Merge pull request #657 from buildpacks/dependabot/github_actions/buildpacks/github-actions-5.5.3
Bump buildpacks/github-actions from 5.5.1 to 5.5.3
2024-03-28 06:16:52 +00:00
Aidan Delaney 622e044fdc
Provide valid example package.json
Correctly format package.json in JSON

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2024-03-28 06:11:37 +00:00
Aidan Delaney 54f9d4948b
Merge branch 'main' into dependabot/github_actions/buildpacks/github-actions-5.5.3 2024-03-28 06:08:22 +00:00
Aidan Delaney 579a70f15f
Merge pull request #674 from buildpacks/fix/pack-aliases
Fix pack aliases
2024-03-08 14:57:10 +00:00
Natalie Arellano ead4b2f34f Fix pack aliases
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-08 09:54:14 -05:00
Aidan Delaney f23fc7151e
Merge pull request #664 from buildpacks/consolidate-common-concepts
Consolidate common concepts
2024-03-08 06:49:21 +00:00
Aidan Delaney 5d67b2e8c2
Merge branch 'main' into consolidate-common-concepts 2024-03-08 06:49:09 +00:00
Aidan Delaney b991642b9d
Merge pull request #670 from buildpacks/fix/run-image-toml
Fix run image mirrors concepts page
2024-03-08 06:49:03 +00:00
Aidan Delaney 65053fbed3
Merge branch 'main' into fix/run-image-toml 2024-03-08 06:48:48 +00:00
Aidan Delaney a0cd7cf849
Merge pull request #666 from buildpacks/build-diagram
Add app dev how-to for specifying export target along with diagram
2024-03-08 06:48:34 +00:00
Aidan Delaney b2f7bb90e0
Merge branch 'main' into build-diagram 2024-03-08 06:48:22 +00:00
Aidan Delaney 00dad77ece
Merge pull request #665 from buildpacks/breakup-buildpack-api
Break up Buildpack API section into separate "how to" pages
2024-03-08 06:47:16 +00:00
Aidan Delaney 8305eb87e8
Merge branch 'consolidate-common-concepts' into breakup-buildpack-api 2024-03-08 06:46:35 +00:00
Aidan Delaney d1e1af6f99
Merge branch 'main' into consolidate-common-concepts 2024-03-08 06:46:27 +00:00
Aidan Delaney 4cbddd5f0c
Merge pull request #671 from buildpacks/fix/pack-cli-alias
Dynamically generate the alias for pack CLI documentation
2024-03-08 06:46:01 +00:00
Natalie Arellano 4209cd216f Dynamically generate the alias for pack CLI documentation
Fixes https://github.com/buildpacks/docs/issues/668

Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-07 09:51:09 -05:00
Natalie Arellano 86fa59c860 Fix run image mirrors concepts page
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-06 17:01:06 -05:00
Natalie Arellano 7d27d005ac Break up Platform API section into separate "how to" pages
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-06 12:23:21 -05:00
Natalie Arellano 44c9ec533e
Merge branch 'consolidate-common-concepts' into breakup-buildpack-api 2024-03-06 12:04:26 -05:00
Natalie Arellano 6544b5243a Add app dev how-to for specifying export target along with diagram
showing how pack uses the daemon.

Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-06 10:50:10 -05:00
Natalie Arellano 5f6ea13427 Merge branch 'main' into consolidate-common-concepts 2024-03-06 10:26:32 -05:00
Aidan Delaney 67d129423e
Merge pull request #663 from buildpacks/move-images-static
Move all images into static folder
2024-03-06 15:06:02 +00:00
Natalie Arellano cd668eb4ed Fix ordering of package & publish
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-06 09:46:39 -05:00
Aidan Delaney f98f986913
Merge branch 'main' into consolidate-common-concepts 2024-03-05 08:20:56 +00:00
Natalie Arellano d1d0da38c3 Formatting fixes
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-01 10:56:48 -05:00
Natalie Arellano cbd4dee1a7 Break up Buildpack API section into separate "how to" pages
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-03-01 10:30:29 -05:00